Skip to content

Commit

Permalink
add warning for custom ACL usage
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrebe-sys committed Nov 6, 2023
1 parent 56580a5 commit 4726775
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions user/pages/02.Tutorials/11.object-storage-acls/docs.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ taxonomy:

In this tutorial we will use the [Object Storage](../../04.Reference/05.object-storage/docs.en.md) to create buckets and objects with and limit the access to these by applying ACLs. We will be using the [s3cmd](http://s3tools.org/s3cmd) S3 client and the python library [boto3](https://boto3.readthedocs.io) to manage our resources.

!! **A word of caution**
!! If possible stick to canned ACLs. We want to discourge the usage of custom ACLs.
!! Due to the implementation and the unituitive way of setting ACLs, we see a huge potential of misconfiguration.
!! If you insist on using custom ACLs, please try to confirm they are working as intended.

### Prerequisites

* You know the basics of using the [OpenStack CLI-Tools](../../03.Howtos/02.openstack-cli/docs.en.md).
Expand Down

0 comments on commit 4726775

Please sign in to comment.