-
Notifications
You must be signed in to change notification settings - Fork 13
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
Install update #144
Closed
Closed
Install update #144
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
6f01c37
feat: add support for multiple clusters
vishal-chdhry 7270616
fix: create index by clusterId in clusterpolicy reports
vishal-chdhry 3590a1c
Merge branch 'main' into multiple-cluster-support
vishal-chdhry 195e2c6
feat: update makefile
vishal-chdhry ec0a2dd
fix: provenance
vishal-chdhry b709483
feat: migration
vishal-chdhry da73ac7
feat: fix listing in inmemory
vishal-chdhry 424b724
feat: add compression in inmemory
vishal-chdhry 54da8b1
fix: cpolr not creating inmemory
vishal-chdhry db6a8a4
fix: ci
vishal-chdhry 7c37982
feat: add install instructions
vishal-chdhry 2ea12e1
feat: update the install docs for testing
vishal-chdhry 4b2e06a
Merge branch 'main' into multiple-cluster-support
vishal-chdhry e7acdc1
Merge pull request #2 from nirmata/multiple-cluster-support
vishal-chdhry 03f07ea
fix: imports
vishal-chdhry 9abe0b3
feat: add support for multiple clusters
vishal-chdhry 44dd2e3
fix: create index by clusterId in clusterpolicy reports
vishal-chdhry 52348aa
feat: update makefile
vishal-chdhry ba46096
feat rebase
vishal-chdhry 1620d47
fix: rebase
vishal-chdhry bc11b03
feat: reabase
vishal-chdhry c206925
feat: add compression in inmemory
vishal-chdhry d4f37ec
fix: cpolr not creating inmemory
vishal-chdhry bcb8d33
fix: ci
vishal-chdhry 1027af7
feat: add install instructions
vishal-chdhry f081a18
feat: update the install docs for testing
vishal-chdhry dbf58bc
fix: merge
vishal-chdhry 246efd2
fix: add sslmode config to managed postgres install doc
vishal-chdhry 1d94ed3
fix: install incluster
anushkamittal2001 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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
apiVersion: postgresql.cnpg.io/v1 | ||
kind: Cluster | ||
metadata: | ||
name: reports-server-cluster | ||
namespace: reports-server | ||
spec: | ||
instances: 3 | ||
primaryUpdateStrategy: unsupervised | ||
bootstrap: | ||
initdb: | ||
database: reportsdb | ||
storage: | ||
size: 10Gi |
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module github.com/kyverno/reports-server | ||
module github.com/nirmata/reports-server | ||
Check warning Code scanning / Trivy golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON Medium
Package: google.golang.org/protobuf
Installed Version: 1.32.0 Vulnerability CVE-2024-24786 Severity: MEDIUM Fixed Version: 1.33.0 Link: CVE-2024-24786 |
||
|
||
go 1.21.4 | ||
|
||
|
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Check warning
Code scanning / Trivy
golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS Medium