mirror of
https://github.com/minio/docs.git
synced 2025-07-30 07:03:26 +03:00
DOCS-1090: Document Access Management Plugin (#1115)
Closes #1090 Simple enough - document that which was previously only on github. Doing a minimal pass here, no core tutorial, just basics. Staged: - http://192.241.195.202:9000/staging/DOCS-1090/linux/administration/identity-access-management/pluggable-authorization.html - http://192.241.195.202:9000/staging/DOCS-1090/linux/reference/minio-server/settings/iam/minio-access-plugin.html# --------- Co-authored-by: Daryl White <53910321+djwfyi@users.noreply.github.com> Co-authored-by: Andrea Longo <feorlen@users.noreply.github.com>
This commit is contained in:
@ -407,3 +407,31 @@ Specify a comment to associate to the identity configuration.
|
||||
|
||||
.. end-minio-identity-management-comment
|
||||
|
||||
.. start-minio-access-management-plugin-url
|
||||
|
||||
The webhook endpoint for the external access management service (``https://authzservice.example.net:8080/authz``).
|
||||
|
||||
.. end-minio-access-management-plugin-url
|
||||
|
||||
.. start-minio-access-management-plugin-auth-token
|
||||
|
||||
An authentication token to present to the configured webhook endpoint.
|
||||
|
||||
Specify a supported HTTP `Authentication scheme <https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication#authentication_schemes>`__ as a string value, such as ``"Bearer TOKEN"``.
|
||||
MinIO sends the token using the HTTP `Authorization <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Authorization>`__ header.
|
||||
|
||||
.. end-minio-access-management-plugin-auth-token
|
||||
|
||||
.. start-minio-access-management-plugin-enable-http2
|
||||
|
||||
Enable experimental HTTP2 support for connecting to the configure webhook service.
|
||||
|
||||
Defaults to off
|
||||
|
||||
.. end-minio-access-management-plugin-enable-http2
|
||||
|
||||
.. start-minio-access-management-plugin-comment
|
||||
|
||||
Specify a comment to associate to the external access management configuration.
|
||||
|
||||
.. end-minio-access-management-plugin-comment
|
Reference in New Issue
Block a user