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

Add zammad-ldap-sync secret #80

Merged
merged 7 commits into from
Jan 29, 2025
Merged

Conversation

sfi2022
Copy link
Contributor

@sfi2022 sfi2022 commented Jan 24, 2025

Description

Secret template added.

Reference

Issues #XXX

@sfi2022 sfi2022 requested a review from klml as a code owner January 24, 2025 14:06
@sfi2022 sfi2022 requested review from FabianWilms and removed request for FabianWilms January 24, 2025 14:17
data:
spring.mail.password: UmVwbGFjZVdpdGhNYWlsQWNjb3VudFBhc3N3b3JkCg==
spring.mail.username: UmVwbGFjZVdpdGhNYWlsQWNjb3VudFVzZXJuYW1lCg==
zammad.token: UmVwbGFjZVdpdGhaYW1tYWRBY2Nlc3NUb2tlbgo=
Copy link
Member

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 }}

Copy link
Contributor Author

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.

Copy link
Member

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@sfi2022 sfi2022 requested a review from klml January 27, 2025 14:38
@@ -19,8 +20,8 @@ ldapSync:
mail:
host: mail.example.com
port: 1
username: email-user
password: email-password
username: ZW1haWwtdXNlcgo=
Copy link
Member

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

Copy link
Member

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@sfi2022 sfi2022 requested a review from klml January 27, 2025 14:58
@sfi2022 sfi2022 merged commit e1e7937 into main Jan 29, 2025
2 checks passed
@sfi2022 sfi2022 deleted the zammad-ldap-sync_create-secret_mpdz2-564 branch January 29, 2025 07:44
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