|
@@ -1,21 +1,17 @@
|
|
|
# Common problems
|
|
|
|
|
|
-## Login module control flag not specified in JAAS config
|
|
|
+## `Login module control flag not specified in JAAS config`
|
|
|
|
|
|
-If you are running against confluent cloud and you have specified correctly the jass config and still continue getting these errors look to to see if you are passing confluent.license in the connector, absence of a license returns a number of bogus errors like "Login module control flag not specified in JAAS config".
|
|
|
+If you are running against confluent cloud and you have specified correctly the jass config and still continue getting these errors look to see if you are passing confluent. the license in the connector, the absence of a license returns a number of bogus errors like "Login module control flag not specified in JAAS config".
|
|
|
|
|
|
https://docs.confluent.io/platform/current/connect/license.html
|
|
|
|
|
|
-Good resource for what properties are needed here: https://gist.github.com/rmoff/49526672990f1b4f7935b62609f6f567
|
|
|
+A good resource for what properties are needed is here: https://gist.github.com/rmoff/49526672990f1b4f7935b62609f6f567
|
|
|
|
|
|
## Cluster authorization failed
|
|
|
|
|
|
Check the [required permissions](../configuration/configuration/required-acls.md).
|
|
|
|
|
|
-## Confluent cloud errors
|
|
|
-
|
|
|
-Set this property to `true`: `KAFKA_CLUSTERS_<id>_DISABLELOGDIRSCOLLECTION`
|
|
|
-
|
|
|
## AWS MSK w/ IAM: Access denied
|
|
|
|
|
|
https://github.com/provectus/kafka-ui/discussions/1104#discussioncomment-1656843 https://github.com/provectus/kafka-ui/discussions/1104#discussioncomment-2963449 https://github.com/provectus/kafka-ui/issues/2184#issuecomment-1198506124
|