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
Run julie-ops to reconcile that delete to the cluster. This produced the following output,
java.io.IOException: java.io.IOException: Something happened with the connection, response status code: 400 body: {"status_code":400,"message":"Invalid scope resource type binding with cluster type : kafka-cluster and resource type : Connector","type":"INVALID REQUEST DATA"}
at com.purbon.kafka.topology.clients.JulieHttpClient.doRequest(JulieHttpClient.java:223)
at com.purbon.kafka.topology.clients.JulieHttpClient.doDelete(JulieHttpClient.java:192)
at com.purbon.kafka.topology.api.mds.MDSApiClient.deleteRole(MDSApiClient.java:146)
at com.purbon.kafka.topology.roles.RBACProvider.lambda$clearBindings$0(RBACProvider.java:50)
at java.base/java.lang.Iterable.forEach(Iterable.java:75)
at com.purbon.kafka.topology.roles.RBACProvider.clearBindings(RBACProvider.java:37)
at com.purbon.kafka.topology.actions.access.ClearBindings.execute(ClearBindings.java:29)
at com.purbon.kafka.topology.actions.BaseAccessControlAction.run(BaseAccessControlAction.java:30)
at com.purbon.kafka.topology.ExecutionPlan.execute(ExecutionPlan.java:114)
at com.purbon.kafka.topology.ExecutionPlan.run(ExecutionPlan.java:90)
at com.purbon.kafka.topology.JulieOps.run(JulieOps.java:248)
at com.purbon.kafka.topology.JulieOps.run(JulieOps.java:265)
at com.purbon.kafka.topology.CommandLineInterface.processTopology(CommandLineInterface.java:212)
at com.purbon.kafka.topology.CommandLineInterface.run(CommandLineInterface.java:161)
at com.purbon.kafka.topology.CommandLineInterface.main(CommandLineInterface.java:147)
Caused by: java.io.IOException: Something happened with the connection, response status code: 400 body: {"status_code":400,"message":"Invalid scope resource type binding with cluster type : kafka-cluster and resource type : Connector","type":"INVALID REQUEST DATA"}
at com.purbon.kafka.topology.clients.JulieHttpClient.doRequest(JulieHttpClient.java:212)
... 14 more
java.io.IOException: java.io.IOException: Something happened with the connection, response status code: 400 body: {"status_code":400,"message":"Invalid scope resource type binding with cluster type : kafka-cluster and resource type : Subject","type":"INVALID REQUEST DATA"}
at com.purbon.kafka.topology.clients.JulieHttpClient.doRequest(JulieHttpClient.java:223)
at com.purbon.kafka.topology.clients.JulieHttpClient.doDelete(JulieHttpClient.java:192)
at com.purbon.kafka.topology.api.mds.MDSApiClient.deleteRole(MDSApiClient.java:146)
at com.purbon.kafka.topology.roles.RBACProvider.lambda$clearBindings$0(RBACProvider.java:50)
at java.base/java.lang.Iterable.forEach(Iterable.java:75)
at com.purbon.kafka.topology.roles.RBACProvider.clearBindings(RBACProvider.java:37)
at com.purbon.kafka.topology.actions.access.ClearBindings.execute(ClearBindings.java:29)
at com.purbon.kafka.topology.actions.BaseAccessControlAction.run(BaseAccessControlAction.java:30)
at com.purbon.kafka.topology.ExecutionPlan.execute(ExecutionPlan.java:114)
at com.purbon.kafka.topology.ExecutionPlan.run(ExecutionPlan.java:90)
at com.purbon.kafka.topology.JulieOps.run(JulieOps.java:248)
at com.purbon.kafka.topology.JulieOps.run(JulieOps.java:265)
at com.purbon.kafka.topology.CommandLineInterface.processTopology(CommandLineInterface.java:212)
at com.purbon.kafka.topology.CommandLineInterface.run(CommandLineInterface.java:161)
at com.purbon.kafka.topology.CommandLineInterface.main(CommandLineInterface.java:147)
Caused by: java.io.IOException: Something happened with the connection, response status code: 400 body: {"status_code":400,"message":"Invalid scope resource type binding with cluster type : kafka-cluster and resource type : Subject","type":"INVALID REQUEST DATA"}
at com.purbon.kafka.topology.clients.JulieHttpClient.doRequest(JulieHttpClient.java:212)
... 14 more
Expected behavior
Juile-ops should be able to delete subject and connector role bindings.
Runtime (please complete the following information):
OS: WSL CentOS 7
JVM version: openjdk 11
Julie-ops RPM package Version: 3.3.2
Confluent version: 6.2.1
The text was updated successfully, but these errors were encountered:
Describe the bug
To Reproduce
Note the connector pattern type, as that should be PREFIXED.
5. Remove role binding from the topology file
Expected behavior
Juile-ops should be able to delete subject and connector role bindings.
Runtime (please complete the following information):
The text was updated successfully, but these errors were encountered: