-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed as not planned
Labels
feature-requestschema-registrysolvedstale15 days without activity15 days without activitytriageTriage is neededTriage is needed
Description
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
Labels
feature-requestschema-registrysolvedstale15 days without activity15 days without activitytriageTriage is neededTriage is needed