From 566beecb6adec43e20c381dd81c3662f59266eff Mon Sep 17 00:00:00 2001 From: rasmus Date: Mon, 26 Aug 2024 23:29:48 +0300 Subject: [PATCH] Create dummy/stub entries in auth.k-space.ee --- hackerspace/inventory-extras.yaml | 9 +++++++++ passmower/application-extras.yaml | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/hackerspace/inventory-extras.yaml b/hackerspace/inventory-extras.yaml index 0203c76..773d5aa 100644 --- a/hackerspace/inventory-extras.yaml +++ b/hackerspace/inventory-extras.yaml @@ -8,6 +8,15 @@ spec: replacement: https://inventory.k-space.ee/${1} permanent: false --- +# Creates a dummy/stub in auth.k-space.ee user-facing service listing (otherwise only inventory.k-space.ee is listed). +apiVersion: codemowers.cloud/v1beta1 +kind: OIDCMiddlewareClient +metadata: + name: doorboy +spec: + displayName: Doorboy + uri: 'https://inventory.k-space.ee/m/doorboy' +--- apiVersion: traefik.io/v1alpha1 kind: IngressRoute metadata: diff --git a/passmower/application-extras.yaml b/passmower/application-extras.yaml index bd0ab36..d5cf86d 100644 --- a/passmower/application-extras.yaml +++ b/passmower/application-extras.yaml @@ -24,3 +24,12 @@ spec: services: - kind: TraefikService name: api@internal +--- +# Creates a dummy/stub in auth.k-space.ee user-facing service listing +apiVersion: codemowers.cloud/v1beta1 +kind: OIDCMiddlewareClient +metadata: + name: slack +spec: + displayName: Slack + uri: 'https://k-space-ee.slack.com/'