You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Before Vault Version 1.15.4 an entry could be displayed as either json or non json.
This has been changed since: https://github.com/hashicorp/vault/blob/main/CHANGELOG.md#1154
ui: When Kv v2 secret is an object, fix so details view defaults to readOnly JSON editor. [GH-24290]
Because of this we have an issue. When for instance password includes a { the output via the web is always shown as json.
Therefore a copy paste of a password is not possible any more, the same not complicated was as before.
We would prefer:
That you can always force the selection, maybe make it optional via a configuration option.
To improve the json detection.
To Reproduce
Steps to reproduce the behavior:
Enter a password with a {
Look at the website
The entry has json enabled and it cant be disabled.
Expected behavior
Either json can still be disabled and/or the json detection is better so this won't happen.
It would always be better that the format can always be changed by the user. Or to have an option in the configuration file that can overrule this option?
Environment:
Vault Server Version: 1.15.4
This issue is quite urgent as the web interface is often used.
The text was updated successfully, but these errors were encountered:
Thank you for taking the time to bring this to our attention. This issue was recently raised and a fix to revert the behaviour has been made that will appear in the next release of Vault (version 1.16.0) and the next update of the 1.15.x version (1.15.5).
Also, in the 1.16.x release, an improvement has also been made that will allow hiding and revealing the JSON editor.
Describe the bug
Before Vault Version 1.15.4 an entry could be displayed as either json or non json.
This has been changed since:
https://github.com/hashicorp/vault/blob/main/CHANGELOG.md#1154
ui: When Kv v2 secret is an object, fix so details view defaults to readOnly JSON editor. [GH-24290]
Because of this we have an issue. When for instance password includes a { the output via the web is always shown as json.
Therefore a copy paste of a password is not possible any more, the same not complicated was as before.
We would prefer:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Either json can still be disabled and/or the json detection is better so this won't happen.
It would always be better that the format can always be changed by the user. Or to have an option in the configuration file that can overrule this option?
Environment:
This issue is quite urgent as the web interface is often used.
The text was updated successfully, but these errors were encountered: