liqingwang commented on code in PR #10451:
URL: https://github.com/apache/dolphinscheduler/pull/10451#discussion_r897656610
##########
dolphinscheduler-api/src/main/resources/application.yaml:
##########
@@ -143,6 +143,8 @@ security:
password: password
user.identity.attribute: uid
user.email.attribute: mail
+ # action when ldap user is not exist (supported types: CREATE,DENY)
+ user.not.exist.action: CREATE
Review Comment:
Thanks for your reminder. I have reorganized the YAML configs. And the
default policy is `create`, when a user does not exists will auto create a user
when using LDAP log-in.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]