Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to exclude objects when import/export using deploy-cli #394

Closed
locscoutbee opened this issue Dec 27, 2021 · 4 comments
Closed

Ability to exclude objects when import/export using deploy-cli #394

locscoutbee opened this issue Dec 27, 2021 · 4 comments

Comments

@locscoutbee
Copy link

Describe the problem you'd like to have solved

I am having around 10k organizations in auth0 tenant. Using deploy-cli import will be very slow. I just want to update manually on Auth0 Console only for this case.

Describe the ideal solution

The ability to exclude organizations when import or export by adding a settings in config.json

@willvedd
Copy link
Contributor

willvedd commented Mar 9, 2022

Thanks for opening this issue, it's definitely a reasonable feature to ask for. As I have mentioned in another thread, resources exclusion should be a first-class feature and I'd like to take this opportunity to create a more holistic approach. It's on our roadmap so keep an eye out for it in the future!

@willvedd
Copy link
Contributor

@locscoutbee I've raised a proposal for resource exclusion that may solve this issue. It would be great to receive your feedback since your use case relies upon excluding organizations.

@locscoutbee
Copy link
Author

Thank you @willvedd for your nice proposal! I could not agree more. I am looking forward to seeing this new feature.

@willvedd
Copy link
Contributor

willvedd commented Apr 8, 2022

Following up here, as proposed in the above-mentioned resource exclusion RFC, the AUTH0_EXCLUDED configuration property has been added in the 7.7.0 release. It will work bi-directionally and should solve your use case. Example:

{ 
 "AUTH0_DOMAIN": "<YOUR_DOMAIN>", 
 "AUTH0_CLIENT_ID": "<YOUR_CLIENT_ID>", 
 "AUTH0_CLIENT_SECRET": "<YOUR_CLIENT_SECRET>", 
 "AUTH0_EXCLUDED": [ "organizations"] 
}

Please update and give it a go! In the meantime, I'm opting to close this out but feel free to re-open if needed.

@willvedd willvedd closed this as completed Apr 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants