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 installing Vault and running the dev server (I have seen this same behavior in prod, but wanted to know if it was the same with the dev server to reproduce easily for filing a bug report) generating OTP for SSH produces an error in the UI. To reproduce this with vault-1.1.0:
Start the vault dev server
Enable the SSH secrets engine at ssh/
Create a new role with any default name/username and for cidr list 0.0.0.0/0
Attempt to generate credentials using this new role in the Web UI, you will see an error: "n.factoryFor is not a function"
The functionality works completely fine and returns a valid key if using the API or vault commands. Happy to provide anymore info that may be useful.
The text was updated successfully, but these errors were encountered:
When installing Vault and running the dev server (I have seen this same behavior in prod, but wanted to know if it was the same with the dev server to reproduce easily for filing a bug report) generating OTP for SSH produces an error in the UI. To reproduce this with vault-1.1.0:
The functionality works completely fine and returns a valid key if using the API or vault commands. Happy to provide anymore info that may be useful.
The text was updated successfully, but these errors were encountered: