-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added env variable for user delete flow for ml services #3921
added env variable for user delete flow for ml services #3921
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed on 28 Nov
ID={{ml_core_service_id | default(env_name+"."+sunbird_instance+".ml.survey.service")}} | ||
|
||
#Telemetry enable/disbale service | ||
TELEMETRY_ON_OFF={{telemetry_on_off | default("ON")}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ankitpws Rename - telemetry_on_off to manage_learn_telemetry_on_off
@@ -65,3 +65,18 @@ KEYCLOAK_PUBLIC_KEY_PATH={{ml_survey_keycloak_public_key_path|default("keycloak- | |||
|
|||
## portal url of env | |||
APP_PORTAL_BASE_URL={{ proto }}://{{ domain_name }} | |||
|
|||
#User Delete on and off flow | |||
USER_DELETE_ON_OFF={{user_delete_on_off | default("ON")}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ankitpws - Rename it to manage_learn_ user_delete_on_off
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In this and above file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved.
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Type of change
Please choose appropriate options.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes in the below checkboxes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Checklist: