-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't apply best-practice CA expiry for bare
The `bare` feature is intended to do nothing more that absolutely required for Genesis to deploy upstream cf-deployment. To preserve this expectation, the best practice of 10-year CA expiry was moved to its own overlay and included if `bare` feature is not specified.
- Loading branch information
1 parent
38246d5
commit 26c64f3
Showing
3 changed files
with
23 additions
and
24 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# CAs should last 10 years instead of the default Credhub 1y | ||
variables: | ||
- { name: silk_ca, options: { duration: 3650 } } | ||
- { name: network_policy_ca, options: { duration: 3650 } } | ||
- { name: service_cf_internal_ca, options: { duration: 3650 } } | ||
- { name: loggregator_ca, options: { duration: 3650 } } | ||
- { name: log_cache_ca, options: { duration: 3650 } } | ||
- { name: router_ca, options: { duration: 3650 } } | ||
- { name: routing_api_ca, options: { duration: 3650 } } | ||
- { name: uaa_ca, options: { duration: 3650 } } | ||
- { name: application_ca, options: { duration: 3650 } } | ||
- { name: diego_instance_identity_ca, options: { duration: 3650 } } | ||
- { name: credhub_ca, options: { duration: 3650 } } | ||
- { name: metric_scraper_ca, options: { duration: 3650 } } |