Skip to content

Commit eab0b7c

Browse files
Use net_cidr in vault-deploy-barbican.yml
Co-authored-by: Mark Goddard <[email protected]>
1 parent 262dfeb commit eab0b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/ansible/vault-deploy-barbican.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
ca_cert: "{{ vault_ca_cert }}"
5555
token: "{{ vault_keys.root_token }}"
5656
bind_secret_id: true
57-
secret_id_bound_cidrs: "{{ internal_net_cidr }}"
57+
secret_id_bound_cidrs: "{{ internal_net_name | net_cidr }}"
5858
secret_id_ttl: 0
5959
policies: barbican-policy
6060
token_policies: barbican-policy

0 commit comments

Comments
 (0)