Skip to content

Commit 4ae3c64

Browse files
committed
Fix invalid UUID in hooks e2e tests and exclude dial_timeout client field
1 parent 1c493d8 commit 4ae3c64

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

e2e/dex.values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ config:
3737
- email: "test-exporter-hooks@example.com"
3838
hash: "$2a$10$2b2cU8CPhOTaGrs1HRQuAueS7JTT5ZHsHSzYiFPm1leZck7Mc8T4W" # password
3939
username: "test-exporter-hooks"
40-
userID: "c6ed6f40-6689-6g7e-c64c-55d0a9a5871f"
40+
userID: "c6ed6f40-6689-6a7e-c64c-55d0a9a5871f"
4141
connectors:
4242
- name: kubernetes
4343
type: oidc

python/packages/jumpstarter/jumpstarter/config/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ class ClientConfigV1Alpha1Lease(BaseSettings):
100100
default=30.0,
101101
description="Timeout in seconds for Dial retry loop when exporter not ready",
102102
gt=0,
103+
exclude=True, # Internal field, not serialized to config files
103104
)
104105

105106

0 commit comments

Comments
 (0)