Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Faisal Memon <[email protected]>
Signed-off-by: kfox1111 <[email protected]>
  • Loading branch information
kfox1111 and faisal-memon authored Nov 8, 2024
1 parent f99df63 commit b0b1f72
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion charts/spiffe-step-ssh/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: spiffe-step-ssh
description: sshd signed host certificates using SPIFFE for trust and step ca
description: sshd signed host certificates using SPIFFE for trust and step CA

# A chart can be either an 'application' or a 'library' chart.
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ metadata:
{{- include "spiffe-step-ssh.labels" . | nindent 4 }}
data:
password: {{ .Values.caPassword | b64enc }}

Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ metadata:
{{- include "spiffe-step-ssh.labels" . | nindent 4 }}
data:
password: {{ .Values.caPassword | b64enc }}

1 change: 0 additions & 1 deletion charts/spiffe-step-ssh/templates/step-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ data:
{{- end }}
"ssh_x5c.tpl": |
{{- .Files.Get "files/ssh_x5c.tpl" | replace "@TRUST_DOMAIN@" .Values.trustDomain | replace "@PREFIX@" .Values.prefix | nindent 4}}
3 changes: 0 additions & 3 deletions tests/integration/spiffe-step-ssh/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ kubectl get configmap -n kube-system coredns -o yaml | grep test.production.othe
kubectl rollout restart -n kube-system deployment/coredns
kubectl rollout status -n kube-system -w --timeout=1m deploy/coredns

#helm upgrade --install --create-namespace -n spire-system spire-crds charts/spire-crds
helm upgrade --install --create-namespace --namespace spire-mgmt --values "${COMMON_TEST_YOUR_VALUES},${SCRIPTPATH}/root-values.yaml" \
--wait spire charts/spire-nested \
--set "global.spire.namespaces.create=true" \
Expand All @@ -119,8 +118,6 @@ if [[ "${ENTRIES}" == "Found 0 entries" ]]; then
exit 1
fi

#helm test --namespace spire-mgmt spire

kubectl get ingress -n spire-server

echo "${IP} spire-server.production.other spiffe-step-ssh.production.other spiffe-step-ssh-fetchca.production.other" | sudo bash -c 'cat >> /etc/hosts'
Expand Down

0 comments on commit b0b1f72

Please sign in to comment.