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

LiquiBase does not work with aws-secretsmanager-jdc #47

Open
turnej2-altec opened this issue Jul 10, 2020 · 2 comments
Open

LiquiBase does not work with aws-secretsmanager-jdc #47

turnej2-altec opened this issue Jul 10, 2020 · 2 comments
Labels
bug Something isn't working triage/needs-investigation

Comments

@turnej2-altec
Copy link

Same issues that was happening with flyway. URL is not valid for liquiBase due to the URL beginning with jdbc-secretsmanager

@oridool
Copy link

oridool commented Oct 31, 2020

I'm using Springboot 2.3.4 and no problem with liquibase 4.1.1.

My application.yml:

spring:
  liquibase:
    change-log: classpath:db/config/db.changelog-baseline.xml
    enabled: true
    user : ${postgres.admin-user}

  datasource:
    url : jdbc-secretsmanager:postgresql://${postgres.hostname}:${postgres.port}/${service.name}?currentSchema=${spring.jpa.default-schema}
    jdbc-url : ${spring.datasource.url}
    username: ${postgres.app-user}
    driverClassName: com.amazonaws.secretsmanager.sql.AWSSecretsManagerPostgreSQLDriver

@willtong1234
Copy link
Contributor

Thank you for opening this issue - we are looking into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage/needs-investigation
Projects
None yet
Development

No branches or pull requests

5 participants