-
Notifications
You must be signed in to change notification settings - Fork 5
docs: Add comand references for IAM policy #115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
b3339c1 to
d3fcf66
Compare
d3fcf66 to
7b995fb
Compare
| ``` | ||
|
|
||
| :::note Tigris's IAM operations are available at URL | ||
| `https://fly.iam.storage.tigris.dev`. So the CLI should be configured to use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Show how the aws iam cli should be configured for this url
| aws iam create-policy --policy-name org-level-unique-policy-name --policy-document file:///path/to/policy.json | ||
| ``` | ||
|
|
||
| :::note Tigris's IAM operations are available at URL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The formatting needs to be fixed
:::note
Tigris's IAM operations are available at URL `https://fly.iam.storage.tigris.dev`. So the CLI should be configured to use this URL.
:::
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can check how the formatting is broken for the page: https://www.tigrisdata.com/docs/concepts/authnz/#iam-policies
No description provided.