Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3934578
D2789.id7080.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D2789.id7080.diff
View Options
diff --git a/roles/paas-docker/containers/notifications.sls b/roles/paas-docker/containers/notifications.sls
--- a/roles/paas-docker/containers/notifications.sls
+++ b/roles/paas-docker/containers/notifications.sls
@@ -30,14 +30,12 @@
- {{ container['broker_link'] }}:mq
- environment:
- BROKER_HOST: mq
- - BROKER_USERNAME: {{ salt['zr.get_username'](container['credentials']['broker']) }}
- - BROKER_PASSWORD: {{ salt['zr.get_password'](container['credentials']['broker']) }}
+ - BROKER_USERNAME: {{ salt['credentials.get_username'](container['credentials']['broker']) }}
+ - BROKER_PASSWORD: {{ salt['credentials.get_password'](container['credentials']['broker']) }}
- BROKER_VHOST: dev
- - MAILGUN_DOMAIN: {{ salt['zr.get_username'](container['credentials']['mailgun']) }}
- - MAILGUN_APIKEY: {{ salt['zr.get_password'](container['credentials']['mailgun']) }}
-
- - SENTRY_DSN: {{ salt['zr.get_sentry_dsn'](container['sentry']) }}
+ - MAILGUN_DOMAIN: {{ salt['credentials.get_username'](container['credentials']['mailgun']) }}
+ - MAILGUN_APIKEY: {{ salt['credentials.get_password'](container['credentials']['mailgun']) }}
- ports:
- 80
- port_bindings:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Dec 24, 05:51 (19 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2313393
Default Alt Text
D2789.id7080.diff (1 KB)
Attached To
Mode
D2789: Switch from Zemke-Rhyne to Vault for notifications credentials
Attached
Detach File
Event Timeline
Log In to Comment