minio-app/POSTINSTALL.md

22 lines
802 B
Markdown
Raw Normal View History

2017-01-24 06:06:51 +00:00
Please use the following credentials to login:
**Username**: minioadmin<br/>
**Password**: minioadmin<br/>
2020-07-02 15:17:08 +00:00
Please change the credentials immediately by following this [guide](https://cloudron.io/documentation/apps/minio/#admin-credentials).
2024-02-19 14:31:04 +00:00
<sso>
2024-02-19 13:13:57 +00:00
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)
2024-02-19 14:31:04 +00:00
After that you should add the variable `MINIO_IDENTITY_OPENID_ROLE_POLICY` in /app/data/env.sh, e.g.
2024-02-19 13:13:57 +00:00
```
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.
2024-02-19 14:31:04 +00:00
</sso>