Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
Notification
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
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
Notification
Commits
d2528f58
Commit
d2528f58
authored
2 years ago
by
Marc Burnie [AWS]
Browse files
Options
Downloads
Patches
Plain Diff
Checkov Findings and Gitlab Helm Chart Deploy Variables
parent
d3039b78
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!265
Aws Helm Chart Checkov Fixes
Pipeline
#138289
failed
2 years ago
Stage: review
Stage: coverage
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 @
d2528f58
variables
:
variables
:
AWS_BUILD_SUBDIR
:
provider/notification-aws/build-aws
AWS_BUILD_SUBDIR
:
provider/notification-aws/build-aws
AWS_TEST_SUBDIR
:
testing/notification-test-aws
AWS_TEST_SUBDIR
:
testing/notification-test-aws
AWS_CHART_SUBDIR
:
devops/aws/chart
AWS_SERVICE
:
notification
AWS_SERVICE
:
notification
AWS_SERVICE_GATEWAY
:
osdu-gateway
AWS_ENVIRONMENT
:
dev
AWS_ENVIRONMENT
:
dev
AWS_DEPLOY_TARGET
:
EKS
AWS_DEPLOY_TARGET
:
EKS
AWS_EKS_DEPLOYMENT_NAME
:
os-notification
AWS_EKS_DEPLOYMENT_NAME
:
os-notification
...
...
This diff is collapsed.
Click to expand it.
devops/aws/chart/values.yaml
+
12
−
9
View file @
d2528f58
# Service Config
# Service Config
image
:
__CONTAINER__
image
:
__CONTAINER__
imagePullPolicy
:
IfNotPresent
imagePullPolicy
:
Always
service
:
service
:
type
:
ClusterIP
type
:
ClusterIP
port
:
8080
port
:
8080
...
@@ -27,7 +27,8 @@ environmentVariables:
...
@@ -27,7 +27,8 @@ environmentVariables:
value
:
"
http://os-entitlements:8080"
value
:
"
http://os-entitlements:8080"
-
name
:
REGISTER_BASE_URL
-
name
:
REGISTER_BASE_URL
value
:
http://os-register:8080
value
:
http://os-register:8080
podAnnotations
:
{}
podAnnotations
:
seccomp.security.alpha.kubernetes.io/pod
:
"
runtime/default"
# Resource Config
# Resource Config
replicaCount
:
1
replicaCount
:
1
...
@@ -60,13 +61,15 @@ cors:
...
@@ -60,13 +61,15 @@ cors:
-
Data-Partition-Id
-
Data-Partition-Id
-
Correlation-Id
-
Correlation-Id
-
Content-Type
-
Content-Type
securityContext
:
{}
securityContext
:
# capabilities:
runAsUser
:
10001
# drop:
runAsNonRoot
:
true
# - ALL
readOnlyRootFilesystem
:
false
# readOnlyRootFilesystem: true
allowPrivilegeEscalation
:
false
# runAsNonRoot: true
capabilities
:
# runAsUser: 1000
drop
:
-
ALL
allowedPrincipals
:
allowedPrincipals
:
-
cluster.local/ns/istio-system/sa/istio-ingressgateway-service-account
-
cluster.local/ns/istio-system/sa/istio-ingressgateway-service-account
-
cluster.local/ns/aws-binary-dms/sa/binary-dms
-
cluster.local/ns/aws-binary-dms/sa/binary-dms
...
...
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