-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix snake CVE #4837
Merged
+304
−358
Merged
Fix snake CVE #4837
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
f568010
Update kubernetes api version and fix bouncycastle merge strategy
rkovalik-raft 66f45c3
Fix bouncycastle merge strategy
rkovalik-raft 0e2a3e8
Update log versions
rkovalik-raft 5227c41
revert change to log4j version to fix unit tests
rkovalik-raft 5dfccc5
Update slf4j logging and s3mock versions
rkovalik-raft 929bcb7
Set local datacenter default name to datacenter1
rkovalik-raft 144d2af
Update akka and cassandraPlugin versions and make minor code changes …
rkovalik-raft d6b0876
Merge with changes from master branch
rkovalik-raft e1ecd8a
Fix merge conflict
rkovalik-raft fdaf184
add JDK_JAVA_OPTIONS add opens settings to build settings
rkovalik-raft 0fda5d8
Remove APOR S3Mock dependant test and revert java 17 and cassandra 5 …
rkovalik-raft 1787e41
Merge branch 'master' into fix_snake_cve
rkovalik-raft 50dc49f
Remove all mentions of S3Mock and tests that use it
rkovalik-raft 0f87a60
Fix cors is ambiguous errors cause by akka version upgrade
rkovalik-raft 325ea6e
Add back S3Mock related tests but comment out all code
rkovalik-raft a3af8b9
Update deployment yamls for ratespread-calculator and data browser to…
rkovalik-raft File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev
Previous commit
Loading status checks…
Update deployment yamls for ratespread-calculator and data browser to…
… fix helm errors and warnings
commit a3af8b97badb2233f8a900f96d6e9141ba995337
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,16 +50,6 @@ spec: | |
secretKeyRef: | ||
name: aws-credentials | ||
key: aws-secret-access-key | ||
- name: AWS_ACCESS_KEY_ID | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Removed because when deploying |
||
valueFrom: | ||
secretKeyRef: | ||
name: aws-credentials | ||
key: aws-access-key-id | ||
- name: AWS_SECRET_ACCESS_KEY | ||
valueFrom: | ||
secretKeyRef: | ||
name: aws-credentials | ||
key: aws-secret-access-key | ||
- name: APOR_SCHEDULE | ||
valueFrom: | ||
configMapKeyRef: | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed because when I tried to deploy
data-browser
in hmda dev with a helm command I ran into errors related to missing mlartable tables in the configmap