mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-25 06:27:51 +00:00
OIDC auth implemented, tests updated
This commit is contained in:
@@ -5,3 +5,15 @@ Please use the following credentials to login:
|
||||
|
||||
Please change the credentials immediately by following this [guide](https://cloudron.io/documentation/apps/minio/#admin-credentials).
|
||||
|
||||
By default, Cloudron users have `readwrite` access policy.
|
||||
If you'd like to change it, you should create a respective policy by following [Minio documentation](https://min.io/docs/minio/linux/administration/identity-access-management/policy-based-access-control.html)
|
||||
|
||||
After that you should add the variable MINIO_IDENTITY_OPENID_ROLE_POLICY in /app/data/env.sh, e.g.
|
||||
|
||||
```
|
||||
export MINIO_IDENTITY_OPENID_ROLE_POLICY="new-policy-name"
|
||||
```
|
||||
|
||||
Where `new-policy-name` is the policy you have created.
|
||||
|
||||
Be sure to restart the app after making changes.
|
||||
|
Reference in New Issue
Block a user