-
Notifications
You must be signed in to change notification settings - Fork 56
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
enable support for ssh valid certs additional valid principals field #512
Conversation
26af8b5
to
6dffcc6
Compare
6dffcc6
to
2abbbe8
Compare
LGTM. Can you please add an example so it's easier for folks to use/set up |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is some weird output I have never seen before from the unit tests:
Error: ../../../go/pkg/mod/github.com/hashicorp/[email protected]/internal/kms/kms.go:603:37: type func(i "github.com/hashicorp/go-kms-wrapping/extras/kms/v2".KeyVersion, j "github.com/hashicorp/go-kms-wrapping/extras/kms/v2".KeyVersion) bool of func(i, j wrappingKms.KeyVersion) bool {…} does not match inferred type func(a "github.com/hashicorp/go-kms-wrapping/extras/kms/v2".KeyVersion, b "github.com/hashicorp/go-kms-wrapping/extras/kms/v2".KeyVersion) int for func(a E, b E) int
This might just be a conflict with versioning in the go mod?
1ff0412
to
2abbbe8
Compare
This PR needs to be kept open until the next release of Boundary fixes the dependency issues with the following package. Afterwards, this PR will need to be updated with the latest Boundary version. |
This should be fixed now |
enables support for hashicorp/boundary#3791
note: requires the next version of boundary 0.14.2 to be released and go.mod updated before being merged