Skip to content

Commit 76d76d7

Browse files
authored
Fix dead link in README ✏️
1 parent a550431 commit 76d76d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ Setup steps to integrate MinIO with Auth0 OpenID Connect for user authentication
8686
```
8787

8888
2. Configure your Auth0 tenant with the Auth0 _PostLogin_ Action
89-
["Add MinIO Policy OpenID Claim"](https://github.com/auth0/opensource-marketplace/blob/main/templates/add-minio-policy-open-id-claim-POST_LOGIN)
89+
["Add MinIO Policy OpenID Claim"](https://github.com/auth0/opensource-marketplace/pull/20)
9090
and set the following "secrets":
9191

9292
```properties
9393
POST_LOGIN_MINIO_CLAIM_PREFIX=https://minio.owntube.tv/console/
9494
POST_LOGIN_MINIO_CLAIM_DEFAULT_POLICY=noaccess
95-
POST_LOGIN_MINIO_CLAIM_USER_POLICY_MAP={"[email protected]":"consoleAdmin,diagnostics","sasha@mkdevops.se":"swt-readwrite,ot-readwrite","[email protected]":"ot-readwrite","[email protected]":"ot-readwrite","[email protected]":"ot-readwrite"}
95+
POST_LOGIN_MINIO_CLAIM_USER_POLICY_MAP={"[email protected]":"consoleAdmin,diagnostics","ar9708@mkdevops.se":"swt-readwrite,ot-readwrite","[email protected]":"ot-readwrite","[email protected]":"ot-readwrite","[email protected]":"ot-readwrite"}
9696
```
9797

9898
3. Configure the Ansible project `secrets.yml` with the config URL, client ID and client secret for

0 commit comments

Comments
 (0)