qingwli commented on code in PR #14814:
URL:
https://github.com/apache/dolphinscheduler/pull/14814#discussion_r1312778512
##########
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:
It's configuration about casdoor and we don't need to write code for this
part?
--
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]