Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

schema registry basic authentication suoort #114

Open
mattmadhavan-gmail opened this issue Feb 3, 2024 · 0 comments
Open

schema registry basic authentication suoort #114

mattmadhavan-gmail opened this issue Feb 3, 2024 · 0 comments

Comments

@mattmadhavan-gmail
Copy link

Hello,
We have our own Confluent Schema registry running via docker-compose with BASIC Authentication enabled (and its working).

` SCHEMA_REGISTRY_ACCESS_CONTROL_ALLOW_METHODS: GET,POST,PUT,OPTIONS

        SCHEMA_REGISTRY_ACCESS_CONTROL_ALLOW_ORIGIN: '*'

        SCHEMA_REGISTRY_OPTS: "-Djava.security.auth.login.config=/etc/schema-registry/jaas-config.conf"

        SCHEMA_REGISTRY_AUTHENTICATION_METHOD: BASIC

        SCHEMA_REGISTRY_AUTHENTICATION_ROLES: developer

        SCHEMA_REGISTRY_AUTHENTICATION_REALM: SchemaRegistry-Props

`

The basicauth.txt file has
pdsuser: testing,developer,admin

How do I configure schema-registry-ui so that its able to connect to Confluent schema registry via BASIC authentication? Please note that when the security is disabled on the schema-registry?

I appreciate in advance!!

Thanks
Matt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant