Track installed marketplace actions in tenant.yaml #1119
zakwalters
started this conversation in
Ideas
Replies: 2 comments
-
Hi, @zakwalters |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, @zakwalters |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checklist
Describe the problem you'd like to have solved
Currently, if you're using marketplace Actions, including those owned by Auth0, you have to manually install and configure them before they can be referenced in a
tenant.yaml
for import.Describe the ideal solution
Running
a0deploy export
would export the fact that I'm using marketplace actions, along with their configuration. Runninga0deploy import
with the right values against a new tenant would successfully import/install/configure those actions.Alternatives and current workarounds
The current workaround is to manually install the marketplace actions. They also need to be updated manually if configuration changes.
Additional context
The current error message isn't very helpful:
A quick improvement would be to make the error message more informative, e.g.:
Beta Was this translation helpful? Give feedback.
All reactions