Browse Source

GITBOOK-31: Cleanup FAQ

Roman Zabaluev 2 years ago
parent
commit
26b0268e82
2 changed files with 5 additions and 15 deletions
  1. 3 7
      faq/common-problems.md
  2. 2 8
      faq/faq.md

+ 3 - 7
faq/common-problems.md

@@ -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

+ 2 - 8
faq/faq.md

@@ -2,15 +2,9 @@
 
 ### Basic (username password) authentication
 
-Add these env. properties:
+[basic-authentication.md](../configuration/authentication/basic-authentication.md "mention")
 
-```
-      AUTH_TYPE: "LOGIN_FORM"
-      SPRING_SECURITY_USER_NAME: admin
-      SPRING_SECURITY_USER_PASSWORD: pass
-```
-
-### Role based access control
+### Role-based access control
 
 [rbac-role-based-access-control.md](../configuration/rbac-role-based-access-control.md "mention")