work with non K8s environments#5
Open
DelusionalOptimist wants to merge 8 commits into
Open
Conversation
- get full visibility - no policy support right now Signed-off-by: Rudraksh Pareek <rudraksh@accuknox.com>
Signed-off-by: Rudraksh Pareek <rudraksh@accuknox.com>
Signed-off-by: Rudraksh Pareek <rudraksh@accuknox.com>
Signed-off-by: Rudraksh Pareek <rudraksh@accuknox.com>
939c2d0 to
820a8a5
Compare
nyrahul
requested changes
Sep 4, 2023
| # relay server | ||
| kubearmor-relay-server: | ||
| # REQUIRED FIELDS | ||
| image: delusionaloptimist/kubearmor-relay-server:latest |
There was a problem hiding this comment.
This docker repo needs to change before merging.
| container_name: bluelock | ||
| build: | ||
| context: . | ||
| image: delusionaloptimist/bluelock:latest |
There was a problem hiding this comment.
Docker repo needs to change before merging
| # - name: "DISCORD_MINIMUMPRIORITY" | ||
| # value: "debug" | ||
| - name: "RELAYSERVERURL" | ||
| value: "http://kubearmor.kube-system.svc.cluster.local:32767" |
There was a problem hiding this comment.
Can we not use kube-system namespace for kubearmor deployment?
| */ | ||
| } | ||
|
|
||
| /* |
There was a problem hiding this comment.
Lets delete the commented code since this is a security requirement.
| "strings" | ||
| "time" | ||
|
|
||
| cfg "github.com/daemon1024/bluelock/config" |
Signed-off-by: Aryan Bakliwal <aryanbakliwal12345@gmail.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Signed-off-by: Rudraksh Pareek rudraksh@accuknox.com