Skip to content
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

Fix image links #8691

Merged
merged 2 commits into from
Nov 8, 2024
Merged
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
5 changes: 3 additions & 2 deletions en/docs/includes/design/additional-api-key.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ in the following formats.

2. Select `IP Addresses`, add the IP addresses in the text input as shown below, and generate the key.

[![IP Restricted API key]({{base_path}}/assets/img/learn/ip-api-key.png)]({{base_path}}/assets/img/learn/ip-api-key.png)
[![IP Restricted API key](../../../../assets/img/learn/ip-api-key.png)]({{base_path}}/assets/img/learn/ip-api-key.png)

#### 2) HTTP referrer restriction

Expand All @@ -30,4 +30,5 @@ When the HTTP referrer restriction has been enabled, only the specific HTTP refe

2. Select `HTTP Referrers (Web Sites)` and add the referrers in the text input as shown below and generate the key.

[![HTTP Referer Restricted API key]({{base_path}}/assets/img/learn/http-referer-api-key.png)]({{base_path}}/assets/img/learn/http-referer-api-key.png)
[![HTTP Referer Restricted API key](../../../../assets/img/learn/http-referer-api-key.png)]({{base_path}}/assets/img/learn/http-referer-api-key.png)

2 changes: 1 addition & 1 deletion en/docs/includes/design/create-publish-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

4. Select **API Key**. Note that `APIKey` is used as the default header. This value can be changed using the `APIKey Header` field.

[![Configure API key authentication]({{base_path}}/assets/img/learn/api-key-option.png)]({{base_path}}/assets/img/learn/api-key-option.png)
[![Configure API key authentication](../../../../assets/img/learn/api-key-option.png)]({{base_path}}/assets/img/learn/api-key-option.png)

5. Click **Save and Deploy** to save the changes made within the **Runtime Configurations** page. Upon redirection to the **Deployments** page, select the relevant Gateway and click on **Deploy**.
8 changes: 4 additions & 4 deletions en/docs/includes/design/generate-api-key.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@

5. Click **Subscribe**.

[![Subscribe to the API]({{base_path}}/assets/img/learn/subscribe-to-api.png)]({{base_path}}/assets/img/learn/subscribe-to-api.png)
[![Subscribe to the API](../../../../assets/img/learn/subscribe-to-api.png)]({{base_path}}/assets/img/learn/subscribe-to-api.png)

6. Click **MANAGE APP**, corresponding to the application that you used to subscribe to the API.

[![View list of credentials]({{base_path}}/assets/img/learn/view-credentials-manage-app.png)]({{base_path}}/assets/img/learn/view-credentials-manage-app.png)
[![View list of credentials](../../../../assets/img/learn/view-credentials-manage-app.png)]({{base_path}}/assets/img/learn/view-credentials-manage-app.png)

7. Click **API KEY** and click **GENERATE KEY**.

[![Generate API key]({{base_path}}/assets/img/learn/generate-api-key.png){: style="width:80%"}]({{base_path}}/assets/img/learn/generate-api-key.png)
[![Generate API key](../../../../assets/img/learn/generate-api-key.png){: style="width:80%"}]({{base_path}}/assets/img/learn/generate-api-key.png)

8. Optionally, define a validity period for the token.

Expand All @@ -38,4 +38,4 @@

9. Copy the API key.

[![Copy API key]({{base_path}}/assets/img/learn/copy-api-key.png){: style="width:60%"}]({{base_path}}/assets/img/learn/copy-api-key.png)
[![Copy API key](../../../../assets/img/learn/copy-api-key.png){: style="width:60%"}]({{base_path}}/assets/img/learn/copy-api-key.png)
4 changes: 2 additions & 2 deletions en/docs/includes/design/invoke-mtls-api-using-postman.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Import the certificate and private key to Postman.

1. Navigate to the certificates tab in Postman settings.

[![Add the certificate to Postman]({{base_path}}/assets/img/learn/add-certificate-to-postman.png)]({{base_path}}/assets/img/learn/add-certificate-to-postman.png)
[![Add the certificate to Postman](../../../assets/img/learn/add-certificate-to-postman.png)]({{base_path}}/assets/img/learn/add-certificate-to-postman.png)

2. Add the certificate and private key.

[![Provide certificate and private key]({{base_path}}/assets/img/learn/provide-crt-and-private-key.png)]({{base_path}}/assets/img/learn/provide-crt-and-private-key.png)
[![Provide certificate and private key](../../../assets/img/learn/provide-crt-and-private-key.png)]({{base_path}}/assets/img/learn/provide-crt-and-private-key.png)

3. Invoke the API from Postman.