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
when i create ssh engine and enable ssh host key signing, there is possibility to allow empty principals (should be allow_empty_principals in api)
this option is configurable via web ui, but in that case, current state is not visible. its always shown as disabled. the only moment when its shown as enabled is directly after submiting settings with this optione enabled. after page reload/relogin/etc and going back, its again gray / disabled.
but its in effect active.
the most annoing part is, that saving the settings wihtout checking this option again (when active at this moment) it effectively disables it.
Thanks for reporting the issue @jhrcz-ls. It should be resolved in the next round of Vault releases. Addressing the missing field in the read API response resolved the issues in the UI side.
when i create ssh engine and enable ssh host key signing, there is possibility to allow empty principals (should be allow_empty_principals in api)
this option is configurable via web ui, but in that case, current state is not visible. its always shown as disabled. the only moment when its shown as enabled is directly after submiting settings with this optione enabled. after page reload/relogin/etc and going back, its again gray / disabled.
but its in effect active.
the most annoing part is, that saving the settings wihtout checking this option again (when active at this moment) it effectively disables it.
in the api/cli part, its even more weird.
... as you could see its not present in the output.
i am able to replicate this behaviour with vault running in container in dev mode.
this behaviour is replicated the same way on version 1.17.6 and 1.18.2
The text was updated successfully, but these errors were encountered: