k8s icon indicating copy to clipboard operation
k8s copied to clipboard

Declare multi type authorizations

Open hhk7734 opened this issue 3 years ago • 0 comments

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>

hhk7734 avatar Aug 06 '22 13:08 hhk7734