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

fix: Add conditional check for existing sops-age secret in bootstrap task #1556

Merged
merged 5 commits into from
Aug 5, 2024

Conversation

Deenyoro
Copy link
Contributor

@Deenyoro Deenyoro commented Aug 5, 2024

Add conditional check for existing sops-age secret in bootstrap task

@Deenyoro
Copy link
Contributor Author

Deenyoro commented Aug 5, 2024

I know the main task file checks if sops is in the user directory, but I thought this change might help people that are defining their own Age key.

          if test -f ~/.config/sops/age/keys.txt; then
            echo WARNING: SOPS Age key found in home directory, this may cause conflicts.```
            

@onedr0p
Copy link
Owner

onedr0p commented Aug 5, 2024

Overall I think this makes sense, I just want to get to my laptop to review it 🙂

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@onedr0p onedr0p changed the title Update taskfile fix: Add conditional check for existing sops-age secret in bootstrap task Aug 5, 2024
@onedr0p onedr0p merged commit 43e3ae2 into onedr0p:main Aug 5, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants