From 1390dcd05a600e6a2972740a4a14f7ff89aec8af Mon Sep 17 00:00:00 2001 From: Wayne Starr Date: Mon, 13 May 2024 14:52:39 -0600 Subject: [PATCH] fix: replaced hardcoded redirectUri (#73) ## Description This fixes a hardcoded redirect uri ## Related Issue Fixes # Relates to # ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Other (security config, docs update, etc) ## Checklist before merging - [ ] Test, docs, adr added or updated as needed - [ ] [Contributor Guide Steps](https://github.com/defenseunicorns/uds-package-mattermost/blob/main/CONTRIBUTING.md#developer-workflow) followed --------- Co-authored-by: Michael-Kruggel Co-authored-by: Micah Nagel --- chart/templates/uds-package.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/templates/uds-package.yaml b/chart/templates/uds-package.yaml index 5593fd04..d1265046 100644 --- a/chart/templates/uds-package.yaml +++ b/chart/templates/uds-package.yaml @@ -9,7 +9,7 @@ spec: - name: Mattermost Login clientId: uds-swf-mattermost redirectUris: - - "https://chat.uds.dev/*" + - "https://{{ .Values.subdomain }}.{{ .Values.domain }}/*" defaultClientScopes: - "openid" - "mapper-oidc-username-username"