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
Right now /v1 has to be provided with the VaultConfig.apiUrl (like here: https://github.com/adrobisch/tresor/blob/main/src/test/scala/com/drobisch/tresor/vault/MongoAtlasSpec.scala#L16 )
/v1
VaultConfig.apiUrl
Should there be a v2, it'd probably be cleaner to have that as a separate config field and keep the apiUrl free of the version used.
v2
apiUrl
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now
/v1
has to be provided with theVaultConfig.apiUrl
(like here: https://github.com/adrobisch/tresor/blob/main/src/test/scala/com/drobisch/tresor/vault/MongoAtlasSpec.scala#L16 )Should there be a
v2
, it'd probably be cleaner to have that as a separate config field and keep theapiUrl
free of the version used.The text was updated successfully, but these errors were encountered: