Quantcast
Channel: Weaviate Community Forum - Latest posts
Viewing all articles
Browse latest Browse all 3590

Meta endpoint! Unexpected status code: 401, with response body: {'code': 401, 'message': 'anonymous access not enabled, please provide an auth scheme such as OIDC'}

$
0
0

Good morning @Jyothi_Ram

Welcome to our community! It’s great to have you here.

Here is how to configure it:

See:

authentication:
  anonymous_access:
    enabled: false
  apikey:
    enabled: true
    allowed_keys:
      - testKey123
    users:
      - admin
      - dev
authorization:
  rbac:
    enabled: false
  admin_list:
    enabled: true
    users:
      - admin
      - api-key-user-admin
  read_only_users:
    - dev
    - api-key-user-readOnly

Hope this helps!

Regards,
Mohamed Shahin,
Weaviate Support Engineer


Viewing all articles
Browse latest Browse all 3590

Trending Articles