From 5680b4df499faf54949cc862591b8b7d55afd9c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Mon, 31 Jul 2023 12:38:33 +0300 Subject: [PATCH] oidc-gateway: Better visualization for broken users --- oidc-gateway/crds.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/oidc-gateway/crds.yml b/oidc-gateway/crds.yml index dd928f6..4950aca 100644 --- a/oidc-gateway/crds.yml +++ b/oidc-gateway/crds.yml @@ -126,9 +126,15 @@ spec: - name: Name type: string jsonPath: .status.profile.name - - name: Emails + - name: Display e-mail type: string - jsonPath: .status.emails + jsonPath: .spec.companyEmail + - name: Upstream IdP e-mail + type: string + jsonPath: .spec.githubEmails[?(@.primary==true)].email + - name: GH ID + type: string + jsonPath: .spec.githubProfile.id - name: Groups type: string jsonPath: .status.groups