Skip to content

Commit 754123a

Browse files
Merge pull request #139 from akeylesslabs/v1.0_DOCS-404-docs-are-missing-how-to-access-the-gateway-config
DOCS-404: clarify SaaS Console path for Gateway settings management
2 parents c7921e3 + 6e9242a commit 754123a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/Akeyless Gateway/configure-gateway/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Configuration is typically done after deployment and adjusted over time as secur
1616

1717
Use the Gateway Configuration Manager to access Gateway settings from the UI:
1818

19-
1. Open the Gateway endpoint and sign in.
20-
2. Navigate to `<gateway-protocol>://<gateway-host>:8000/console`.
19+
1. Open the Akeyless SaaS Console at `https://console.akeyless.io` and sign in.
20+
2. Or, if needed, open the Gateway Console endpoint at `<gateway-protocol>://<gateway-host>:8000/console`.
2121
For example, `https://gateway.example.com:8000/console`.
2222
3. In the Console, open the **Gateway** tab and select the relevant Gateway.
2323
4. Select **Manage Gateway** to open and change Gateway settings.

docs/Akeyless Gateway/gateway-network-connectivity/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The table below describes common inbound ports on the Gateway service itself.
6464
| 8200 | HashiCorp Vault Proxy | HashiCorp Vault Proxy endpoint | Optional |
6565
| 5696 | KMIP | KMIP service endpoint | Optional |
6666

67-
Use `<gateway-protocol>://<gateway-host>/console` to open the Gateway Console UI entry point. To change Gateway settings, open the **Gateway** tab, select the relevant Gateway, and select **Manage Gateway**. The user must have Gateway-scoped administrative permission (`scope` or `all`) to see the Gateway in the list and manage it. In updated releases, Configure App on port `8000` is deprecated and can redirect to the Console app.
67+
Use the Akeyless SaaS Console (`https://console.akeyless.io`) or `<gateway-protocol>://<gateway-host>/console` to open the Gateway Console UI entry point. To change Gateway settings, open the **Gateway** tab, select the relevant Gateway, and select **Manage Gateway**. The user must have Gateway-scoped administrative permission (`scope` or `all`) to see the Gateway in the list and manage it. In updated releases, Configure App on port `8000` is deprecated and can redirect to the Console app.
6868

6969
> ℹ️ **Note:**
7070
> The Helm chart values include a `grpc` service port (`8085`). Validate deployment-level listener configuration for your release before exposing this port.

docs/Akeyless Gateway/gateway-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This allows internal systems to consume Akeyless capabilities such as [Dynamic S
2424

2525
Gateway management access is configured explicitly through the default Gateway identity and `allowedAccessPermissions`. The primary Gateway identity must have an RBAC Administrative rule scoped to Gateway management with permission scope set to `scope` or `all` for Gateway Console (UI) access. CLI and API management can still be allowed when the role grants the required permissions.
2626

27-
To open Gateway management in the UI, use `<gateway-protocol>://<gateway-host>/console`, then open the **Gateway** tab, select the relevant Gateway, and select **Manage Gateway**.
27+
To open Gateway management in the UI, use the Akeyless SaaS Console (`https://console.akeyless.io`) or `<gateway-protocol>://<gateway-host>/console`, then open the **Gateway** tab, select the relevant Gateway, and select **Manage Gateway**.
2828

2929
Users who do not have Gateway-scoped administrative permission (`scope` or `all`) cannot see the Gateway in the **Gateway** list and cannot manage it from the UI.
3030

0 commit comments

Comments
 (0)