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

ERE-487-Internal-Config-Refactoring #33

Closed
wants to merge 10 commits into from

Conversation

OmarMalass
Copy link
Contributor

No description provided.

- changed `ERE_VALIDATOR_VALIDATE_SIGN_REQUEST_BUNDLES_ENABLED` to boolean.
- Removed endpoint getters from AppConfig.
- Using EndpointDiscoveryService getters directly
- Moved certificate file path and password config to CertConfig
- Added cert file to main/resource/certs
- Refactoring
- Deleted CertConfig class
- Mapped variables to AppConfig
- Added default value for dev profile
- Reading values within application.properties from environment variables (enforces entering the values for profiles other than dev)
- Configuration variables naming
- application.properties file organization
- Dropping redundant variables.
@OmarMalass OmarMalass requested a review from ManuelB July 8, 2021 17:56
@OmarMalass OmarMalass closed this Jul 8, 2021
@OmarMalass OmarMalass deleted the Internal-Config-Refactoring branch July 8, 2021 18:43

@ConfigProperty(name = "ere.validator.validate.sign.request.bundles.enabled", defaultValue = "no")
String validateSignRequestBundles;
boolean validateSignRequestBundles;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Default should be true

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

Successfully merging this pull request may close these issues.

2 participants