opentelekomcloud / vault-plugin-secrets-openstack

Create OpenStack tokens using HashiCorp Vault
Apache License 2.0
23 stars 6 forks source link

Unicode is potentially returned in the password #108

Closed gtema closed 1 year ago

gtema commented 1 year ago

Password containing "&" - ampersand in the pwd policy ended up as YcV%8YFcBA\u0026ixc (invoked as vault read openstack/creds/test -format=json).

gtema commented 1 year ago

conversion happens only if -format=json is used. Means it is not plugin relevant, but rather vault itself