Skip to content

Commit 06ef5db

Browse files
Y0-L0onestay
authored andcommitted
fix(secrets): Already documented custom-secret-values
univention/dev/internal/team-nubus#989
1 parent c629a3d commit 06ef5db

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# SPDX-License-Identifier: AGPL-3.0-only
2+
# SPDX-FileCopyrightText: 2025 Univention GmbH
3+
4+
# Already added to the documentation:
5+
6+
nubusKeycloakExtensions:
7+
smtp:
8+
auth:
9+
username: "nubusKeycloakExtensions.smtp.auth.username"
10+
11+
keycloak:
12+
postgresql:
13+
auth:
14+
username: "keycloak.postgresql.auth.username"
15+
16+
nubusGuardian:
17+
postgresql:
18+
auth:
19+
username: "nubusGuardian.postgresql.auth.username"
20+
password: "nubusGuardian.postgresql.auth.password"
21+
provisioning:
22+
keycloak:
23+
auth:
24+
username: "nubusGuardian.provisioning.keycloak.auth.username"
25+
password: "nubusGuardian.provisioning.keycloak.auth.password"
26+
27+
nubusNotificationsApi:
28+
postgresql:
29+
auth:
30+
username: "nubusNotificationsApi.postgresql.auth.username"
31+
password: "nubusNotificationsApi.postgresql.auth.password"
32+
33+
nubusPortalConsumer:
34+
provisioningApi:
35+
auth:
36+
username: "nubusPortalConsumer.provisioningApi.auth.username"
37+
password: "nubusPortalConsumer.provisioningApi.auth.password"
38+
39+
nubusSelfServiceConsumer:
40+
provisioningApi:
41+
auth:
42+
username: "nubusSelfServiceConsumer.provisioningApi.auth.username"
43+
password: "nubusSelfServiceConsumer.provisioningApi.auth.password"
44+
45+
nubusUdmListener:
46+
nats:
47+
auth:
48+
password: "nubusUdmListener.nats.auth.password"
49+
50+
nubusUmcServer:
51+
memcached:
52+
auth:
53+
username: "nubusUmcServer.memcached.auth.username"
54+
password: "nubusUmcServer.memcached.auth.password"
55+
postgresql:
56+
auth:
57+
username: "nubusUmcServer.postgresql.auth.username"
58+
password: "nubusUmcServer.postgresql.auth.password"
59+
postgresPassword: "nubusUmcServer.postgresql.auth.postgresPassword"

0 commit comments

Comments
 (0)