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
Copy file name to clipboardExpand all lines: docs/core-services/container-orchestration-provider-usage.md
+1-20Lines changed: 1 addition & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,26 +186,6 @@ The framework will create the temporary identity when the container starts and c
186
186
187
187
### Available Permissions
188
188
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
-
209
189
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.
210
190
211
191
### Usage Examples
@@ -428,6 +408,7 @@ while True:
428
408
- Verify that **Identity Integration Enabled** is set to `true`
429
409
- Check that the container has been granted the necessary permissions in**Container Permissions**
430
410
- 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
0 commit comments