Hadron / carthage

Carthage is an Infrastructure as Code (IAC) framework
Other
8 stars 4 forks source link

WIP: VaultSshKey semi-functional; has added a key to vault #24

Closed srak289 closed 2 years ago

srak289 commented 2 years ago

There are definitely issues with this.

It does, however, create keys in-memory and put them in Vault.

I'm not quite happy with how I imported gc into every function that had to scrub keys ..

There is probably something wrong with my layout but I was running into TypeError: add_to_agent() missing 1 required positional argument: 'agent' Which was probably a problem with VaultSshKey being unitialized but I kind of hacked it into my layout so I'm not entirely surprised.

More to follow .. thoughts ?