Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions packages/@aws-cdk/aws-eks-v2-alpha/lib/alb-controller.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as fs from 'fs';
import * as path from 'path';
import { Construct } from 'constructs';
import { Cluster, AuthenticationMode } from './cluster';
import { Cluster } from './cluster';
import { HelmChart } from './helm-chart';
import { ServiceAccount } from './service-account';
import * as iam from 'aws-cdk-lib/aws-iam';
Expand Down Expand Up @@ -359,10 +359,6 @@ export class AlbController extends Construct {
// the controller relies on permissions deployed using these resources.
chart.node.addDependency(serviceAccount);
chart.node.addDependency(props.cluster.openIdConnectProvider);
if (props.cluster.authenticationMode != AuthenticationMode.API) {
// ensure the dependency only when ConfigMap is supported
chart.node.addDependency(props.cluster.awsAuth);
}
}

private rewritePolicyResources(resources: string | string[] | undefined): string | string[] | undefined {
Expand Down
18 changes: 0 additions & 18 deletions packages/@aws-cdk/aws-eks-v2-alpha/lib/aws-auth-mapping.ts

This file was deleted.

156 changes: 0 additions & 156 deletions packages/@aws-cdk/aws-eks-v2-alpha/lib/aws-auth.ts

This file was deleted.

Loading
Loading