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?
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
`
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