spiffe / helm-charts-hardened

Apache License 2.0
17 stars 31 forks source link

Change all snake case to camel case #454

Open faisal-memon opened 1 week ago

faisal-memon commented 1 week ago

The following configurables need to be updated to follow camel case convention.

spire-server.dataStore.plugin_data
spire-server.federation.refresh_hint
spire-server.ca_subject.common_name
spire-server.upstreamAuthority.certManager.issuer_name
spire-server.upstreamAuthority.certManager.issuer_group
spire-server.upstreamAuthority.certManager.kube_config_file
spire-server.notifier.k8sbundle
spire-server.nodeAttestor.k8sPsat

spire-agent.nodeAttestor.k8sPsat
spire-agent.sds.defaultSvidName
spire-agent.sds.disableSpiffeCertValidation
kfox1111 commented 3 days ago

spire-server.dataStore.plugin_data and spire-server.federation.refresh_hint require their own pr's. they are complicated.

The rest are done in #467