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

fix(config): Remove unsupported config keys #877

Merged

Conversation

sikevux
Copy link
Contributor

@sikevux sikevux commented Sep 1, 2021

This change removes the configuration key endpoints.health.sensitive
from fiat.yml as it's no longer supported.

Currently when starting Fiat the following message is printed:

The use of configuration keys that are no longer supported was found in the environment:

Property source 'applicationConfig: [classpath:/fiat.yml]':
	Key: endpoints.health.sensitive
		Line: 13
		Reason: Endpoint sensitive flag is no longer customizable as Spring Boot no longer provides a customizable security auto-configuration .

With this change that message is no longer printed.

This change removes the configuration key `endpoints.health.sensitive`
from `fiat.yml` as it's no longer supported.

Currently when starting Fiat the following message is printed:
```
The use of configuration keys that are no longer supported was found in the environment:

Property source 'applicationConfig: [classpath:/fiat.yml]':
	Key: endpoints.health.sensitive
		Line: 13
		Reason: Endpoint sensitive flag is no longer customizable as Spring Boot no longer provides a customizable security auto-configuration .
```

With this change that message is no longer printed.
Copy link
Member

@mattgogerly mattgogerly left a comment

Choose a reason for hiding this comment

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

LGTM

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