"invalid API key" in Kubernetes

I’m trying to debug an issue with an Azure Kubernetes deployment where my clients are getting an invalid api key error. Is there something I’m missing?

This is from my values.yaml:

authentication:
  anonymous_access:
    enabled: false
  apikey:
    enabled: true
    allowed_keys:
      - key1
      - key2
    users:
      - donavan
      - app_user
  oidc:
    enabled: false
    # issuer: ''
    # username_claim: ''
    # groups_claim: ''
    # client_id: ''

authorization:
  admin_list:
    enabled: true
    users:
      - donavan
      - app_user

Hi @Donavan ! Sorry for the delay here!

and Welcome to our community! :hugs:

Were you able to fix this?