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

Agenix secrets are no longer decrypted to /run/secrets but to a changing directory under /run/agenix.d #425

Closed
btobolaski opened this issue Feb 17, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@btobolaski
Copy link
Contributor

Expected Behavior

Secrets should be available in /run/secrets

Current Behavior

Secrets are decrypted into /run/agenix.d/{{decryption_count_since_boot}}/

Steps to Reproduce

  1. run bud rebuild {{host}} switch
  2. See error messages about password files not existing.

Context

I can no longer do a bud rebuild {{host]] switch as the secrets move their location.

Your Environment

Perhaps I did something wrong while merging in the changes from this repository into my configuration. I don't see where I would have caused this issue. Here is my flake.lock https://gist.github.com/btobolaski/c7f9c8625974cc77a9c118f1bd8004d7

@btobolaski btobolaski added the bug Something isn't working label Feb 17, 2022
@btobolaski
Copy link
Contributor Author

I see that the actual directory gets symlinked to /run/agenix so I'll close this as it a consistent directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant