Skip to content

Commit 63af760

Browse files
committed
docs(container.provider): add firewall note for REST access from containers
1 parent b1cb358 commit 63af760

1 file changed

Lines changed: 1 addition & 20 deletions

File tree

docs/core-services/container-orchestration-provider-usage.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -186,26 +186,6 @@ The framework will create the temporary identity when the container starts and c
186186
187187
### Available Permissions
188188
189-
The following permissions can be assigned to container identities. Use the exact permission names as shown below:
190-
191-
| Permission | Description |
192-
|------------|-------------|
193-
| `rest.configuration` | Access to configuration management APIs |
194-
| `rest.system` | Access to system information and management APIs |
195-
| `rest.network.configuration` | Access to network configuration APIs |
196-
| `rest.network.status` | Access to network status information |
197-
| `rest.deploy` | Access to deployment package management |
198-
| `rest.cloudconnection` | Access to cloud connection management |
199-
| `rest.assets` | Access to asset management (Wires) |
200-
| `rest.wires.admin` | Administrative access to Wires framework |
201-
| `rest.identity` | Access to identity and permission management |
202-
| `rest.security` | Access to security-related APIs |
203-
| `rest.keystores` | Access to keystore management |
204-
| `rest.command` | Access to command execution APIs |
205-
| `rest.inventory` | Access to inventory information |
206-
| `rest.position` | Access to position/GPS information |
207-
| `kura.admin` | Full administrative access (use with caution) |
208-
209189
For a complete list of available permissions, use the [REST Identity API](/references/rest-apis/rest-identity-api-v2/#get-defined-permissions) to query defined permissions in your system.
210190
211191
### Usage Examples
@@ -428,6 +408,7 @@ while True:
428408
- Verify that **Identity Integration Enabled** is set to `true`
429409
- Check that the container has been granted the necessary permissions in **Container Permissions**
430410
- Ensure the container is reading the environment variables correctly
411+
- If Kura firewall is installed and enabled, allow traffic from container networks (for example `docker0` or user-defined Docker bridges) to the Kura REST API port
431412
- Check container logs for authentication errors
432413

433414
**Basic authentication fails:**

0 commit comments

Comments
 (0)