This repository has been archived by the owner on Aug 17, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Add IAM Role and Policy for Service Account support (#225) * Add IAM Role and Policy for Service Account support * Use more elegant way to handle AssumeRoleWithWebIdentityPolicyDocument * Create kubeflow namespace before we create service account * Add more service account under IAM Role kf-admin control * Rebase go mod changes * Improve kfctl for AWS (#254) * Optimize size of policy document * Clean up cert-manager namespace in `Delete` * Clean up web identity roles and provider after * Create separate eks and k8sClient files * Use kfdef to replace fields in cluster_features.yaml * Refactor codes and address a few TODOs * Resolve cert-manager webhook issue and unblock namespace deletion * Add kfDef deleteApplication, addOverlay, removeOverlay support * Add kustomize settings for managed sql * Fix syntax issues to build kfctl * Add OWNERS file under awsplugin * Fix test - remove unless test files * Create OIDC secret and pass to alb-ingress-controller (#267) 1. Remove cognito and add oidc overlay to istio-ingress applications 2. Create a secret using clientId and clientSecret and pass to alb Signed-off-by: Jiaxin Shan <[email protected]>
- Loading branch information