istio update to 1.23.5-bb.1
Status | Pipeline | Created by | Stages | |
---|---|---|---|---|
Passed 00:35:29
| Stage: 🎛 prevar Stage: 🔥 smoke tests |
Download artifacts
No artifacts found |
UNCLASSIFIED - NO CUI
Currently supported Big Bang Version is 2.51
https://repo1.dso.mil/big-bang/product/packages/istio-controlplane/-/blob/1.23.5-bb.1/CHANGELOG.md
big-bang/product/packages/istio-controlplane!339 (merged)
Part of #1559 (closed)
This version of the istio control plane includes a bundled EnvoyFilter
that
makes it simple to add classification banners to any of your workloads:
The EnvoyFilter
is deployed in the istio-system
namespace so it's available
cluster-wide. To enable the banner on a particular workload, it's as simple as
adding the following label to the pod's metadata:
classification-banner.bigbang.dev/inject: "true"
This will add a classification banner at the default unclassified
level.
The banner can be further configured with annotations on the workload:
classification-banner.bigbang.dev/bottom-banner: "true"
The EnvoyFilter
includes built-in support for several common classification markings.
NOTE: All classification markings you see below are for demonstration purposes only. No classified material is included in these images.
classification-banner.bigbang.dev/classification-level: controlled
classification-banner.bigbang.dev/classification-level: secret
classification-banner.bigbang.dev/classification-level: top secret
classification-banner.bigbang.dev/classification-level: sci
If none of the built-in classification levels meet your needs, you can customize the classification text, text color, and background:
classification-banner.bigbang.dev/text: SUPER DUPER TOP SECRET
classification-banner.bigbang.dev/text-color: white
classification-banner.bigbang.dev/background: black
If the default classification banner injection does not work correctly with your workload, you can also inject your own custom HTML tailored to the application:
classification-banner.bigbang.dev/custom-html: |
<div style="position: absolute; inset: 0; width: 100svw; height: 100svh; z-index: 9999">
<h1 style="font-size: 16rem">
Hi Mom!
</h1>
</div>
Status | Pipeline | Created by | Stages | |
---|---|---|---|---|
Passed 00:35:29
| Stage: 🎛 prevar Stage: 🔥 smoke tests |
Download artifacts
No artifacts found |
UNCLASSIFIED - NO CUI