@geolonia/geonicdb-cli 0.6.1 → 0.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/dist/index.js +355 -60
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -564,7 +564,11 @@ When both a Bearer token and an API key are configured, both headers are sent (t
|
|
|
564
564
|
|
|
565
565
|
### Valid Scopes
|
|
566
566
|
|
|
567
|
-
`read:entities`, `write:entities`, `read:subscriptions`, `write:subscriptions`, `read:registrations`, `write:registrations`
|
|
567
|
+
`read:entities`, `write:entities`, `read:subscriptions`, `write:subscriptions`, `read:registrations`, `write:registrations`, `read:rules`, `write:rules`, `read:custom-data-models`, `write:custom-data-models`, `admin:users`, `admin:tenants`, `admin:policies`, `admin:oauth-clients`, `admin:api-keys`, `admin:metrics`
|
|
568
|
+
|
|
569
|
+
`write:X` implies `read:X`. `admin:X` implies both `read:X` and `write:X`.
|
|
570
|
+
|
|
571
|
+
Special scopes: `permanent` (no token expiry), `jwt` (JWT format token).
|
|
568
572
|
|
|
569
573
|
### Entity Type Restrictions
|
|
570
574
|
|