|
1 | 1 | .\" Man page generated from reStructuredText.
|
2 | 2 | .
|
3 |
| -.TH "SALT" "7" "Feb 25, 2022" "3002.8" "Salt" |
| 3 | +.TH "SALT" "7" "May 25, 2022" "3002.9" "Salt" |
4 | 4 | .SH NAME
|
5 | 5 | salt \- Salt Documentation
|
6 | 6 | .
|
@@ -88125,7 +88125,7 @@ beacons:
|
88125 | 88125 | .B salt.beacons.adb.validate(config)
|
88126 | 88126 | Validate the beacon configuration
|
88127 | 88127 | .UNINDENT
|
88128 |
| -.SS salt.beacons.aix_account module |
| 88128 | +.SS salt.beacons.aix_account |
88129 | 88129 | .sp
|
88130 | 88130 | Beacon to fire event when we notice a AIX user is locked due to many failed login attempts.
|
88131 | 88131 | .sp
|
@@ -191337,7 +191337,7 @@ Passes through all the parameters described in the
|
191337 | 191337 | \fI\%utils.http.query function\fP:
|
191338 | 191338 | .INDENT 7.0
|
191339 | 191339 | .TP
|
191340 |
| -.B salt.utils.http.query(url, method=\(aqGET\(aq, params=None, data=None, data_file=None, header_dict=None, header_list=None, header_file=None, username=None, password=None, auth=None, decode=False, decode_type=\(aqauto\(aq, status=False, headers=False, text=False, cookies=None, cookie_jar=None, cookie_format=\(aqlwp\(aq, persist_session=False, session_cookie_jar=None, data_render=False, data_renderer=None, header_render=False, header_renderer=None, template_dict=None, test=False, test_url=None, node=\(aqminion\(aq, port=80, opts=None, backend=None, ca_bundle=None, verify_ssl=None, cert=None, text_out=None, headers_out=None, decode_out=None, stream=False, streaming_callback=None, header_callback=None, handle=False, agent=\(aqSalt/3002.8\(aq, hide_fields=None, raise_error=True, formdata=False, formdata_fieldname=None, formdata_filename=None, decode_body=True, **kwargs) |
| 191340 | +.B salt.utils.http.query(url, method=\(aqGET\(aq, params=None, data=None, data_file=None, header_dict=None, header_list=None, header_file=None, username=None, password=None, auth=None, decode=False, decode_type=\(aqauto\(aq, status=False, headers=False, text=False, cookies=None, cookie_jar=None, cookie_format=\(aqlwp\(aq, persist_session=False, session_cookie_jar=None, data_render=False, data_renderer=None, header_render=False, header_renderer=None, template_dict=None, test=False, test_url=None, node=\(aqminion\(aq, port=80, opts=None, backend=None, ca_bundle=None, verify_ssl=None, cert=None, text_out=None, headers_out=None, decode_out=None, stream=False, streaming_callback=None, header_callback=None, handle=False, agent=\(aqSalt/3002.9\(aq, hide_fields=None, raise_error=True, formdata=False, formdata_fieldname=None, formdata_filename=None, decode_body=True, **kwargs) |
191341 | 191341 | Query a resource, and decode the return data
|
191342 | 191342 | .UNINDENT
|
191343 | 191343 | .INDENT 7.0
|
@@ -328643,8 +328643,8 @@ Alternate constructor that accept multiple recipients and rooms
|
328643 | 328643 | .B filter(record)
|
328644 | 328644 | Determine if the specified record is to be logged.
|
328645 | 328645 | .sp
|
328646 |
| -Returns True if the record should be logged, or False otherwise. |
328647 |
| -If deemed appropriate, the record may be modified in\-place. |
| 328646 | +Is the specified record to be logged? Returns 0 for no, nonzero for |
| 328647 | +yes. If deemed appropriate, the record may be modified in\-place. |
328648 | 328648 | .UNINDENT
|
328649 | 328649 | .UNINDENT
|
328650 | 328650 | .INDENT 0.0
|
@@ -455301,6 +455301,18 @@ Ensure that sourced file is cached using its hash name (cve\-2021\-21996)
|
455301 | 455301 | .SS Salt 3002.8 (2022\-02\-25)
|
455302 | 455302 | .sp
|
455303 | 455303 | Version 3002.8 is a CVE security fix release for 3002\&.
|
| 455304 | +.SS Important notice about upgrading |
| 455305 | +.sp |
| 455306 | +Version 3002.8 is a security release. 3002.8 minions are not able to |
| 455307 | +communicate with masters older than 3002.8. You must upgrade your masters |
| 455308 | +before upgrading minions. |
| 455309 | +.SS Minion authentication security |
| 455310 | +.sp |
| 455311 | +Authentication between masters and minions rely on public/private key |
| 455312 | +encryption and message signing. To secure minion authentication before you must |
| 455313 | +pre\-seed the master\(aqs public key on minions. To pre\-seed the minions\(aq master |
| 455314 | +key, place a copy of the master\(aqs public key in the minion\(aqs pki directory as |
| 455315 | +\fBminion_master.pub\fP\&. |
455304 | 455316 | .SS Security
|
455305 | 455317 | .INDENT 0.0
|
455306 | 455318 | .IP \(bu 2
|
|
0 commit comments