We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Was digging through an existing code trying to add a hint to it. Its twisty.
Seems like there are multiple ways of getting svids and don't have hint options.
For example, I traced through through to here, which hardcodes just grabbing the first one found: https://github.com/spiffe/go-spiffe/blob/main/v2/workloadapi/client.go#L76
The text was updated successfully, but these errors were encountered:
Ok... I think part of the problem with this, is there are two ways to do hinting....
The latter is arguably more secure, as you're not handling sensitive things you don't need, as well as performing slightly faster.
I don't see much support for 2 though in the library.
I think 1 is possible.
Sorry, something went wrong.
No branches or pull requests
Was digging through an existing code trying to add a hint to it. Its twisty.
Seems like there are multiple ways of getting svids and don't have hint options.
For example, I traced through through to here, which hardcodes just grabbing the first one found:
https://github.com/spiffe/go-spiffe/blob/main/v2/workloadapi/client.go#L76
The text was updated successfully, but these errors were encountered: