Use both oidc and basic auth in mongodb

is it possible to configure percona mongodb on k8s to use both oidc and regular users (via the CR) ?

Hi, it should work if you set the configuration to something like:

configuration: |
  setParameter:
    authenticationMechanisms: SCRAM-SHA-256, MONGODB-OIDC

See Changing MongoDB options - Percona Operator for MongoDB