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

(RE-15565) Make auth config customizable and remove default dummy auth #142

Merged
merged 1 commit into from
Sep 7, 2023

Conversation

yachub
Copy link

@yachub yachub commented Sep 7, 2023

This only includes the auth key in the base config if it's specified in the values file, which allows the auth config to now be specified in a separate config file (i.e. using a service account to bind where you don't want the credentials written in a ConfigMap).

This also removes using the dummy auth provider (Only used for unit testing and local development) by default, which I consider backwards compatible, since vmpooler will not allow startup anyways if the dummy auth provider is used unless VMPOOLER_DEBUG is true, which is not the case in the api and manager deployment resources.

@yachub yachub added the enhancement New feature or request label Sep 7, 2023
@yachub yachub marked this pull request as ready for review September 7, 2023 14:49
@yachub yachub requested a review from a team as a code owner September 7, 2023 14:49
@yachub yachub merged commit 69309c5 into main Sep 7, 2023
@yachub yachub deleted the customize_auth_config branch September 7, 2023 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants