You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: private_repo/ansible/inventory/dev/Core/secrets.yml
+3-1
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,9 @@ mongodb_keyfile_content: |
88
88
# use below command to use a random password
89
89
# 'openssl rand -hex 10'
90
90
nodebb_admin_password:
91
-
adminutil_refresh_token_public_key_kid: ""#get after eycloak deployment using lms client
91
+
adminutil_refresh_token_public_key_kid: ""# get after Keycloak deployment using lms client
92
+
#SELECT value FROM component_config CC INNER JOIN component C ON(CC.component_id = C.id) WHERE C.realm_id = 'sunbird' and provider_id = 'hmac-generated' AND CC.name = 'secret';
93
+
adminutil_refresh_token_secret_key: ""# get after Keycloak deployment from postgres using the above query
92
94
93
95
# Steps to generating the Nodebb auth token
94
96
# 1. Login to Nodebb (https://<domain-name>/discussions/login) as a Admin.
0 commit comments