fermitools / htvault-config

Configure a Hashicorp Vault server for use with htgettoken
Other
6 stars 2 forks source link

Bug in detecting changed policy names #37

Closed DrDaveD closed 8 months ago

DrDaveD commented 1 year ago

There are 4 checks in config.sh that do [ ! -f policies/... ] to detect whether something has changed, but at least the two for tokenops and the one for oidc are done after the policy files are generated, so another way of detecting the change is needed.