generated from kyma-project/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Improve Secret Management and Test Configuration Handling #343
Comments
Merged
Merged
|
This was referenced Jan 28, 2025
This was
linked to
pull requests
Jan 28, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Secret Management
Currently, it is really hard to update GH Action secrets as GH doesn't display the values. Hence, we need to have the same names in GH and our storage. We should never forget to update our storage if GH secret is updated.
The current existing unused secrets should be deleted too.
Improve test configuration
Currently, test configuration can be done in the
.env.test
which is old approach. Normally all configuration is done inconfig.json
file.We should set different config path in .env file, e.g.
CONFIG_PATH=config/config.test.json
, if we want to configure for tests in a separate file.The text was updated successfully, but these errors were encountered: