k8s
k8s copied to clipboard
Declare multi type authorizations
I want to use both user & password and nkey. But the first one dose not work, the second one works. is this intended?
auth:
enabled: true
basic:
users:
- user: <user>
password: <password>
nkeys:
users:
- nkey: <nkey-user>
auth:
enabled: true
basic:
users:
- user: <user>
password: <password>
- nkey: <nkey-user>