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

User/Pass mismatch when adding a source #153

Closed
tamirkamara opened this issue Jun 22, 2023 · 0 comments · Fixed by #163
Closed

User/Pass mismatch when adding a source #153

tamirkamara opened this issue Jun 22, 2023 · 0 comments · Fixed by #163
Assignees
Labels
bug Something isn't working

Comments

@tamirkamara
Copy link
Collaborator

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
      }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants