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

feat: add ability to disable admin password #274

Merged
merged 2 commits into from
Jan 12, 2024

Conversation

giolekva
Copy link
Contributor

Adds option admin.enabled (default true) which if set to false disables admin password.

Closes: #251

Follows similar approach to taken by PR #261 but does not create secret if admin password is disabled.

From my understanding suggestion made on PR #261 will not work as there is no way to distinguish value not set and value set to empty string in golang/helm templates. Hence why additional admin.enabled or disablePassword field is required.

@GeeWizWow
Copy link

Bump, would love to see this feature land.
@MoJo2600 Any chance of a review?

@MoJo2600
Copy link
Owner

MoJo2600 commented Jan 5, 2024

Hey, I was working on another PR yesterday. I hope i get it managed this weekend :)

Signed-off-by: Christian Erhardt <christian.erhardt@mojo2k.de>
@MoJo2600
Copy link
Owner

A little later than expected, but your change LGTM. I only updated the readme file. Will merge now.

@MoJo2600 MoJo2600 merged commit 1649b18 into MoJo2600:master Jan 12, 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.

Feature request: add option to disable admin password
3 participants