Skip to content

Commit

Permalink
Add username to RabbitMQ secrets for Magnum and Barbican
Browse files Browse the repository at this point in the history
  • Loading branch information
sowm9802 committed Oct 24, 2024
1 parent feea7fe commit 5f79734
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/create-secrets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ metadata:
namespace: openstack
type: Opaque
data:
username: $(echo -n "barbican" | base64)
password: $(echo -n $barbican_rabbitmq_password | base64 -w0)
---
apiVersion: v1
Expand Down Expand Up @@ -470,6 +471,7 @@ metadata:
namespace: openstack
type: Opaque
data:
username: $(echo -n "magnum" | base64)
password: $(echo -n $magnum_rabbitmq_password | base64 -w0)
---
apiVersion: v1
Expand Down

0 comments on commit 5f79734

Please sign in to comment.