Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/serverless-containers/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Refer to the [dedicated documentation](/serverless-containers/reference-content/

A container's privacy policy defines whether a container may be invoked anonymously (**public**) or only via an authentication mechanism provided by the [Scaleway API](https://www.scaleway.com/en/developers/api/serverless-containers/#authentication) (**private**).

### JWT Token
### JWT Token (legacy)

JWT (JSON Web Token) is an access token you can create to enable an application to access your `private` container. [Find out how to restrict access to a container](/serverless-containers/how-to/secure-a-container/#restrict-access-to-your-containers).

Expand Down
4 changes: 2 additions & 2 deletions pages/serverless-containers/how-to/test-a-container.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ Testing **Private** Serverless Functions is not possible using the Scaleway cons

7. Click **+ Advanced options** to add any required HTTP header or parameter to your container.

8. Click **Run**.
8. Copy the generated command, then execute it in a terminal.

The **Output** section displays the response from your container and the status code.
The output of your terminal displays the response from your container, and the status code.

<Message type="note">
If you encounter a message error while testing your container, refer to the [dedicated troubleshooting](/serverless-containers/troubleshooting/tests-fail-on-container/) for more information.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ I get error messages when testing Serverless Containers using the Scaleway Conso

## Cause

Testing **Private** Serverless Containers is not possible using the Scaleway console due to CORS limitations.
**Private** Serverless Containers require you use an authentication token.

## Possible solutions

Expand Down
4 changes: 3 additions & 1 deletion pages/serverless-functions/how-to/test-a-function.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ Testing **Private** Serverless Functions is not possible using the Scaleway cons

7. Click **+ Advanced options** to add any required HTTP header or parameter to your function.

8. Click **Run**.
8. Copy the generated command, then execute it in a terminal.

The output of your terminal displays the response from your function, and the status code.

The **Output** section displays the response from your function and the status code.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ I get error messages when testing Serverless Functions using the Scaleway Consol

## Cause

Testing **Private** Serverless Functions is not possible using the Scaleway console due to CORS limitations.
**Private** Serverless Functions require you use an authentication token.

## Possible solutions

Expand Down
Loading