-
Notifications
You must be signed in to change notification settings - Fork 885
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix dex-login-test: - set executable permission for python script - set shebang line in python script Signed-off-by: Tom Zaspel <40226087+tzabbi@users.noreply.github.com> * Add all required componentes which have to be installed to test dex login Signed-off-by: Tom Zaspel <tom@zaspel.it> * Add kustomizeation file to deploy all required stuff to test dex login Signed-off-by: Tom Zaspel <tom@zaspel.it> * Add statuscode response in dex login Signed-off-by: Tom Zaspel <40226087+tzabbi@users.noreply.github.com> --------- Signed-off-by: Tom Zaspel <40226087+tzabbi@users.noreply.github.com> Signed-off-by: Tom Zaspel <tom@zaspel.it>
- Loading branch information
1 parent
64ab3e8
commit 4e09fcd
Showing
3 changed files
with
62 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
58 changes: 58 additions & 0 deletions
58
tests/gh-actions/deploy-dex-login-environment/kustomization.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
sortOptions: | ||
order: legacy | ||
legacySortOptions: | ||
orderFirst: | ||
- Namespace | ||
- ResourceQuota | ||
- StorageClass | ||
- CustomResourceDefinition | ||
- MutatingWebhookConfiguration | ||
- ServiceAccount | ||
- PodSecurityPolicy | ||
- NetworkPolicy | ||
- Role | ||
- ClusterRole | ||
- RoleBinding | ||
- ClusterRoleBinding | ||
- ConfigMap | ||
- Secret | ||
- Endpoints | ||
- Service | ||
- LimitRange | ||
- PriorityClass | ||
- PersistentVolume | ||
- PersistentVolumeClaim | ||
- Deployment | ||
- StatefulSet | ||
- CronJob | ||
- PodDisruptionBudget | ||
orderLast: | ||
- ValidatingWebhookConfiguration | ||
|
||
resources: | ||
# Istio | ||
- ../../../common/istio-1-22/istio-crds/base | ||
- ../../../common/istio-1-22/istio-namespace/base | ||
- ../../../common/istio-1-22/istio-install/overlays/oauth2-proxy | ||
# oauth2-proxy | ||
- ../../../common/oauth2-proxy/overlays/m2m-self-signed | ||
# Dex | ||
- ../../../common/dex/overlays/oauth2-proxy | ||
- ../../../common/istio-1-22/cluster-local-gateway/base | ||
# Kubeflow namespace | ||
- ../../../common/kubeflow-namespace/base | ||
# NetworkPolicies | ||
- ../../../common/networkpolicies/base | ||
# Kubeflow Roles | ||
- ../../../common/kubeflow-roles/base | ||
# Kubeflow Istio Resources | ||
- ../../../common/istio-1-22/kubeflow-istio-resources/base | ||
# Central Dashboard | ||
- ../../../apps/centraldashboard/overlays/oauth2-proxy | ||
# Profiles + KFAM | ||
- ../../../apps/profiles/upstream/overlays/kubeflow | ||
# User namespace | ||
- ../../../common/user-namespace/base |
This file contains 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