Skip to content

Commit

Permalink
fix: replaced hardcoded redirectUri (#73)
Browse files Browse the repository at this point in the history
## Description

This fixes a hardcoded redirect uri

## Related Issue

Fixes #
<!-- or -->
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 <michael.kruggel@defenseunicorns.com>
Co-authored-by: Micah Nagel <micah.nagel@defenseunicorns.com>
  • Loading branch information
3 people authored May 13, 2024
1 parent 7a7ef0b commit 1390dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/uds-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1390dcd

Please sign in to comment.