docs: add WIF testing documentation for issue #1364#1371
Merged
chris-rock merged 4 commits intomainfrom Feb 11, 2026
Merged
Conversation
Contributor
6c83b4e to
69e9e64
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Add comprehensive documentation for testing Workload Identity Federation: - Local testing without cloud infrastructure section - Unit test commands for WIF functionality - Resource verification testing using k3d - Tests for GKE, EKS, and AKS WIF resource creation - Validation testing for invalid configurations - WIF testing checklist (local vs cloud required) - Test Method 6: GKE Workload Identity guide - Step-by-step setup with gcloud commands - GSA creation and IAM binding - Troubleshooting guide and cleanup instructions Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Remove redundant local testing section that duplicates unit test coverage and add key implementation details to cloud provider sections. Changes: - Replace verbose local testing section with pointer to unit tests - Add key details (annotations, images, commands) to GKE/EKS/AKS sections - Fix init container name references (wif-init -> generate-kubeconfig) - Add WIF Testing Summary table - Rename test methods: AKS (8), EKS (7), GKE (6) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Renumber test methods to be sequential (4, 5, 6) instead of backwards (8, 7, 6). Also reorder the summary table to match. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add Terraform modules under tests/terraform/wif/ for automated provisioning of WIF test clusters (GKE, GKE Autopilot, EKS, AKS). Each module creates a management + target cluster pair with all necessary IAM/RBAC plumbing and outputs a MondooAuditConfig snippet. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
245dace to
4bb32bc
Compare
Member
Author
|
This requires further testing, we are merging this in so that we can test it with new features more easily. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add comprehensive documentation for testing Workload Identity Federation:
fixes #1364