The Auth0 Deploy CLI is a tool that helps you manage your Auth0 tenant configuration. It integrates into your development workflows as a standalone CLI or as a node module.
MIT License
248
stars
155
forks
source link
Document resources that need to be excluded on free tier tenants #978
You will encounter an error, due to trying to export a paid feature.
Error: Problem loading tenant data from Auth0 Forbidden: There must be a verified credit card on file to perform this operation
When exporting from a free tier tenant, you need to exclude paid features using a config such as:
You should no longer encounter errors importing/exporting paid features from free tier tenants.
:camera: Screenshots
Log Streams need to be excluded:
Custom domains are optional, if you don't want to add credit card info:
Unit Tests
I believe the CircleCI E2E tests are failing because I don't have permissions to the test environment. These environment variables are most likely invalid/null on my forked branch.
Using environment variables from project settings and/or contexts:
AUTH0_E2E_CLIENT_ID=**REDACTED**
AUTH0_E2E_CLIENT_SECRET=**REDACTED**
AUTH0_E2E_TENANT_DOMAIN=**REDACTED**
π Checklist
[x] All new/changed/fixed functionality is covered by tests (or N/A)
[x] I have added documentation for all new/changed functionality (or N/A)
π§ Changes
Documented how to use Auth0 Deploy CLI with free tier tenants, after recent pricing changes. Paid features need to be excluded from management.
π References
π¬ Testing
Use a free tier Auth0 tenant, without credit card information.
Try exporting the tenant with a basic config such as:
You will encounter an error, due to trying to export a paid feature. Error: Problem loading tenant data from Auth0 Forbidden: There must be a verified credit card on file to perform this operation
When exporting from a free tier tenant, you need to exclude paid features using a config such as:
You should no longer encounter errors importing/exporting paid features from free tier tenants.
:camera: Screenshots
Unit Tests
I believe the CircleCI E2E tests are failing because I don't have permissions to the test environment. These environment variables are most likely invalid/null on my forked branch.
π Checklist