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

1Password Secrets integration #130

Open
kMikaZu opened this issue Sep 3, 2024 · 2 comments
Open

1Password Secrets integration #130

kMikaZu opened this issue Sep 3, 2024 · 2 comments
Labels
End User Support General help implementing the script.

Comments

@kMikaZu
Copy link

kMikaZu commented Sep 3, 2024

Can somebody point me into the right direction to implement the use of 1Password Secrets?

Thanks!

@ParadoxGuitarist ParadoxGuitarist added the End User Support General help implementing the script. label Sep 5, 2024
@ParadoxGuitarist
Copy link
Collaborator

ParadoxGuitarist commented Sep 5, 2024

I'd suggest using the ci/cd implementation to store the entire config file as the secret and have the workflow write it in place.

Depending on where you're running this, you could use the k8s secret management to do something similar and map in the config file to a pod on a cron-job that runs the script as well.

If you're looking for more specific help, you'll likely need to provide more information about your setup since even the 1Password docs fork their docs based on if you use a Connect server or not, which you didn't mention: https://developer.1password.com/docs/secrets-automation/

Introducing 1Password Secrets Automation workflows. Use a 1Password Service Account or Connect server to secure, orchestrate, and manage your infrastructure secrets.

@kMikaZu
Copy link
Author

kMikaZu commented Sep 19, 2024

There is a Connect Server in place and I want to use Platypus to bundle the .conf (and/or .env file) in the .app build which then calls for the injection of the secrets every time the app runs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
End User Support General help implementing the script.
Projects
None yet
Development

No branches or pull requests

2 participants