Get Public SSH Keys from Github
#VMware Code
Public Keys
Get public keys, from Github, based on the requester. All deployments, with this subscription, will get a Github property attached, but it will not be used, unless you specify it in the blueprint.
Pre Req
Add your public keys to your Github Account.
- Go to Github.com and login
- Select your profile
- Select SSH and GPG keys
- Add new SSH key.
- Give it a title and paste your public key
- Verify your key is avaliable, by going to https://github.com/username.keys
Image
- Image must be cloud-init enabled, running Linux (Don't know if/how this is possible with Windows)
Extensibility
- Create a action, with the content from public_key.py
- Add the requesters email and github username, to the users list, to match requester, with github username.
- Create a subscription, for projects you want to use, with Event Topic : Compute Alloation Blocking : Enabled
Bleuprint
Must contain the runcmd: bash code, from the blueprint.yaml file.
Sign in to be able to add comments.