Skip to content

Commit

Permalink
Add ml_core_internal_access_token for private repo template
Browse files Browse the repository at this point in the history
Add ml_core_internal_access_token for private repo template
  • Loading branch information
aks30 authored Nov 3, 2023
1 parent bf876cc commit d8d4479
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions private_repo/ansible/inventory/dev/Core/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,3 +238,6 @@ lp_vault_youtube_api_key: # youtube api token if you want
ml_analytics_authorization_access_token : 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJkOTY3NzRjYzXXXXXXXXXXXXXQ4Y2RiOWQ2Mzg0OSJ9.n4hXxKxl_698yeZPSWhXeGvMOb4esfgPadIZe8jZ0Z4' # Bearer auth token which has access to APIs as defined in the release note
ml_analytics_password : Test@123 # Password of a user which has roles of "PROGRAM_MANAGER", "PROGRAM_DESIGNER", "REPORT_ADMIN", "REPORT_VIEWER" matching with supplied username to variable ml_analytics_username
ml_analytics_client_secret : fd241dce-4ZZ9-47e1-97cf-1c7de7a44216 # Keycloak client secret for creating tokens, mapped to client id supplied to variable ml_analytics_client_id

#### ML Core Service #####
ml_core_internal_access_token: 8c3a94f0934e01a4940a # THIS IS A REFERENCE VALUE ONLY.Secure token to access Admin-related APIs.The value of the internal access token can be generated by command - "openssl rand -hex 10"

0 comments on commit d8d4479

Please sign in to comment.