Skip to content

Commit 3440189

Browse files
committed
Remove limited access key IAM use case example
1 parent 4a089a7 commit 3440189

File tree

7 files changed

+13
-139
lines changed

7 files changed

+13
-139
lines changed

docs/iam/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ Tigris also supports many common S3-compatible actions such as:
9494
For a full list of supported actions, examples, and conditions, see the
9595
[Policies Documentation](/docs/iam/policies/). Also see these example policies:
9696

97-
- [Creating a limited access key](./policies/examples/limited-access-key.md)
9897
- [Enforcing IP restrictions](./policies/examples/ip-restrictions.md)
9998
- [Enforcing date/time restrictions](./policies/examples/date-time-restrictions.md)
10099
(automatic expiration)

docs/iam/policies/examples/limited-access-key.md

Lines changed: 0 additions & 114 deletions
This file was deleted.

docs/model-storage/beam-cloud.mdx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,18 +141,15 @@ python scripts/prepare_model.py KBlueLeaf/Kohaku-XL-Zeta model-storage
141141

142142
## Access keys
143143

144-
Create a new access key in the [Tigris Dashboard](https://console.tigris.dev).
145-
Don't assign any permissions to it.
144+
Create a new access key in the [Tigris Dashboard](https://console.tigris.dev)
145+
and grant it access to required buckets (e.g., `model-storage-demo` and
146+
`generated-images`).
146147

147148
Copy the access key ID and secret access keys into either your notes or a
148149
password manager, you will not be able to see them again. These credentials will
149150
be used later to deploy your app in the cloud. This keypair will be referred to
150151
as the `workload-keypair` in this tutorial.
151152

152-
[Limit the scope of this access key](/docs/iam/policies/examples/limited-access-key.md)
153-
to only the `model-storage-demo` (or a custom bucket if you're uploading your
154-
own models) and `generated-images` buckets.
155-
156153
## Deploying it to Beam
157154

158155
Install the Beam SDK and CLI into your python environment

docs/model-storage/fly-io.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,17 +126,15 @@ python scripts/prepare_model.py KBlueLeaf/Kohaku-XL-Zeta model-storage-demo
126126
## Access keys
127127

128128
Create a new access key in the [Tigris Dashboard](https://console.tigris.dev).
129-
Don't assign any permissions to it.
129+
Create a new access key in the [Tigris Dashboard](https://console.tigris.dev)
130+
and grant it access to required buckets (e.g., `model-storage-demo` and
131+
`generated-images`).
130132

131133
Copy the access key ID and secret access keys into either your notes or a
132134
password manager, you will not be able to see them again. These credentials will
133135
be used later to deploy your app in the cloud. This keypair will be referred to
134136
as the `workload-keypair` in this tutorial.
135137

136-
[Limit the scope of this access key](/docs/iam/policies/examples/limited-access-key.md)
137-
to only the `model-storage-demo` (or a custom bucket if you're uploading your
138-
own models) and `generated-images` buckets.
139-
140138
## Deploying it to Fly.io
141139

142140
<details>

docs/model-storage/skypilot.mdx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,18 +136,15 @@ python scripts/prepare_model.py KBlueLeaf/Kohaku-XL-Zeta model-storage
136136

137137
## Access keys
138138

139-
Create a new access key in the [Tigris Dashboard](https://console.tigris.dev).
140-
Don't assign any permissions to it.
139+
Create a new access key in the [Tigris Dashboard](https://console.tigris.dev)
140+
and grant it access to required buckets (e.g., `model-storage-demo` and
141+
`generated-images`).
141142

142143
Copy the access key ID and secret access keys into either your notes or a
143144
password manager, you will not be able to see them again. These credentials will
144145
be used later to deploy your app in the cloud. This keypair will be referred to
145146
as the `workload-keypair` in this tutorial.
146147

147-
[Limit the scope of this access key](/docs/iam/policies/examples/limited-access-key.md)
148-
to only the `model-storage-demo` (or a custom bucket if you're uploading your
149-
own models) and `generated-images` buckets.
150-
151148
## Customizing the `skypilot.yaml` file
152149

153150
Open `skypilot.yaml` in your favorite text editor. Customize the environment

docs/model-storage/vast-ai.mdx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,18 +125,16 @@ python scripts/prepare_model.py KBlueLeaf/Kohaku-XL-Zeta model-storage
125125

126126
## Access keys
127127

128-
Create a new access key in the [Tigris Dashboard](https://console.tigris.dev).
129-
Don't assign any permissions to it.
128+
Create a new access key in the [Tigris Dashboard](https://console.tigris.dev)
129+
Create a new access key in the [Tigris Dashboard](https://console.tigris.dev)
130+
and grant it access to required buckets (e.g., `model-storage-demo` and
131+
`generated-images`).
130132

131133
Copy the access key ID and secret access keys into either your notes or a
132134
password manager, you will not be able to see them again. These credentials will
133135
be used later to deploy your app in the cloud. This keypair will be referred to
134136
as the `workload-keypair` in this tutorial.
135137

136-
[Limit the scope of this access key](/docs/iam/policies/examples/limited-access-key.md)
137-
to only the `model-storage-demo` (or a custom bucket if you're uploading your
138-
own models) and `generated-images` buckets.
139-
140138
## Deploying it to Vast.ai
141139

142140
<details>

sidebars.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ const sidebars = {
118118
collapsible: true,
119119
collapsed: false,
120120
items: [
121-
"iam/policies/examples/limited-access-key",
122121
"iam/policies/examples/ip-restrictions",
123122
"iam/policies/examples/date-time-restrictions",
124123
"iam/policies/examples/training-job",

0 commit comments

Comments
 (0)