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

Read env variables for exporter keys #97

Open
critzo opened this issue Aug 30, 2021 · 1 comment
Open

Read env variables for exporter keys #97

critzo opened this issue Aug 30, 2021 · 1 comment

Comments

@critzo
Copy link
Contributor

critzo commented Aug 30, 2021

Currently exporters read a keyfile that is packaged with a release on each device. Replace this by having each exporter read the contents of a key from an environment variable.

Relates to GCS, SCP exporters.

@critzo
Copy link
Contributor Author

critzo commented Jan 19, 2022

Per @robertodauria's initial research, this requires keys to have no newlines and be converted to base64 encoding. We can probably put together a script that does this, and add it to utilities/, complemented with documentation.

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

No branches or pull requests

2 participants