roryqi commented on code in PR #11226: URL: https://github.com/apache/gravitino/pull/11226#discussion_r3303318231
########## docs/security/how-to-authenticate.md: ########## @@ -43,6 +43,31 @@ curl -v -X GET \ http://localhost:8090/api/version ``` +### Basic mode + +In Basic mode, Gravitino verifies HTTP Basic credentials against built-in IdP user metadata stored +in the relational entity store. Review Comment: I prefer not. I prefer we can add the IDP authenticators when install the plugins ``` List<String> authenticators = configs.get("authenticators"); authenticators.add(idpAuthenticator); ``` -- 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]
