Graqr / Threshr

java sdk for target's grocery api
GNU General Public License v3.0
1 stars 2 forks source link

configure obfuscated properties #48

Closed Jonathan-Zollinger closed 7 months ago

Jonathan-Zollinger commented 8 months ago

Summary

some properties like the jdbc connection information should be obfuscated

Proposed Solution

I know micronaut supports various ways to od this, but it could also be accomplished with environment variables.

Alternative

I wanna say Gradle also has something to accomplish this, it might be worth converting the POM file to a gradle build file.

Additional Context

micronaut guides on secrets

Code of Conduct

Jonathan-Zollinger commented 7 months ago

addressed in #56