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
**Permissions**: The `--permissions` flag accepts a comma-separated list of `read`, `write`, `create`, `update`, `delete`. `write` is an alias for `create` + `update` + `delete`. When specified, XACML policies are auto-generated for the API key (respects `allowedEntityTypes`).
416
432
417
433
**Note**: `allowedOrigins` must contain at least 1 item when specified. Use `*` to allow all origins. `allowedEntityTypes` is enforced at runtime — API key holders can only access entities of the specified types. `admin api-keys list` / `admin api-keys get` output includes a `dpopRequired` field (boolean).
418
434
@@ -560,13 +576,13 @@ geonic entities list --api-key gdb_your_api_key_here
560
576
GDB_API_KEY=gdb_your_api_key_here geonic entities list
561
577
```
562
578
563
-
When both a Bearer token and an API key are configured, both headers are sent (the server determines precedence).
579
+
When both a Bearer token and an API key are configured, headers are sent exclusively — the API key takes precedence when present.
0 commit comments