UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
Big Bang
P
Packages
Security Tools
Twistlock
Commits
8d548afb
Commit
8d548afb
authored
Jun 09, 2021
by
Micah Nagel
💰
Browse files
wow
parent
b0eb4d20
Pipeline
#306514
passed with stages
in 2 minutes and 42 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
8 deletions
+21
-8
CHANGELOG.md
CHANGELOG.md
+7
-0
chart/Chart.yaml
chart/Chart.yaml
+1
-1
chart/templates/networkpolicies/allow-in-ns.yml
chart/templates/networkpolicies/allow-in-ns.yml
+10
-6
chart/templates/networkpolicies/ingress-istio-ingressgateway.yml
...emplates/networkpolicies/ingress-istio-ingressgateway.yml
+3
-1
No files found.
CHANGELOG.md
View file @
8d548afb
...
@@ -4,6 +4,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
...
@@ -4,6 +4,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
---
---
## [0.0.6-bb.0] - 2021-06-09
### Fixed
-
Bug with istio network policy, allow egress in ns
## [0.0.5-bb.0] - 2021-06-02
## [0.0.5-bb.0] - 2021-06-02
### Changed
### Changed
...
...
chart/Chart.yaml
View file @
8d548afb
apiVersion
:
v2
apiVersion
:
v2
name
:
twistlock
name
:
twistlock
version
:
0.0.
5
-bb.0
version
:
0.0.
6
-bb.0
appVersion
:
21.04.412
appVersion
:
21.04.412
dependencies
:
dependencies
:
-
name
:
gluon
-
name
:
gluon
...
...
chart/templates/networkpolicies/
ingress-
allow-ns.yml
→
chart/templates/networkpolicies/allow-
in-
ns.yml
View file @
8d548afb
...
@@ -2,13 +2,17 @@
...
@@ -2,13 +2,17 @@
apiVersion
:
networking.k8s.io/v1
apiVersion
:
networking.k8s.io/v1
kind
:
NetworkPolicy
kind
:
NetworkPolicy
metadata
:
metadata
:
name
:
ingress-
allow-ns
name
:
allow-
in-
ns
namespace
:
"
{{
.Release.Namespace
}}
"
namespace
:
{{
.Release.Namespace
}}
spec
:
spec
:
ingress
:
podSelector
:
{}
-
from
:
-
podSelector
:
{}
# all pods in namespace
podSelector
:
{}
# all pods
policyTypes
:
policyTypes
:
-
Ingress
-
Ingress
-
Egress
ingress
:
-
from
:
-
podSelector
:
{}
egress
:
-
to
:
-
podSelector
:
{}
{{
- end
}}
{{
- end
}}
chart/templates/networkpolicies/ingress-istio-ingressgateway.yml
View file @
8d548afb
...
@@ -7,7 +7,7 @@ metadata:
...
@@ -7,7 +7,7 @@ metadata:
spec
:
spec
:
podSelector
:
podSelector
:
matchLabels
:
matchLabels
:
app
:
twistlock-console
name
:
twistlock-console
policyTypes
:
policyTypes
:
-
Ingress
-
Ingress
ingress
:
ingress
:
...
@@ -20,5 +20,7 @@ spec:
...
@@ -20,5 +20,7 @@ spec:
{{
- toYaml .Values.networkPolicies.ingressLabels | nindent 12
}}
{{
- toYaml .Values.networkPolicies.ingressLabels | nindent 12
}}
ports
:
ports
:
-
port
:
8081
#Default UI console Port
-
port
:
8081
#Default UI console Port
protocol
:
TCP
-
port
:
8083
#TLS configured UI console Port
-
port
:
8083
#TLS configured UI console Port
protocol
:
TCP
{{
- end
}}
{{
- end
}}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment