Skip to content

Commit 245dace

Browse files
chris-rockclaude
andcommitted
docs: fix WIF test method numbering
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>
1 parent 69e9e64 commit 245dace

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/development.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@ kubectl exec -n spire-system $SPIRE_SERVER -- /opt/spire/bin/spire-server entry
10391039
docker logs k3d-target-server-0 2>&1 | grep -i "client certificate"
10401040
```
10411041

1042-
### Test Method 8: AKS Azure Workload Identity
1042+
### Test Method 4: AKS Azure Workload Identity
10431043

10441044
This method tests Workload Identity Federation (WIF) with Azure AKS. The management cluster
10451045
uses Azure AD Workload Identity to authenticate to a target AKS cluster without static credentials.
@@ -1329,7 +1329,7 @@ az aks delete --resource-group $AZURE_RESOURCE_GROUP --name $MGMT_CLUSTER_NAME -
13291329
az aks delete --resource-group $AZURE_RESOURCE_GROUP --name $TARGET_CLUSTER_NAME --yes --no-wait
13301330
```
13311331

1332-
### Test Method 7: EKS IAM Roles for Service Accounts (IRSA)
1332+
### Test Method 5: EKS IAM Roles for Service Accounts (IRSA)
13331333

13341334
This method tests Workload Identity using AWS EKS IRSA. The management cluster uses IAM Roles
13351335
for Service Accounts to authenticate to a target EKS cluster without static credentials.
@@ -1965,9 +1965,9 @@ gcloud iam service-accounts delete $GSA_EMAIL --project=$GCP_PROJECT_ID --quiet
19651965
| Test Type | How to Run |
19661966
|-----------|-----------|
19671967
| Unit tests (all providers) | `go test -v ./controllers/k8s_scan/... -run "WIF\|WorkloadIdentity"` |
1968+
| AKS end-to-end | Follow Test Method 4 |
1969+
| EKS end-to-end | Follow Test Method 5 |
19681970
| GKE end-to-end | Follow Test Method 6 |
1969-
| EKS end-to-end | Follow Test Method 7 |
1970-
| AKS end-to-end | Follow Test Method 8 |
19711971

19721972
### Cleanup
19731973

0 commit comments

Comments
 (0)