Skip to content
This repository was archived by the owner on Jun 29, 2022. It is now read-only.

Commit 2e06dd9

Browse files
committed
ci: smoke test of the web-ui OIDC parameters
1 parent 0f3044c commit 2e06dd9

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

ci/aws/aws-cluster.lokocfg.envsubst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,4 +244,9 @@ component "web-ui" {
244244
host = "web-ui.$CLUSTER_ID.$AWS_DNS_ZONE"
245245
certmanager_cluster_issuer = "letsencrypt-staging"
246246
}
247+
oidc {
248+
client_id = "$DEX_STATIC_CLIENT_GANGWAY_ID"
249+
client_secret = "$DEX_STATIC_CLIENT_GANGWAY_SECRET"
250+
issuer_url = "$ISSUER_HOST"
251+
}
247252
}

ci/packet/packet-cluster.lokocfg.envsubst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,4 +216,9 @@ component "web-ui" {
216216
host = "web-ui.$CLUSTER_ID.$AWS_DNS_ZONE"
217217
certmanager_cluster_issuer = "letsencrypt-staging"
218218
}
219+
oidc {
220+
client_id = "$DEX_STATIC_CLIENT_GANGWAY_ID"
221+
client_secret = "$DEX_STATIC_CLIENT_GANGWAY_SECRET"
222+
issuer_url = "$ISSUER_HOST"
223+
}
219224
}

0 commit comments

Comments
 (0)