Skip to content

Commit

Permalink
Merge pull request #3459 from keshavprasadms/release-4.10.0
Browse files Browse the repository at this point in the history
Merge branch 'release-4.9.0' into release-4.10.0
  • Loading branch information
beepdot authored Aug 24, 2022
2 parents 2417fc4 + 92196ad commit a67e725
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/helm_charts/sunbird-RC/registry/values.j2
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ serviceMonitor:
enabled: true
labels: # labels with which the prometheus choose the serviceMonitor
app: prometheus-operator
release: prometheus-operator
release: prometheus-operator
2 changes: 1 addition & 1 deletion private_repo/ansible/inventory/dev/Core/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ adminutil_refresh_token_public_key_kid: "" # get after keycloak deployment, go
#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';
adminutil_refresh_token_secret_key: "" # get after Keycloak deployment from postgres using the above query


# mongodb keyfile content generated using
# 'openssl rand -base64 741'
# eg:
Expand Down Expand Up @@ -102,6 +101,7 @@ core_vault_sunbird_google_oauth_clientId_portal: # Google oauth client i
core_vault_sunbird_google_oauth_clientSecret_portal: # Google oauth client secret
core_vault_sunbird_google_captcha_site_key_portal: # Google recaptch site key
google_captcha_private_key: # Google recaptch private key
learning_content_drive_apiKey: # Google drive api key

# ------------------------------------------------------------------------------------------------------------ #
# Optional variables - Can be left blank if you dont plan to use the intended features
Expand Down

0 comments on commit a67e725

Please sign in to comment.