You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will create example-secrets.service and use it as a dependency for example.service. However, if example.service doesn't exist, vault-secrets will still create it. While the actual target service(s) will miss the example-secrets.service dependency.
IMO, vault-secrets should either throw a warning or an error at evaluation time in case some services from vaule-secrets.secrets.<name>.services don't exist in systemd.services.
The text was updated successfully, but these errors were encountered:
By default
Will create
example-secrets.service
and use it as a dependency forexample.service
. However, ifexample.service
doesn't exist,vault-secrets
will still create it. While the actual target service(s) will miss theexample-secrets.service
dependency.IMO,
vault-secrets
should either throw a warning or an error at evaluation time in case some services fromvaule-secrets.secrets.<name>.services
don't exist insystemd.services
.The text was updated successfully, but these errors were encountered: