Replies: 3 comments
-
|
This feature has been implemented in PR #128! 🎉 The global config file at Key points:
Example usage: # ~/.config/fnox/config.toml
[providers.aws-secrets]
type = "aws-sm"
region = "us-east-1"
[secrets]
AWS_ACCESS_KEY_ID = { provider = "aws-secrets", value = "my-aws-key-id" }
AWS_SECRET_ACCESS_KEY = { provider = "aws-secrets", value = "my-aws-secret" }Thanks for the suggestion! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thank you!! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Awesome! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For machine-wide secrets like AWS CLI credentials, it would be helpful to support a global config file such as
~/.config/fnox/config.toml(similar to mise's global config), with project-level secrets overriding global ones.Beta Was this translation helpful? Give feedback.
All reactions