Skip to content

Commit 9a5b1e1

Browse files
Merge pull request #274533 from robswain/1277981-grafana
1277981 - update grafana secrets file
2 parents a91fc62 + 4b24c8c commit 9a5b1e1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/private-5g-core/enable-azure-active-directory.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,11 @@ To support Microsoft Entra ID on Azure Private 5G Core applications, you'll need
118118
namespace: core
119119
type: Opaque
120120
data:
121-
client_id: <Base64-encoded client ID>
122-
client_secret: <Base64-encoded client secret>
123-
auth_url: <Base64-encoded authorization URL>
124-
token_url: <Base64-encoded token URL>
125-
root_url: <Base64-encoded packet core dashboards redirect URI root>
121+
GF_AUTH_AZUREAD_CLIENT_ID: <Base64-encoded client ID>
122+
GF_AUTH_AZUREAD_CLIENT_SECRET: <Base64-encoded client secret>
123+
GF_AUTH_AZUREAD_AUTH_URL: <Base64-encoded authorization URL>
124+
GF_AUTH_AZUREAD_TOKEN_URL: <Base64-encoded token URL>
125+
GF_AUTH_AZUREAD_TOKEN_URL: <Base64-encoded packet core dashboards redirect URI root>
126126
```
127127

128128
## Apply Kubernetes Secret Objects

0 commit comments

Comments
 (0)