Azure / osdu-infrastructure

OSDU Azure Infrastructure as Code
Apache License 2.0
42 stars 39 forks source link

Missing referenced secure file azure-aks-node-ssh-key.pub #10

Closed terrytsay closed 4 years ago

terrytsay commented 4 years ago

This secure file azure-aks-node-ssh-key.pub referenced in aksAgentSshPublicKeyFilename: 'azure-aks-node-ssh-key.pub' from /devops/infrastructure/prepare-stage.yml is not present in /scripts/.ssh.

The public key generated is azure-aks-gitops-ssh-key.pub

Therefore, this will cause the build to fail until either the file name or the referenced name is changed.

danielscholl commented 4 years ago

This has been resolved now and merged into the master branch. Thanks for calling this out.