Skip to content

Commit

Permalink
Restore key_length for certificates
Browse files Browse the repository at this point in the history
[Bug Fixes]

* Restore key_length for certificates that was removed in previous commit
  due to bosh int not understanding it.
  • Loading branch information
dennisjbell committed Sep 7, 2024
1 parent 9e5a642 commit cb9edbe
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions upstream/templates/app-autoscaler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ variables:
options:
is_ca: true
common_name: autoscalerCA
# key_length: 4096
key_length: 4096
duration: 180
- name: apiserver_server_cert
type: certificate
Expand All @@ -695,7 +695,7 @@ variables:
extended_key_usage:
- client_auth
- server_auth
# key_length: 4096
key_length: 4096
duration: 180
- name: servicebroker_server_cert
type: certificate
Expand All @@ -708,7 +708,7 @@ variables:
extended_key_usage:
- client_auth
- server_auth
# key_length: 4096
key_length: 4096
duration: 180
- name: scheduler_server_cert
type: certificate
Expand All @@ -721,7 +721,7 @@ variables:
extended_key_usage:
- client_auth
- server_auth
# key_length: 4096
key_length: 4096
duration: 180
- name: scheduler_client_cert
type: certificate
Expand All @@ -731,7 +731,7 @@ variables:
common_name: scheduler_client
extended_key_usage:
- client_auth
# key_length: 4096
key_length: 4096
duration: 180
- name: eventgenerator_server_cert
type: certificate
Expand All @@ -744,7 +744,7 @@ variables:
extended_key_usage:
- client_auth
- server_auth
# key_length: 4096
key_length: 4096
duration: 180
- name: eventgenerator_client_cert
type: certificate
Expand All @@ -754,7 +754,7 @@ variables:
common_name: eventgenerator_client
extended_key_usage:
- client_auth
# key_length: 4096
key_length: 4096
duration: 180
- name: scalingengine_server_cert
type: certificate
Expand All @@ -767,7 +767,7 @@ variables:
extended_key_usage:
- client_auth
- server_auth
# key_length: 4096
key_length: 4096
duration: 180
- name: scalingengine_client_cert
type: certificate
Expand All @@ -777,7 +777,7 @@ variables:
common_name: scalingengine_client
extended_key_usage:
- client_auth
# key_length: 4096
key_length: 4096
duration: 180

# metricsforwarder loggregator certificates
Expand All @@ -792,7 +792,7 @@ variables:
extended_key_usage:
- server_auth
- client_auth
# key_length: 4096
key_length: 4096
duration: 180

# loggr-syslog-agent certificates
Expand All @@ -808,7 +808,7 @@ variables:
extended_key_usage:
- server_auth
- client_auth
# key_length: 4096
key_length: 4096
duration: 180
- name: loggr_syslog_agent_metrics
type: certificate
Expand All @@ -821,7 +821,7 @@ variables:
extended_key_usage:
- server_auth
- client_auth
# key_length: 4096
key_length: 4096
duration: 180
- name: loggr_syslog_agent_cache_tls
type: certificate
Expand All @@ -834,7 +834,7 @@ variables:
extended_key_usage:
- server_auth
- client_auth
# key_length: 4096
key_length: 4096
duration: 180

# loggr-syslog-agent-binding-cache certificates
Expand All @@ -849,7 +849,7 @@ variables:
extended_key_usage:
- server_auth
- client_auth
# key_length: 4096
key_length: 4096
duration: 180
- name: loggr_syslog_binding_cache_metrics
type: certificate
Expand All @@ -862,7 +862,7 @@ variables:
extended_key_usage:
- server_auth
- client_auth
# key_length: 4096
key_length: 4096
duration: 180
- name: loggr_syslog_binding_cache_api_tls
type: certificate
Expand All @@ -875,5 +875,5 @@ variables:
extended_key_usage:
- server_auth
- client_auth
# key_length: 4096
key_length: 4096
duration: 180

0 comments on commit cb9edbe

Please sign in to comment.