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

Only generate a certificate if an existing in memory certificate isn't already set #78

Merged
merged 2 commits into from
Mar 24, 2024

Conversation

danegsta
Copy link
Contributor

I've got a use case where I'd like to be able to provide my own in memory generated certificate to tilt-apiserver. Current behavior only allows providing certificates via files, otherwise tilt-apiserver generates an in memory certificate for me. This change simply checks to see if someone has specified their own in memory certificate and skips the default generation logic if they have.

…t set

Signed-off-by: David Negstad <David.Negstad@microsoft.com>
Signed-off-by: David Negstad <David.Negstad@microsoft.com>
@nicks nicks merged commit 6e632f9 into tilt-dev:main Mar 24, 2024
1 check 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.

2 participants