gaopeng666 commented on code in PR #14814:
URL: 
https://github.com/apache/dolphinscheduler/pull/14814#discussion_r1312787471


##########
dolphinscheduler-api/src/main/resources/application.yaml:
##########
@@ -204,6 +207,20 @@ security:
           callbackUrl: ""
           iconUri: ""
           provider: google
+casdoor:
+  # Your Casdoor server url
+  endpoint: ""
+  client-id: ""
+  client-secret: ""
+  # The certificate may be multi-line, you can use `|-` for ease
+  certificate: ""
+  # Your organization name added in Casdoor
+  organization-name: ""
+  # Your application name added in Casdoor
+  application-name: ""
+  # Doplhinscheduler login url
+  redirect-url: ""

Review Comment:
   The casdoor function has been submitted before, but the configuration was 
not submitted. I just added the casdoor user admin parameter and submitted the 
configuration by the way.



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

Reply via email to