Skip to content

Conversation

bobbyiliev
Copy link
Collaborator

balancer_cpu_request = optional(string, "100m")
license_key = optional(string)
authenticator_kind = optional(string, "None")
external_login_password_mz_system = optional(string)
Copy link
Contributor

Choose a reason for hiding this comment

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

We probably shouldn't let this be a variable here...

Copy link
Contributor

@jubrad jubrad left a comment

Choose a reason for hiding this comment

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

Looks good, one recomendation for the password variable. It might be ok to keep it as a var, but make some big flashing warnings that random_password should be used outside of testing.

# memory_request = "4Gi"
# memory_limit = "4Gi"
# authenticator_kind = "Password"
# external_login_password_mz_system = "your-password"
Copy link
Contributor

Choose a reason for hiding this comment

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

hmm, we really shouldn't have this as an example var, because this could be made public we don't want someone to just uncomment code that could expose a system with a default password.

Maybe worth recomending:
random_password.anatlyics_mz_system

@jubrad jubrad merged commit 681c9fc into main Jun 24, 2025
2 checks passed
@jubrad jubrad deleted the add-auth-support branch June 24, 2025 05:12
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