mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-10 08:04:23 -07:00
Refactor consul_session to support authentication with tokens (#6755)
* Split into separate PR * Refactor test, add author to inactive maintainers * Add changelog fragment and correct requirements section on module documentation * Add changelog fragment and correct requirements section on module documentation * Update changelogs/fragments/6755-refactor-consul-session-to-use-requests-lib-instead-of-consul.yml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Valerio Poggi <vrpoggigmail.com> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
53c1ed184d
commit
242258eb53
6 changed files with 166 additions and 44 deletions
|
@ -12,3 +12,8 @@ ports {
|
|||
}
|
||||
key_file = "{{ remote_dir }}/privatekey.pem"
|
||||
cert_file = "{{ remote_dir }}/cert.pem"
|
||||
acl {
|
||||
enabled = true
|
||||
default_policy = "deny"
|
||||
down_policy = "extend-cache"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue