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
Today, if multiple SVIDs are received by the helper, it will select the first one. This is as per https://github.com/spiffe/spiffe/blob/main/standards/SPIFFE_Workload_API.md#53-default-identity which states that:
The default identity is the first in the svids list returned in the X509SVIDResponse message.
We should add CLI flags to allow this behaviour to be modified, and to select a SVID based on it's "hint" or based on the SPIFFE ID contained within.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Today, if multiple SVIDs are received by the helper, it will select the first one. This is as per https://github.com/spiffe/spiffe/blob/main/standards/SPIFFE_Workload_API.md#53-default-identity which states that:
We should add CLI flags to allow this behaviour to be modified, and to select a SVID based on it's "hint" or based on the SPIFFE ID contained within.
The text was updated successfully, but these errors were encountered: