Skip to content

Commit

Permalink
driver/ssh: add key type parameter to ssh cert based servers and bump…
Browse files Browse the repository at this point in the history
… SDK versions

GitOrigin-RevId: 757f905f3885b74236796ffe909e070064ab10ba
  • Loading branch information
kungfukennyg authored and SupportSDM committed Jun 29, 2022
1 parent 8cf303e commit 548cdbb
Show file tree
Hide file tree
Showing 5 changed files with 546 additions and 530 deletions.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import (
const (
defaultAPIHost = "api.strongdm.com:443"
apiVersion = "2021-08-23"
defaultUserAgent = "strongdm-sdk-go/2.6.1"
defaultUserAgent = "strongdm-sdk-go/2.6.3"
)

var _ = metadata.Pairs
Expand Down
Loading

0 comments on commit 548cdbb

Please sign in to comment.