Skip to content

[bitnami/schema-registry] Schema registry server side OAuth2 #32808

@mavrallous

Description

@mavrallous

Name and Version

bitnami/schema-registry

What is the problem this feature will solve?

Hi,

I tried to enable Oauth2 on schema registry on server side to protect schema registry endpoints by setting following configurations but this seems to not work:

configuration: |-
  rest.servlet.initializor.classes=io.confluent.common.security.jetty.initializer.AuthenticationHandler
  oauthbearer.jwks.endpoint.url=***keycloak***
  oauthbearer.expected.issuer=***keycloak***
  oauthbearer.expected.audience="account"
  oauthbearer.sub.claim.name="sub"
  oauthbearer.groups.claim.name="groups"

Additionally this also protects the readiness endpoints which is not desirable. I there some unprotected public endpoint that we ca use for readiness?

What is the feature you are proposing to solve the problem?

OAuth configuration for schema registry server and public endpoint for readiness checks.

What alternatives have you considered?

No response

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions