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 rekor-mysql ExternalSecret #1099

Merged
merged 1 commit into from
May 14, 2024
Merged

Conversation

cmurphy
Copy link
Contributor

@cmurphy cmurphy commented May 14, 2024

Add a kubectl_manifest terraform resource to create an ExternalSecret for rekor to use to connect to the searchindexes MySQL database when using MySQL as the index storage backend.

The username and password are the same as for the trillian database, but they need to be accessible from the rekor-system namespace, so we create another ExternalSecret but it can pull from the same GCP secret.

Summary

Release Note

Documentation

Add a kubectl_manifest terraform resource to create an ExternalSecret
for rekor to use to connect to the searchindexes MySQL database when
using MySQL as the index storage backend.

The username and password are the same as for the trillian database, but
they need to be accessible from the rekor-system namespace, so we create
another ExternalSecret but it can pull from the same GCP secret.

Signed-off-by: Colleen Murphy <[email protected]>
Copy link
Member

@cpanato cpanato left a comment

Choose a reason for hiding this comment

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

thanks

@haydentherapper haydentherapper merged commit b55bb16 into sigstore:main May 14, 2024
9 checks passed
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.

3 participants