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
gcloud
teller
google_secretmanager
teller -V teller 2.0.7
cat .teller.yml providers: google_secrets_manager: kind: google_secretmanager maps: - id: testsecret path: projects/1234567890
teller --verbose --config .teller.yml put --providers google_secrets_manager --map-id testsecret PGTST=test Error: No such file or directory (os error 2) Location: /home/runner/work/teller/teller/teller-cli/src/cli.rs:218:18
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have checked https://docs.rs/teller-providers/latest/teller_providers/providers/google_secretmanager/index.html# but it's absolutely useless.
https://github.com/tellerops/teller/blob/master/teller-cli/fixtures/google_sm_integration.yml
Also useless in terms of this problem
gcloud
cli (please provide a specific commands) to be able to useteller
withgoogle_secretmanager
provider?The text was updated successfully, but these errors were encountered: