Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Register
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
System
Register
Commits
4b783d4f
Commit
4b783d4f
authored
2 years ago
by
Marc Burnie [AWS]
Browse files
Options
Downloads
Patches
Plain Diff
Checkov Findings and Gitlab Helm Chart Deploy Variables
parent
0b28e7a5
Loading
Loading
1 merge request
!246
Checkov Findings and Gitlab Helm Chart Deploy Variables
Checking pipeline status
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-0
2 additions, 0 deletions
.gitlab-ci.yml
devops/aws/chart/values.yaml
+12
-9
12 additions, 9 deletions
devops/aws/chart/values.yaml
with
14 additions
and
9 deletions
.gitlab-ci.yml
+
2
−
0
View file @
4b783d4f
variables
:
AWS_BUILD_SUBDIR
:
provider/register-aws/build-aws
AWS_TEST_SUBDIR
:
testing/register-test-aws
AWS_CHART_SUBDIR
:
devops/aws/chart
AWS_SERVICE
:
register
AWS_SERVICE_GATEWAY
:
osdu-gateway
AWS_ENVIRONMENT
:
dev
AWS_DEPLOY_TARGET
:
EKS
AWS_EKS_DEPLOYMENT_NAME
:
os-register
...
...
This diff is collapsed.
Click to expand it.
devops/aws/chart/values.yaml
+
12
−
9
View file @
4b783d4f
# Service Config
image
:
__CONTAINER__
imagePullPolicy
:
IfNotPresent
imagePullPolicy
:
Always
service
:
type
:
ClusterIP
port
:
8080
...
...
@@ -36,7 +36,8 @@ environmentVariables:
value
:
"
xxx"
-
name
:
SUBSCRIBER_SECRET
value
:
"
02030405060708090A0B0C0D0E0F"
podAnnotations
:
{}
podAnnotations
:
seccomp.security.alpha.kubernetes.io/pod
:
"
runtime/default"
# Resource Config
replicaCount
:
1
...
...
@@ -68,13 +69,15 @@ cors:
-
Data-Partition-Id
-
Correlation-Id
-
Content-Type
securityContext
:
{}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
securityContext
:
runAsUser
:
10001
runAsNonRoot
:
true
readOnlyRootFilesystem
:
false
allowPrivilegeEscalation
:
false
capabilities
:
drop
:
-
ALL
allowedPrincipals
:
-
cluster.local/ns/istio-system/sa/istio-ingressgateway-service-account
-
cluster.local/ns/{{ .Release.Namespace }}/sa/os-notification
...
...
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