confluentinc/examples

Config auto generation wrong for ccloud schema registry

andybryant opened this issue · 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 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.

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.