We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f05449 commit cf083a4Copy full SHA for cf083a4
docs/concepts/authnz/index.md
@@ -214,9 +214,15 @@ Here is AWS CLI reference to create IAM policy
214
aws iam create-policy --policy-name org-level-unique-policy-name --policy-document file:///path/to/policy.json
215
```
216
217
-:::note Tigris's IAM operations are available at URL
218
-`https://fly.iam.storage.tigris.dev`. So the CLI should be configured to use
219
-this URL. :::
+:::note
+
+- Tigris's IAM operations are available at URL
220
+ `https://fly.iam.storage.tigris.dev`.
221
222
+- You can use environment variable
223
+ `AWS_ENDPOINT_URL_IAM=https://fly.iam.storage.tigris.dev`
224
225
+:::
226
227
Policy creation has no impact on authorization until it is attached to a user.
228
0 commit comments