We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the bicep code, we pass 2 sets of user/pass. We should be consistent and use the right values.
{ name: 'CONNECTION_STRING' secureValue: 'jdbc:postgresql://${atlasDatabase.outputs.postgresServerFullyQualifiedDomainName}:5432/${postgresOMOPCDMDatabaseName}?user=postgres_admin&password=${postgresOMOPCDMPassword}&sslmode=require' } { name: 'USERNAME' value: atlasDatabase.outputs.postgresWebapiAdminUsername } { name: 'PASSWORD' secureValue: postgresWebapiAdminPassword }
The text was updated successfully, but these errors were encountered:
yuvalyaron
Successfully merging a pull request may close this issue.
In the bicep code, we pass 2 sets of user/pass. We should be consistent and use the right values.
The text was updated successfully, but these errors were encountered: