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
Describe the bug
When attempting to manage Confluent Cloud service accounts with the JulieOps CLI tool while using any version of ccloud above v1.27.0, the error message
com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "resource_id" (class com.purbon.kafka.topology.model.cluster.ServiceAccount), not marked as ignorable (3 known properties: "id", "description", "name"])
Along with those three known properties and the "Show Resource IDs when listing service accounts" release note for v1.28.0 of ccloud, I believe this is as simple as adding a resource_id property to the ServiceAccount.java model.
I'm not sure if thisresource_id property will be helpful for anything else right now, but at least we'll be able to use the latest version of ccloud with JulieOps.
The text was updated successfully, but these errors were encountered:
Describe the bug
When attempting to manage Confluent Cloud service accounts with the JulieOps CLI tool while using any version of ccloud above v1.27.0, the error message
appears in the output.
To Reproduce
Steps to reproduce the behavior:
Note the value of
topology.service.accounts.managed.prefixes.0
is the same principal prefix as in step 35. See the error
Expected behavior
This should not throw an
Unrecognized field "resource_id"
error on ccloud CLI versions above v1.27.0.Runtime (please complete the following information):
Additional context
The full error message reads:
Along with those three known properties and the "Show Resource IDs when listing service accounts" release note for v1.28.0 of ccloud, I believe this is as simple as adding a
resource_id
property to the ServiceAccount.java model.I'm not sure if this
resource_id
property will be helpful for anything else right now, but at least we'll be able to use the latest version of ccloud with JulieOps.The text was updated successfully, but these errors were encountered: