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

Validate env query paths in app config #11

Open
coryodaniel opened this issue Feb 9, 2023 · 0 comments
Open

Validate env query paths in app config #11

coryodaniel opened this issue Feb 9, 2023 · 0 comments

Comments

@coryodaniel
Copy link
Member

We need a way for users to validate envs against params, secrets, connections before deploying. This is very susceptible to types or jq errors and the errors coming back from terraform for bad jq syntax is very cryptic. No user is going to figure out how to test this manually.

We'll need to generate fake data (cli command to validate?) for the params/connections and "try" the app blocks envs.

mass app validate? could validate the params, connections, artifacts are json schema, then do an env pass

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant