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

improvement: allow overriding default config #56

Merged
merged 1 commit into from
Aug 4, 2021

Conversation

davidcheung
Copy link
Contributor

Description

Please explain the changes you made here and link to any relevant issues.

Checklist

@davidcheung davidcheung requested a review from bmonkman August 4, 2021 20:00
@davidcheung davidcheung requested a review from a team as a code owner August 4, 2021 20:00
@github-actions
Copy link

github-actions bot commented Aug 4, 2021

Terraform Format and Style 🖌success

Terraform Initialization ⚙️success

Terraform Validation 🤖Success! The configuration is valid.

@@ -14,6 +14,128 @@ locals {
}
}

kratos_values_override = {
Copy link
Contributor

Choose a reason for hiding this comment

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

So clean!

@@ -39,6 +161,15 @@ resource "null_resource" "external_secret_custom_resource" {
depends_on = [kubernetes_namespace.user_auth]
}

module "kratos_config" {
source = "cloudposse/config/yaml"
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah they have some cool features like merging with remote configs as well

Copy link
Contributor

@bmonkman bmonkman left a comment

Choose a reason for hiding this comment

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

Love it, great implementation!

@davidcheung davidcheung merged commit defcc33 into main Aug 4, 2021
@davidcheung davidcheung deleted the user-auth-customizability branch August 4, 2021 21:19
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