From d6715b6b2c4d405fae3ae2bd2e771b56cd299239 Mon Sep 17 00:00:00 2001 From: Mike Jang <3287976+mjang@users.noreply.github.com> Date: Fri, 3 Jan 2025 13:17:22 -0800 Subject: [PATCH] From merged internal changes, Jan 3 1pm pacific time --- .../install/try-nginx-controller.md | 2 +- .../install/using-helper-script.md | 8 +++--- content/controller/api/overview.md | 2 +- .../api/reference/ctlr-adc-openapi.json | 10 +++---- .../api/reference/ctlr-apim-openapi.json | 10 +++---- .../api/reference/ctlr-platform-openapi.json | 20 +++++++------- content/nap-waf/v5/admin-guide/compiler.md | 2 +- .../single-sign-on/keycloak.md | 2 +- .../basic-auth/set-up-basic-authentication.md | 2 +- content/nim/deploy/vm-bare-metal/install.md | 18 ++++++++++--- .../nim/disconnected/offline-install-guide.md | 13 +++------- .../nms/acm/how-to/policies/apikey-authn.md | 4 +-- .../acm/tutorials/introspection-keycloak.md | 26 +++++++++---------- static/nginx-one/api/one.json | 10 +++---- 14 files changed, 67 insertions(+), 62 deletions(-) diff --git a/content/controller/admin-guides/install/try-nginx-controller.md b/content/controller/admin-guides/install/try-nginx-controller.md index 03d15b816..cbdc29fb7 100644 --- a/content/controller/admin-guides/install/try-nginx-controller.md +++ b/content/controller/admin-guides/install/try-nginx-controller.md @@ -216,7 +216,7 @@ For example: - Login and capture the session cookie: ```curl - curl -c cookie.txt -X POST --url 'https://198.51.100.10/api/v1/platform/login' --header 'Content-Type: application/json' --data '{"credentials": {"type": "BASIC","username": "arthur@arthurdent.net","password": "Towel$123"}}' + curl -c cookie.txt -X POST --url 'https://198.51.100.10/api/v1/platform/login' --header 'Content-Type: application/json' --data '{"credentials": {"type": "BASIC","username": "arthur@example.net","password": ""}}' ``` - Use the session cookie to authenticate and get the session status: diff --git a/content/controller/admin-guides/install/using-helper-script.md b/content/controller/admin-guides/install/using-helper-script.md index 49828b201..023363a09 100644 --- a/content/controller/admin-guides/install/using-helper-script.md +++ b/content/controller/admin-guides/install/using-helper-script.md @@ -183,7 +183,7 @@ Use the `helper.sh` script to change the SMTP address; port; TLS; sender; and op For example: ``` bash -/opt/nginx-controller/helper.sh configsmtp 192.0.2.0 25 false noreply@example.com true user1 password1 +/opt/nginx-controller/helper.sh configsmtp 192.0.2.0 25 false noreply@example.com true user1 ```