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
0d901366
Commit
0d901366
authored
3 years ago
by
Branden Cobb
Browse files
Options
Downloads
Patches
Plain Diff
keycloak bbtest enable
parent
6e389eb4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!1658
Draft: Merge branch 'tempo_tracing_updates' into 'master'
,
!1386
Master
,
!1328
keycloak bbtest enable
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
tests/test-values.yaml
+39
-1
39 additions, 1 deletion
tests/test-values.yaml
with
40 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
0d901366
include
:
-
project
:
'
platform-one/big-bang/pipeline-templates/pipeline-templates'
ref
:
master
file
:
'
/pipelines/bigbang.yaml'
\ No newline at end of file
file
:
'
/pipelines/bigbang.yaml'
This diff is collapsed.
Click to expand it.
tests/test-values.yaml
+
39
−
1
View file @
0d901366
...
...
@@ -988,10 +988,48 @@ addons:
limits
:
{}
# Disabling helm tests for keycloak until they are working on rke2
bbtests
:
enabled
:
fals
e
enabled
:
tru
e
cypress
:
envs
:
cypress_url
:
"
https://keycloak.bigbang.dev"
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
vault
:
enabled
:
false
...
...
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