qingwli commented on code in PR #14814:
URL:
https://github.com/apache/dolphinscheduler/pull/14814#discussion_r1312707717
##########
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:
I see the Java code change for casdoor user admin,and how about this config
used?
--
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]