Skip to content

Commit

Permalink
remove-ssh-lookup (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvix authored Jul 13, 2022
1 parent 322bc14 commit 0c29b57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Add team label to helm resources.
- Add `values.schema.json` file.
- Remove helm lookup function for SSH CA cert and use value fro central vault instead.

## [0.4.0] - 2022-04-14

Expand Down
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# generated by giantswarm/github actions - changes will be overwritten
* @giantswarm/team-phoenix
* @giantswarm/team-hydra
5 changes: 1 addition & 4 deletions helm/cluster-aws/files/etc/ssh/trusted-user-ca-keys.pem
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
{{- $secret := (lookup "v1" "Secret" "giantswarm" "cluster-api-provider-aws-ssh-sso-pub-key" ) -}}
{{- if $secret -}}
{{- (index $secret.data "value") | b64dec -}}
{{- end -}}
{{ .Values.sshSSOPublicKey }}

0 comments on commit 0c29b57

Please sign in to comment.