You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Confluent Enterprise Support customers, we would strongly advise you to open a Support ticket which will be addressed within your Support contract SLA at https://support.confluent.io
Describe the issue
When deploying self-managed components, schema.registry.url is missing for rest, ksql and c3 properties even if ccloud_schema_registry_url is congihured and ccloud_schema_registry_enabled: true while for connect it does work.
To Reproduce
Steps to reproduce the behaviour:
Do some self-managed deployment of the components mentioned with
ccloud_schema_registry_enabled: true
ccloud_schema_registry_url: ...
ccloud_schema_registry_key: ...
ccloud_schema_registry_secret: ...
Expected behaviour
schema.registry.url should be present in properties but it is missing and causes warnings/errors!
Inventory File
see above
Note: I already have a fix locally and will create a PR that resolves the issue - in case of ksql, c3 and rest the condition needed to be changed as it was done for connect in the past:
For Confluent Enterprise Support customers, we would strongly advise you to open a Support ticket which will be addressed within your Support contract SLA at
https://support.confluent.io
Describe the issue
When deploying self-managed components, schema.registry.url is missing for rest, ksql and c3 properties even if ccloud_schema_registry_url is congihured and ccloud_schema_registry_enabled: true while for connect it does work.
To Reproduce
Steps to reproduce the behaviour:
Do some self-managed deployment of the components mentioned with
ccloud_schema_registry_enabled: true
ccloud_schema_registry_url: ...
ccloud_schema_registry_key: ...
ccloud_schema_registry_secret: ...
Expected behaviour
schema.registry.url should be present in properties but it is missing and causes warnings/errors!
Inventory File
see above
Note: I already have a fix locally and will create a PR that resolves the issue - in case of ksql, c3 and rest the condition needed to be changed as it was done for connect in the past:
cp-ansible/roles/variables/vars/main.yml
Line 845 in 5807763
The text was updated successfully, but these errors were encountered: