Description
Hi Team,
I am using oidc for authentication which works perfect.
One thing i noted:
apiVersion: v1
data:
conf.yaml: |-
---
authentication:
anonymous_access:
enabled: false
oidc:
enabled: true
client_id: <client_id>
groups_claim: groups
issuer: https://<myiad>
username_claim: login_name
authorization:
admin_list:
enabled: true
users:
- P123
- P456
query_defaults:
limit: 100
debug: false
kind: ConfigMap
If i add another user P789, the configure map updated afterwards, the pods must be restarted to take effect.
Is this possible to load without restart?
Server Setup Information
Weaviate Server Version: 1.25.0
Deployment Method: k8s
Multi Node? Number of Running Nodes: 3
Client Language and Version: Python weaviate-client==4.5.5
Multitenancy?: no