diff --git a/init/volumes/minio/policies/mqtt-policy.json b/init/volumes/minio/policies/mqtt-policy.json new file mode 100644 index 0000000..3369114 --- /dev/null +++ b/init/volumes/minio/policies/mqtt-policy.json @@ -0,0 +1,26 @@ +{ + "Version": "2012-10-17", + "Statement": [ + { + "Effect": "Allow", + "Action": [ + "admin:*" + ] + }, + { + "Effect": "Allow", + "Action": [ + "kms:*" + ] + }, + { + "Effect": "Allow", + "Action": [ + "s3:*" + ], + "Resource": [ + "arn:aws:s3:::*" + ] + } + ] +}