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

[ui] Improve the process to align application to service env vars #349

Open
richard-cox opened this issue Sep 20, 2023 · 1 comment
Open
Labels
kind/enhancement New feature or request

Comments

@richard-cox
Copy link
Member

  • When a user has an application it may have env vars that require values from a bound service, for instance the epinio/example-wordress app requires DB_HOST (epinio configurations list | grep mydb | awk '{print $2}')
  • Currently in the UI the user has to create the service in advance, create the app (sans service env vars) bound to the service, find the new configuration, and then edit the app
  • This isn't intuitive or provide a good UX

Suggestion

  • We should work out a way for the user to see the env vars the configuration exposes and assign value/s to application env vars
  • This is tricky because it requires both app and service to exist and service bound to the app
@richard-cox richard-cox added the kind/enhancement New feature or request label Sep 20, 2023
@richard-cox
Copy link
Member Author

Before the UI starts this we need to talk as a team the best way to resolve it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
Status: Icebox
Status: Icebox
Development

No branches or pull requests

1 participant