Skip to content

Commit

Permalink
Add ml_core_internal_access_token for pvt repo template (#3917)
Browse files Browse the repository at this point in the history
* Add ml_core_internal_access_token for pvt repo template

* Update common.yml
  • Loading branch information
aks30 authored Jul 3, 2024
1 parent 4859e5c commit 9669630
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions private_repo/ansible/inventory/dev/Core/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,10 @@ sunbird_kong_device_register_anonymous: 'true' # enables anonymous sessions
sunbird_session_store_type: redis # uses redis for session data instead of cassandra
portal_redis_connection_string: "redis://:@{{ sunbird_redis_host }}:6379/3" # Uses KP redis and DB number 3 to store session data

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

#### ML Analytics Service #####
ml_analytics_cname_url: # Reference value - https://obj.dev.sunbirded.org/samiksha/

Expand Down

0 comments on commit 9669630

Please sign in to comment.