We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
When getting the full config, it includes secrets and other keys that might not be exposed in a repository directly.
Similarly, the secrets have to be transmitted for updates nested in the config.
A CLI flag to redact certain keys on get project, and a flag to set keys on update project.
get project
update project
Use the surrounding shell for scripting, e.g.
ory get project --format json | jq '.my.secret.a = "<redacted>" | .other.list_of.[].secrets = "<redacted>"' > output.json jq ".my.secret.a = $SECRET_FROM_ENV" input.json | ory update project --file -
v1.0.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Preflight checklist
Ory Network Project
No response
Describe your problem
When getting the full config, it includes secrets and other keys that might not be exposed in a repository directly.
Similarly, the secrets have to be transmitted for updates nested in the config.
Describe your ideal solution
A CLI flag to redact certain keys on
get project
, and a flag to set keys onupdate project
.Workarounds or alternatives
Use the surrounding shell for scripting, e.g.
Version
v1.0.0
Additional Context
No response
The text was updated successfully, but these errors were encountered: