-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously, the addition of the SecurityProvider to an application meant that you always got both the KeyManager and TrustManager for in that application (although if certain artifacts were missing, these might be no ops). There are certain circumstances where you might want one or the other of the managers though, so being able to disable them individually is useful. This change adds an inspection of the org.cloudfoundry.security.keymanager.enabled and org.cloudfoundry.security.trustmanager.enabled properties to determine if they should be disabled. These properties default to true if unspecified. [cloudfoundry/java-buildpack#552]
- Loading branch information
Showing
3 changed files
with
100 additions
and
13 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters