1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Consul acl deprecation (#7901)

Start deprecation of consul_acl.
This commit is contained in:
Florian Apolloner 2024-01-27 11:05:47 +01:00 committed by GitHub
parent afd1988810
commit 84147081d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 0 deletions

View 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)."

View file

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

View file

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