Merge pull request #63363 from barbaricyawps/fix-release-notes

[DOCS-ONLY] Fix broken link in 3006 release notes
This commit is contained in:
Gareth J. Greenaway 2022-12-22 15:57:13 -08:00 committed by GitHub
commit bd30a62230
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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?