lasdf1234 commented on code in PR #11226: URL: https://github.com/apache/gravitino/pull/11226#discussion_r3309741227
########## docs/security/how-to-authenticate.md: ########## @@ -43,6 +43,45 @@ 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. + +To enable Basic mode: + +- Include the `idp-basic` plugin jar on the server classpath (included in the official + distribution). +- Set `gravitino.authenticators` to `basic`. +- Set `gravitino.entity.store` to `relational` and configure the relational JDBC backend. +- Set `gravitino.server.rest.extensionPackages` to `org.apache.gravitino.idp.web.rest.feature`. Review Comment: Yes it has been tested. -- 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]
