-
Notifications
You must be signed in to change notification settings - Fork 41
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
Add support for federated mode #124
Conversation
@edurra chabges looks good, but can you solve DCO? so we can merge, thanks!!! |
Signed-off-by: Eduardo <[email protected]>
Signed-off-by: Eduardo <[email protected]>
Signed-off-by: Eduardo <[email protected]>
Signed-off-by: Eduardo <[email protected]>
Signed-off-by: Eduardo <[email protected]>
Signed-off-by: Eduardo <[email protected]>
sure! done, let me know if I have to do anything else. |
@edurra Got some linter errors. Can you take a look? https://github.com/spiffe/spiffe-helper/actions/runs/7545693167/job/20541900458?pr=124 |
Signed-off-by: Eduardo <[email protected]>
done, I just tested locally and it should be fixed |
As stated on Issue 89 , SPIFFE Helper does not support federated mode, meaning that a trust bundle from a federated domain is not retrieved.
This pull request includes two configuration options to support fetching a federated domain trust bundle:
include_federated_domains
: if true, it will include CA certificates from federated trust domains in the ca bundle.The committed code does the following:
include_federated_domains
parameter is true2.1. Fetch the bundle associated to the federated trust domains from the
svidResponse
object2.2. Store the append the bundles to the CA trust bundle