From c293c2e9a3bdc3e39ed2b0222a43de2d884e45e4 Mon Sep 17 00:00:00 2001 From: Eric Qiu Date: Wed, 11 May 2022 16:04:15 -0400 Subject: [PATCH] docs: update new name for MINIO_POLICY_OPA_URL (#14898) --- docs/iam/access-management-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/iam/access-management-plugin.md b/docs/iam/access-management-plugin.md index 61c3f1282..0ba9350a1 100644 --- a/docs/iam/access-management-plugin.md +++ b/docs/iam/access-management-plugin.md @@ -22,7 +22,7 @@ In another terminal start MinIO: export MINIO_CI_CD=1 export MINIO_ROOT_USER=minio export MINIO_ROOT_PASSWORD=minio123 -export MINIO_POLICY_OPA_URL=http://localhost:8080/ +export MINIO_POLICY_PLUGIN_URL=http://localhost:8080/ minio server /tmp/disk{1...4} ```