Skip to content
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

Remove Obsolete DELIUS_API_POOL Account #436

Merged
merged 1 commit into from
Dec 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ restore_db_passwords () {
SYSTEMDBUSERS=(sys system dbsnmp)
if [ "$HMPPS_ROLE" = "delius" ]
then
DBUSERS+=(delius_app_schema delius_pool delius_analytics_platform gdpr_pool delius_api_pool delius_audit_pool mms_pool contact_search_pool)
DBUSERS+=(delius_app_schema delius_pool delius_analytics_platform gdpr_pool delius_audit_dms_pool mms_pool contact_search_pool)
# Add Probation Integration Services by looking up the Usernames by their path in the SSM Parameter Store (there may be several of these)
# Note that the name contains hyphens in the parameter store, but the actual DB account uses underscores in place of these
SSMNAME="/${ENVIRONMENT}/${APPLICATION}/probation-integration/"
Expand Down
Loading