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

add documentation for new environment variable for Vault KMS support #355

Merged
merged 1 commit into from
Jun 9, 2021
Merged

add documentation for new environment variable for Vault KMS support #355

merged 1 commit into from
Jun 9, 2021

Conversation

developer-guy
Copy link
Member

@developer-guy developer-guy commented Jun 9, 2021

Signed-off-by: Batuhan Apaydın batuhan.apaydin@trendyol.com

We recently added support for storing key pairs at the different paths for Transit Secret Engine at this PR while using KMS support.
cc: @Dentrax

@cpanato cpanato added this to the v0.6.0 milestone Jun 9, 2021
KMS.md Outdated
@@ -99,3 +99,9 @@ $ export VAULT_ADDR=http://localhost:8200
$ export VAULT_TOKEN=testtoken
$ vault secrets enable transit
```

If you enabled `transit` secret engine at different path with the use of `-path` flag like `vault secrets enable -path="someotherpath" transit`, you can use `TRANSIT_SECRET_ENGINE_PATH` environment variable to specify this path while generating a key pair like the following:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

like vault secrets enable -path="someotherpath" transit

I think it's better to refactor here:

(i.e., $ vault secrets enable -path="someotherpath" transit)

🤔

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Dentrax yes definitely, done.

Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
@dlorenc dlorenc merged commit c08ac94 into sigstore:main Jun 9, 2021
@developer-guy
Copy link
Member Author

Thank you so much for merging the PR @dlorenc ❤️🥳

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

Successfully merging this pull request may close these issues.

None yet

4 participants