mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #63363 from barbaricyawps/fix-release-notes
[DOCS-ONLY] Fix broken link in 3006 release notes
This commit is contained in:
commit
bd30a62230
1 changed files with 5 additions and 7 deletions
|
@ -31,13 +31,11 @@ for more information.
|
|||
All salt-api functionality disabled by default
|
||||
----------------------------------------------
|
||||
|
||||
All netapi clients, which provide the functionality to salt-api, will now
|
||||
be disabled by default. If you use the salt-api you must add the new
|
||||
`netapi_enable_clients` option to your salt master config. This is
|
||||
a breaking change and the salt-api will not function without this
|
||||
new configuration option.
|
||||
See `Netapi module <https://docs.saltproject.io/en/latest/topics/netapi/index.html#introduction-to-netapi-modules>`
|
||||
for more information.
|
||||
All netapi clients, which provide the functionality to ``salt-api``, will now
|
||||
be disabled by default as a security precaution. If you use ``salt-api``, you
|
||||
must add the new ``netapi_enable_clients`` option to your salt master config.
|
||||
This is a breaking change and the ``salt-api`` will not function without this
|
||||
new configuration option. See :ref:`netapi-introduction` for more information.
|
||||
|
||||
|
||||
How do I migrate to the onedir packages?
|
||||
|
|
Loading…
Add table
Reference in a new issue