Configure MinIO
Perform the following steps to configure MinIO:
Tip
Only the ACCESS_KEY authentication method is supported when connecting to MinIO (for both Self Managed and PrivaceraCloud deployments).
Note
Make sure to update the placeholders such as <AWS_ACCESS_KEY>, <AWS_SECRET_KEY>, <AWS_REGION>, <PROFILE_NAME>, <MINIO_HOST>, and <MINIO_PORT> with your actual configuration details.
- SSH to the instance where Privacera Manager is installed.
- Run the following command to open the
.ymlfile to be edited.Bash - Add the following properties to configure MinIO:
- Once the properties are configured, refer to the Privacera Manager Quickstart.
- In PrivaceraCloud, navigate to Settings → Applications.
- On the Connected Applications screen, select S3.
- Click the edit icon, then click Access Management.
-
Under the BASIC tab:
- Disable Use IAM Role.
- Provide values for the following fields:
- AWS Access Key:
<AWS_ACCESS_KEY> - AWS Secret Key:
<AWS_SECRET_KEY> - AWS Region:
<AWS_REGION>
- AWS Access Key:
-
Under the ADVANCED tab, add the following custom properties with the appropriate value for
<PROFILE_NAME>,<MINIO_HOST>, and<MINIO_PORT>: - Click Test Connection to verify the connection.
- Once the connection is successful, click Save.
- Prev topic: Advanced Configuration