multiple auth types syntax #549
-
Hello, whats the syntax for multiple auth types? my error:
with my configuration:
best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @treknado. You need to specify the value as a string (see also #341): |
Beta Was this translation helpful? Give feedback.
Hi @treknado. You need to specify the value as a string (see also #341):
opensearch_security.auth.type: "[\"basicauth\",\"openid\"]"
Then kubectl will allow it and the operator will still correctly put it ino the generated config.