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 storage configurations #2

Merged
merged 1 commit into from
Oct 25, 2023
Merged

Add storage configurations #2

merged 1 commit into from
Oct 25, 2023

Conversation

pdeziel
Copy link
Collaborator

@pdeziel pdeziel commented Oct 25, 2023

This adds configuration for the certificate storage options (local file storage and google secret manager).

@pdeziel pdeziel requested a review from pdamodaran October 25, 2023 13:55
Copy link

@pdamodaran pdamodaran left a comment

Choose a reason for hiding this comment

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

I just have one comment - otherwise this is good to go!

return cli.Exit(err, 1)
}

fmt.Println(string(secret))

Choose a reason for hiding this comment

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

this should probably be removed

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Printing the secret was kind of the point since this is in the CLI, this code won't be called from the service and it's more of a debug thing that I wrote to quickly test if the secret manager client was working.

Choose a reason for hiding this comment

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

got it - I had figured you added the print statement to test the functionality but may have forgotten to remove it - thanks for confirming!

@pdeziel pdeziel merged commit 8e76799 into main Oct 25, 2023
@pdeziel pdeziel deleted the sc-21639 branch October 25, 2023 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants