-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: allow adding ssh keys via the API #45
Comments
As @paddycarver recommends, it would make sense to wait until this is officially documented to implement, as otherwise we'd end up in a situation supporting something that hasn't been officially "blessed" as a documented method. |
I think this would make a great addition to the provider! |
I've reached out via a support ticket and their slack, hopefully I can get a response. I might hack on trying to implement, then we can put a blocker on it until there's official docs. |
please add the SDK part as a PR to https://github.com/nicolai86/scaleway-sdk, as that's the Scaleway SDK in use here. |
Oh cool, looks like it's already implemented: https://github.com/nicolai86/scaleway-sdk/blob/master/user.go#L65 |
The provider currently has no way of adding SSH keys to your Scaleaway account.
Funnily enough, the official Scaleway docs don't have instructions, but there is this community post:
https://community.online.net/t/api-account-ssh-keys/582/2
The text was updated successfully, but these errors were encountered: