Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use vault-secrets as user-level systemd services #27

Open
rvem opened this issue Jun 6, 2023 · 0 comments
Open

Use vault-secrets as user-level systemd services #27

rvem opened this issue Jun 6, 2023 · 0 comments

Comments

@rvem
Copy link
Member

rvem commented Jun 6, 2023

Some of our deployments use user-level systemd services which need some secrets provisioned by vault-secrets defined on system level.
However, in this case, dependencies between user-level and system-level services don't work because these services are handled by different systemd instances. Lack of such dependency may lead to weird behaviour, e.g. a service that need a secret may fail to restart after a reboot because it'll attempt to start prior to the secrets service finish.

The goal of this issue is to check if vault-secrets services can be used on the user-level and adjust them if the current implementation doesn't allow it to do that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant