-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add zammad-ldap-sync secret #80
Conversation
data: | ||
spring.mail.password: UmVwbGFjZVdpdGhNYWlsQWNjb3VudFBhc3N3b3JkCg== | ||
spring.mail.username: UmVwbGFjZVdpdGhNYWlsQWNjb3VudFVzZXJuYW1lCg== | ||
zammad.token: UmVwbGFjZVdpdGhaYW1tYWRBY2Nlc3NUb2tlbgo= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove values and add add {{ .Values.ldapSync.zammadsecret }}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this really necessary ?
I think we just want to create a secret and not store any sensitive data in the configuration data.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets create the secret in helm values, so we can populate with CICD
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅
…thub.com/it-at-m/helm-charts into zammad-ldap-sync_create-secret_mpdz2-564
charts/zammad-ldap-sync/values.yaml
Outdated
@@ -19,8 +20,8 @@ ldapSync: | |||
mail: | |||
host: mail.example.com | |||
port: 1 | |||
username: email-user | |||
password: email-password | |||
username: ZW1haWwtdXNlcgo= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add a comment, that you have to base64 this values
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or even better use b64enc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅
Description
Secret template added.
Reference
Issues #XXX