Skip to content

Commit 27cbb1a

Browse files
authored
updating list of scope dependencies
Attempting to follow docs to go through a standard export of tenant configuration using the auth0 CLI tool leads to a missing dependencies error. via https://auth0.com/docs/extensions/deploy-cli/guides/import-export-directory-structure ``` me% a0deploy export -c config.json --strip -f directory -o export ... 2019-04-22T18:46:12.844Z - info: Retrieving roles data from Auth0 2019-04-22T18:46:12.980Z - error: Problem running command export during stage load when processing type roles 2019-04-22T18:46:12.980Z - error: {"statusCode":403,"error":"Forbidden","message":"Insufficient scope, expected any of: read:roles","errorCode":"insufficient_scope"} ``` Adding `*:roles` permissions in the API that the newly created application is using fixes this, so proposing these changes to the docs to update requirements.
1 parent 0061b68 commit 27cbb1a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/extensions/deploy-cli/guides/install-deploy-cli.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ update:guardian_factors
5757
read:email_templates
5858
create:email_templates
5959
update:email_templates
60+
read:roles
61+
create:roles
62+
delete:roles
63+
update:roles
6064
```
6165

6266
## Install the Deploy CLI tool
@@ -114,4 +118,4 @@ To create the client application manually:
114118
* [Deploy CLI Tool Options](/extensions/deploy-cli/references/deploy-cli-options)
115119
* [Import/Export Tenant Configuration to a Directory Structure](extensions/deploy-cli/guides/import-export-directory-structure)
116120
* [Import/Export Tenant Configuration to a YAML File](/extensions/deploy-cli/guides/import-export-yaml-file)
117-
* [Troubleshooting Deploy CLI Tool](/extensions/deploy-cli/references/troubleshooting)
121+
* [Troubleshooting Deploy CLI Tool](/extensions/deploy-cli/references/troubleshooting)

0 commit comments

Comments
 (0)