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

Secret for database password #705

Open
Xu-Justin opened this issue Dec 22, 2024 · 0 comments
Open

Secret for database password #705

Xu-Justin opened this issue Dec 22, 2024 · 0 comments

Comments

@Xu-Justin
Copy link

Xu-Justin commented Dec 22, 2024

Hi @etiennestuder, is it possible to provide the database password from a secret repository (e.g. AWS Parameter Store, AWS Secret Manager)? I don't want to commit and push the password because it is a public codebase.

jooq {
  version = '3.19.15'
  edition = JooqEdition.OSS

  configurations {
    main {
      generationTool {
        logging = org.jooq.meta.jaxb.Logging.WARN
        jdbc {
          driver = 'org.postgresql.Driver'
          url = '...'
          user = '...'
          password = '...' <----- How do I supply password from a secret repository (e.g. AWS Parameter Store, AWS Secret Manager)
          ...
        }
        ...
        }
      }
    }
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant