examples icon indicating copy to clipboard operation
examples copied to clipboard

Config auto generation wrong for ccloud schema registry

Open andybryant opened this issue 4 years ago • 3 comments

Description If you follow the instructions documented here for generating config for ccloud, it doesn't correctly pick up the schema regsitry user info config

This line should be changed to schema.registry.basic.auth.user.info rather than basic.auth.user.info to correctly pick up the config value: https://github.com/confluentinc/examples/blob/6.2.1-post/utils/ccloud_library.sh#L1195

andybryant avatar Oct 13 '21 02:10 andybryant

@andybryant please double-check the discrepancy: the code could be wrong or the docs page could be wrong, and in this case, I think it might be the latter? If you need help tracking it down definitively, please let me know.

ybyzek avatar Oct 13 '21 11:10 ybyzek

In both the docs and example the ksql basic user info is specified with a prefix ksql.basic.auth.user.info so it makes sense for consistency that the same approach is used for the schema registry.

andybryant avatar Oct 13 '21 23:10 andybryant

Please see https://docs.confluent.io/platform/current/security/basic-auth.html#schema-registry

Screen Shot 2021-10-13 at 20 09 05 PM

This suggests a docs bug with https://docs.confluent.io/cloud/current/cp-component/auto-generate-configs.html

ybyzek avatar Oct 14 '21 00:10 ybyzek