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
5e89968c
Commit
5e89968c
authored
3 years ago
by
Ernest Chuang
Committed by
Micah Nagel
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Bump keycloak tag for helm test update
parent
39e14cee
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!959
Bump keycloak tag for helm test update
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
chart/values.yaml
+1
-1
1 addition, 1 deletion
chart/values.yaml
tests/ci/k3d/values.yaml
+52
-2
52 additions, 2 deletions
tests/ci/k3d/values.yaml
with
53 additions
and
3 deletions
chart/values.yaml
+
1
−
1
View file @
5e89968c
...
...
@@ -1059,7 +1059,7 @@ addons:
git
:
repo
:
https://repo1.dso.mil/platform-one/big-bang/apps/security-tools/keycloak.git
path
:
"
./chart"
tag
:
"
11.0.1-bb.
7
"
tag
:
"
11.0.1-bb.
8
"
database
:
# -- Hostname of a pre-existing database to use for Keycloak.
...
...
This diff is collapsed.
Click to expand it.
tests/ci/k3d/values.yaml
+
52
−
2
View file @
5e89968c
...
...
@@ -871,9 +871,59 @@ addons:
memory
:
16Mi
limits
:
{}
bbtests
:
# TODO: Keycloak in CI not supported yet
enabled
:
false
enabled
:
true
cypress
:
artifacts
:
true
envs
:
cypress_url
:
"
https://keycloak.bigbang.dev"
cypress_username
:
"
admin"
cypress_password
:
"
password"
# Custom dev secret configuration
secrets
:
env
:
stringData
:
CUSTOM_REGISTRATION_CONFIG
:
/opt/jboss/keycloak/customreg.yaml
KEYCLOAK_IMPORT
:
/opt/jboss/keycloak/realm.json
X509_CA_BUNDLE
:
/etc/x509/https/cas.pem
certauthority
:
stringData
:
cas.pem
:
'
{{
.Files.Get
"resources/dev/dod_cas.pem"
}}'
customreg
:
stringData
:
customreg.yaml
:
'
{{
.Files.Get
"resources/dev/baby-yoda.yaml"
}}'
realm
:
stringData
:
realm.json
:
'
{{
.Files.Get
"resources/dev/baby-yoda.json"
}}'
extraVolumes
:
|-
- name: certauthority
secret:
secretName: {{ include "keycloak.fullname" . }}-certauthority
- name: customreg
secret:
secretName: {{ include "keycloak.fullname" . }}-customreg
- name: realm
secret:
secretName: {{ include "keycloak.fullname" . }}-realm
extraVolumeMounts
:
|-
- name: certauthority
mountPath: /etc/x509/https/cas.pem
subPath: cas.pem
readOnly: true
- name: customreg
mountPath: /opt/jboss/keycloak/customreg.yaml
subPath: customreg.yaml
readOnly: true
- name: realm
mountPath: /opt/jboss/keycloak/realm.json
subPath: realm.json
readOnly: true
extraVolumeMountsBigBang
:
-
name
:
tlscert
mountPath
:
/etc/x509/https/tls.crt
subPath
:
tls.crt
readOnly
:
true
-
name
:
tlskey
mountPath
:
/etc/x509/https/tls.key
subPath
:
tls.key
readOnly
:
true
\ 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