Noah Stride
Noah Stride
This came up during last test plan as well :/ https://github.com/gravitational/teleport/issues/36801
Does this actually make matters any better ? IIRC an interface with a unexported method cannot be implemented by another package. We'd also need to make `canPage` exported.
I'm unlikely to merge this for a little while - I want to finish off the `tbot` elements so I can manually test this within a real situation.
I've done some manual testing with the `tbot` draft PR and I'm happy this code meets my needs - will move forward with merging it after review.
👍 Even depending on the exported Go code from https://github.com/aws/rolesanywhere-credential-helper is pretty awkward due to it requiring CGO. It'd be great if we could just leverage this API directly from...
@punmechanic if you are using SPIFFE/SPIRE, you may find https://github.com/spiffe/aws-spiffe-workload-helper interesting. At the moment it's pretty oriented as a credential-helper/long-running-service, but, we could probably extract some of the CLI side...
> IIUC we would basically just need to support the x509 variant of sigv4, right? That's what's "missing" here, directly calling the rolesanywhere CreateSession API should be trivial if you...
I've changed the base here to merge into the `draft-wit-svid` branch - as discussed in SIG-SPEC, this branch will act as a holding point for the WIT-SVID changes to the...
I have included a proposed design for pagination within 713f75e - I would appreciate a review of this change. Myself and @arndt-s have discussed this, and it is likely a...
Following discussion in SIG-Spec, the general consensus seems to be that we ought to kick the issue of pagination down the road. It introduces significant complexity to the spec and...