Skip to content

Commit

Permalink
Merge pull request #92 from OSGP/feature/FDP-908-base64
Browse files Browse the repository at this point in the history
Base 64 encode username and password
  • Loading branch information
JelleHoffman authored Jun 23, 2023
2 parents 12f5d06 + 8026d1c commit 3eb7ff9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/activemq-artemis/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: activemq-artemis
version: 0.0.24
version: 0.0.25
description: a multi-protocol, embeddable, very high performance, clustered, asynchronous messaging system.
keywords:
- activemq
Expand Down
6 changes: 3 additions & 3 deletions charts/activemq-artemis/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ metadata:
heritage: "{{ .Release.Service }}"
type: Opaque
data:
artemis-password: simetraehcapa
artemis-username: artemis
{{end}}
artemis-password: {{ "simetraehcapa" | b64enc }}
artemis-username: {{ "artemis" | b64enc }}
{{end}}

0 comments on commit 3eb7ff9

Please sign in to comment.