mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[PR #7901/84147081 backport][stable-8] Consul acl deprecation (#7906)
Consul acl deprecation (#7901)
Start deprecation of consul_acl.
(cherry picked from commit 84147081d4
)
Co-authored-by: Florian Apolloner <florian@apolloner.eu>
This commit is contained in:
parent
dc5f012e52
commit
9e83a4cb34
3 changed files with 11 additions and 0 deletions
3
changelogs/fragments/7901-consul-acl-deprecation.yaml
Normal file
3
changelogs/fragments/7901-consul-acl-deprecation.yaml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
deprecated_features:
|
||||||
|
- "consul_acl - the module has been deprecated and will be removed in community.general 10.0.0. ``consul_token`` and ``consul_policy``
|
||||||
|
can be used instead (https://github.com/ansible-collections/community.general/pull/7901)."
|
|
@ -30,6 +30,10 @@ plugin_routing:
|
||||||
nios_next_network:
|
nios_next_network:
|
||||||
redirect: infoblox.nios_modules.nios_next_network
|
redirect: infoblox.nios_modules.nios_next_network
|
||||||
modules:
|
modules:
|
||||||
|
consul_acl:
|
||||||
|
deprecation:
|
||||||
|
removal_version: 10.0.0
|
||||||
|
warning_text: Use community.general.consul_token and/or community.general.consul_policy instead.
|
||||||
rax_cbs_attachments:
|
rax_cbs_attachments:
|
||||||
deprecation:
|
deprecation:
|
||||||
removal_version: 9.0.0
|
removal_version: 9.0.0
|
||||||
|
|
|
@ -26,6 +26,10 @@ attributes:
|
||||||
support: none
|
support: none
|
||||||
diff_mode:
|
diff_mode:
|
||||||
support: none
|
support: none
|
||||||
|
deprecated:
|
||||||
|
removed_in: 10.0.0
|
||||||
|
why: The legacy ACL system was removed from Consul.
|
||||||
|
alternative: Use M(community.general.consul_token) and/or M(community.general.consul_policy) instead.
|
||||||
options:
|
options:
|
||||||
mgmt_token:
|
mgmt_token:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue