UNCLASSIFIED - NO CUI

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

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

parent 3526de06
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
......@@ -4,6 +4,45 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
---
## [1.0.6]
* 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.5]
* Bumped monitoring chart to consume kiwigrid/sidecar from IronBank
......@@ -88,4 +127,4 @@ for setting ingressgateway to use nodeports
* Initial release of Big Bang
---
\ No newline at end of file
---
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