UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fluentbit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Big Bang
Universe
Product
fluentbit
Merge requests
!66
PeerAuthentication to enable STRICT mTLS
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
PeerAuthentication to enable STRICT mTLS
1018-mtls
into
main
Overview
16
Commits
12
Pipelines
12
Changes
5
Merged
Tunde Oladipupo
requested to merge
1018-mtls
into
main
3 years ago
Overview
12
Commits
12
Pipelines
12
Changes
5
Expand
relates to
https://repo1.dso.mil/platform-one/big-bang/bigbang/-/issues/1018
0
0
Merge request reports
Compare
main
version 11
9e51e90a
3 years ago
version 10
75b8ac15
3 years ago
version 9
084f04dd
3 years ago
version 8
030fd2b6
3 years ago
version 7
1c6a8cb3
3 years ago
version 6
7bdd5b89
3 years ago
version 5
e748cbe3
3 years ago
version 4
2bc74562
3 years ago
version 3
63fe9a92
3 years ago
version 2
24f5d558
3 years ago
version 1
42fbf8e3
3 years ago
main (base)
and
latest version
latest version
5fdcd450
12 commits,
2 years ago
version 11
9e51e90a
11 commits,
3 years ago
version 10
75b8ac15
10 commits,
3 years ago
version 9
084f04dd
9 commits,
3 years ago
version 8
030fd2b6
8 commits,
3 years ago
version 7
1c6a8cb3
7 commits,
3 years ago
version 6
7bdd5b89
6 commits,
3 years ago
version 5
e748cbe3
5 commits,
3 years ago
version 4
2bc74562
4 commits,
3 years ago
version 3
63fe9a92
3 commits,
3 years ago
version 2
24f5d558
2 commits,
3 years ago
version 1
42fbf8e3
1 commit,
3 years ago
5 files
+
34
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
chart/templates/bigbang/peerauthentication/fluentbit.yaml
0 → 100644
+
19
−
0
Options
{{
- if .Values.istio.enabled
}}
apiVersion
:
"
security.istio.io/v1beta1"
kind
:
PeerAuthentication
metadata
:
name
:
fluentbit
namespace
:
{{
.Release.Namespace
}}
spec
:
mtls
:
mode
:
{{
.Values.istio.mtls.mode
}}
selector
:
matchLabels
:
{{
- include "fluent-bit.selectorLabels" . | nindent 6
}}
{{
- if and (eq .Values.istio.mtls.mode "STRICT") (.Capabilities.APIVersions.Has "monitoring.coreos.com/v1") .Values.serviceMonitor.enabled
}}
# Monitoring exception
portLevelMtls
:
"
{{
.Values.service.port
}}"
:
mode
:
PERMISSIVE
{{
- end
}}
{{
- end
}}
\ No newline at end of file
Loading