You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This demo guide offers a step-by-step walkthrough for configuring the NGINX Ingress Controller with NGINX App Protect v5 on AWS Cloud, using Terraform scripts to automate the deployment. For more information, refer to the devcentral article: <ComingSoon>
7
+
8
+
**Note:**
3
9
4
10
## Getting Started
5
11
@@ -38,9 +44,9 @@ This workflow requires the following secrets to be configured in your GitHub rep
38
44
|`AWS_ACCESS_KEY_ID`| Secret | AWS IAM user access key ID with sufficient permissions |`AKIAXXXXXXXXXXXXXXXX`|
39
45
|`AWS_SECRET_ACCESS_KEY`| Secret | Corresponding secret access key for the AWS IAM user | (40-character mixed case string) |
40
46
|`AWS_SESSION_TOKEN`| Secret | Session token for temporary AWS credentials (if using MFA) | (Base64-encoded string) |
41
-
|`NGINX_JWT`| Secret | JSON Web Token for NGINX license authentication |`eyJhbGciOi...` (JWT format) |
42
-
|`NGINX_CRT`| Secret | NGINX Certificate in PKCS#12 format |`api.p12` file contents |
0 commit comments