jfrog / vault-plugin-secrets-artifactory

HashiCorp Vault Secrets Plugin for Artifactory
https://jfrog.com
Apache License 2.0
39 stars 20 forks source link

Fix user token config fall back logic #162

Closed alexhung closed 5 months ago

alexhung commented 5 months ago

Ensure when fetching config with user name but config doesn't exist for that user name, fall back to the shared user config first, then fall back to system default value for TTLs.

Close #159