Skip to content

Commit cf083a4

Browse files
authored
fix: Fixed formatting issue (#116)
1 parent 5f05449 commit cf083a4

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/concepts/authnz/index.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,15 @@ Here is AWS CLI reference to create IAM policy
214214
aws iam create-policy --policy-name org-level-unique-policy-name --policy-document file:///path/to/policy.json
215215
```
216216

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. :::
217+
:::note
218+
219+
- 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+
:::
220226

221227
Policy creation has no impact on authorization until it is attached to a user.
222228

0 commit comments

Comments
 (0)