-
Notifications
You must be signed in to change notification settings - Fork 157
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
[MOSIP-15265] updated db-common-secrets to db-secrets #1155
base: develop
Are you sure you want to change the base?
Conversation
in copy_secrets.sh and delete.sh file of config-server.
@@ -12,7 +12,7 @@ while true; do | |||
if [ $yn = "Y" ] | |||
then | |||
kubectl -n $NS delete configmap global keycloak-host activemq-activemq-artemis-share s3 email-gateway | |||
kubectl -n $NS delete secret db-common-secrets keycloak keycloak-client-secrets activemq-activemq-artemis softhsm-kernel softhsm-ida s3 email-gateway prereg-captcha | |||
kubectl -n $NS delete secret db-mosip-audit-secret db-mosip-authdevice-secret db-mosip-credential-secret db-mosip-digitalcard-secret db-mosip-hotlist-secret db-mosip-ida-secret db-mosip-idmap-secret db-mosip-idp-secret db-mosip-idrepo-secret db-mosip-kernel-secret db-mosip-keymgr-secret db-mosip-master-secret db-mosip-pms-secret db-mosip-prereg-secret db-mosip-regdevice-secret db-mosip-regprc-secret db-mosip-resident-secret db-mosip-toolkit-secret keycloak keycloak-client-secrets activemq-activemq-artemis softhsm-kernel softhsm-ida s3 email-gateway prereg-captcha |
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.
Can a regex search be used here like the one used in copy_secrets.sh file? This will be hard to maintain later on when more secrets are added
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.
yes we can do that changes and add that in delete.sh script.
…evelop-MOSIP-15265 � Conflicts: � deployment/v3/mosip/config-server/delete.sh
…evelop-MOSIP-15265
…evelop-MOSIP-15265
…evelop-MOSIP-15265
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.
@pramod444 please update postgres README.md file for db_password_gen
sure @syedsalman3753 will update. |
…evelop-MOSIP-15265
…evelop-MOSIP-15265
…evelop-MOSIP-15265
in copy_secrets.sh and delete.sh file of config-server.