Skip to content

Commit 35fc350

Browse files
RoRoJnerda-codes
andauthored
Apply suggestions from code review
Co-authored-by: Néda <[email protected]>
1 parent 8ac474a commit 35fc350

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pages/managed-inference/how-to/manage-allowed-ips.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Read on if you want to manage access to your deployment for others.
6666
</Message>
6767

6868
1. [Invite Members](/iam/how-to/manage-members/) (other humans) to your Organization, or [create Applications](/iam/how-to/create-application/) (non-human users).
69-
2. Create and attach a [policy](/iam/how-to/create-policy/) to the Member or Application, defining the permissions they should have in your Organization by selecting permission sets e.g. `InferenceFullAccess`. If desired, define [conditions](/iam/concepts/#conditions) as part of the policy, to further restrict access based on user agent type, date/time or IP address.
69+
2. Create and attach a [policy](/iam/how-to/create-policy/) to the Member or Application, defining the permissions they should have in your Organization by selecting permission sets (e.g. `InferenceFullAccess`). If desired, define [conditions](/iam/concepts/#conditions) as part of the policy, to further restrict access based on user agent type, date/time or IP address.
7070

7171
All API keys generated by the Member, or for the Application, will automatically inherit the permissions you defined, and can be used to access a Managed Inference deployment's endpoint depending on those permissions.
7272

@@ -78,7 +78,7 @@ Your access to Managed Inference deployments owned by an Organization in which y
7878

7979
Your permissions will be automatically applied to any API keys you generate for yourself in the Scaleway console. Check with your Organization Owner if you are unsure that you have the right permissions to access a Managed Inference deployment.
8080

81-
1. Log into the [Scaleway console](https://console.scaleway.com) and [generate an API key for yourself](/iam/how-to/create-api-keys/)
81+
1. Log into the [Scaleway console](https://console.scaleway.com) and [generate an API key for yourself](/iam/how-to/create-api-keys/).
8282
2. Use this API key for authentication when sending requests to a Managed Inference deployment.
8383

8484
## How to restrict access over Private Networks

pages/managed-inference/how-to/managed-inference-with-private-network.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ For more information on managing access to deployments in a Private Network, see
6767

6868
1. [Create an Instance](/instances/how-to/create-an-instance/) which will host the inference application.
6969
<Message type="important">
70-
Ensure the Instance is attached a Private Network in the same VPC as your Managed Inference deployment.
70+
Ensure the Instance is attached to a Private Network in the same VPC as your Managed Inference deployment.
7171
</Message>
7272
2. Download the TLS certificate from your Managed Inference deployment, available from the **Overview** tab in the **Endpoints** section.
7373
<Lightbox image={image2} alt="A screenshot of the Managed Interface product overview tab in the Scaleway console, highlighting the TLS certificate download section" size="medium" />

0 commit comments

Comments
 (0)