-
Notifications
You must be signed in to change notification settings - Fork 283
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
fix(config-service): faulty shutdownHook definition in the Config-Schema definition #1648
Labels
Comments
@petermetz: Can you please assign this issue onto my name |
m-courtin
added a commit
to m-courtin/cactus
that referenced
this issue
Dec 10, 2021
In the config-service of the api-server the configuration value for "shutdownHook" is not getting applied due to an issue in the reducer of the newExampleConfigEnv(). The reducer is not populating the shutdownHook configuration based on a faulty Config-Schema definition for the shutdownHook where "arg" and "env" are missing. Closes: hyperledger-cacti#1648 Signed-off-by: Michael Courtin <michael.courtin@accenture.com>
@m-courtin You got it! |
m-courtin
added a commit
to m-courtin/cactus
that referenced
this issue
Dec 14, 2021
In the config-service of the api-server the configuration value for "shutdownHook" is not getting applied due to an issue in the reducer of the newExampleConfigEnv(). The reducer is not populating the shutdownHook configuration based on a faulty Config-Schema definition for the shutdownHook where "arg" and "env" are missing. Closes: hyperledger-cacti#1648 Signed-off-by: Michael Courtin <michael.courtin@accenture.com>
petermetz
pushed a commit
that referenced
this issue
Dec 15, 2021
In the config-service of the api-server the configuration value for "shutdownHook" is not getting applied due to an issue in the reducer of the newExampleConfigEnv(). The reducer is not populating the shutdownHook configuration based on a faulty Config-Schema definition for the shutdownHook where "arg" and "env" are missing. Closes: #1648 Signed-off-by: Michael Courtin <michael.courtin@accenture.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
In the config-service of the api-server the configuration value for "shutdownHook" is not getting applied due to an issue in the reducer of the newExampleConfigEnv(). The reducer is not populating the shutdownHook configuration based on a faulty Config-Schema definition for the shutdownHook where "arg" and "env" are missing.
The text was updated successfully, but these errors were encountered: