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
did you check the permissions of the M2M application that you have created to use with auth0 deploy cli ? Perhaps it does not have permissions to read roles.
Checklist
Description
I can see https://github.com/auth0/auth0-deploy-cli/blob/master/examples/directory/roles/User.json that we could export role's users using CLI, but when i export i only get roles.
command used:
a0deploy export --config_file uk-dev/config/config.json --format directory --output_folder uk-dev/settings
config.json:
{ "AUTH0_DOMAIN": "xxxx", "AUTH0_CLIENT_ID": "xx", "AUTH0_KEYWORD_REPLACE_MAPPINGS": { "AUTH0_TENANT_NAME": "xxx" }, "AUTH0_ALLOW_DELETE": true, "EXCLUDED_PROPS": { "connections": [ "options.client_secret" ] } }
Expectation
We should see role's user json config as well along with role's permissions json
Reproduction
Ran this command
a0deploy export --config_file uk-dev/config/config.json --format directory --output_folder uk-dev/settings
Deploy CLI version
version 7.21.0
Node version
Node.js v22.2.0
The text was updated successfully, but these errors were encountered: