UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit adfcb3bc authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

feat: allow sso for kiali, jaeger, prometheus and alertmanager via authservice

parent 6096a9fc
No related branches found
No related tags found
1 merge request!164[BB-844] - SSO Support for kiali, jaeger, prometheus and alertmanager via Authservice and HAProxy
Pipeline #142962 canceled
......@@ -4,6 +4,45 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
---
## [1.0.5]
* Added [HAProxy Addon](https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/haproxy)
* Added support for automatically populating configs and settings for the following placing SSO in front of apps without support:
```
istio:
sso:
enabled: true
prometheus:
client_id:
client_secret:
alertmanager:
client_id:
client_secret:
monitoring:
sso:
enabled: true
kiali:
client_id:
client_secret:
jaeger:
client_id:
client_secret:
```
* Added authservice namespace where authservice addon and haproxy deployment will be created.
* Added global sso options for umbrella which will be applied to all configured authservice chains:
```
sso:
oidc:
host: login.dso.mil
realm: baby-yoda
certificate_authority: ''
jwks: ""
client_id: ""
client_secret: ""
```
* Updated syntax for authservice chains definition.
## [1.0.4]
* Bug fix where argocd's VirtualService wouldn't recieve the top level hostname value.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment