UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bigbang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Big Bang
bigbang
Commits
47148a66
Commit
47148a66
authored
4 years ago
by
Ryan Garcia
Committed by
Ryan Garcia
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
feat: allow sso for kiali, jaeger, prometheus and alertmanager via authservice
parent
3526de06
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!164
[BB-844] - SSO Support for kiali, jaeger, prometheus and alertmanager via Authservice and HAProxy
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+40
-1
40 additions, 1 deletion
CHANGELOG.md
with
40 additions
and
1 deletion
CHANGELOG.md
+
40
−
1
View file @
47148a66
...
...
@@ -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
---
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment