You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ChangeLog.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@
4
4
5
5
* This is the 2.8.0 release. The Splunk Operator for Kubernetes is a supported platform for deploying Splunk Enterprise with the prerequisites and constraints laid out [here](https://github.com/splunk/splunk-operator/blob/main/docs/README.md#prerequisites-for-the-splunk-operator)
6
6
7
+
* CSPL-3586 - Certify FIPS 140-3 Compliance
8
+
7
9
* CSPL-3624 - Update Helm Charts for 2.8.0 Support
8
10
9
11
* CSPL-3673 - Github Issue #1157: Failed to install the operator - CRD metadata.annotations too long
Copy file name to clipboardExpand all lines: docs/Security.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ The procedures to secure your deployment are the same regardless of your choice
19
19
|Splunk Web | Gateway Termination | NO |
20
20
|REST API | Gateway Termination | NO |
21
21
22
-
For more information about how to setup Ingress Controllers using the Operator visit [Ingress Documentation](https://github.com/splunk/splunk-operator/blob/develop/docs/Ingress.md).
22
+
For more information about how to setup Ingress Controllers using the Operator visit [Ingress Documentation](https://github.com/splunk/splunk-operator/blob/main/docs/Ingress.md).
* Deploy the app to the Splunk Enterprise instance. See [Install Apps using Splunk Operator](https://github.com/splunk/splunk-operator/blob/develop/docs/Examples.md#installing-splunk-apps).
77
+
* Deploy the app to the Splunk Enterprise instance. See [Install Apps using Splunk Operator](https://github.com/splunk/splunk-operator/blob/main/docs/Examples.md#installing-splunk-apps).
78
78
79
79
* Create the Ingress configuration to allow access to port 8000. This configuration creates a gateway and virtual service for passing the traffic through to the Splunk Enterprise instance.
80
80
@@ -219,9 +219,13 @@ Learn more about APIs available here: [REST Manual](https://docs.splunk.com/Docu
219
219
220
220
## Securing Forwarders
221
221
222
-
For examples on configuring the Ingress controller to accept data from Forwarders, and securing the data in Kubernetes, see: [Secure Forwarding](https://github.com/splunk/splunk-operator/blob/develop/docs/Ingress.md)
222
+
For examples on configuring the Ingress controller to accept data from Forwarders, and securing the data in Kubernetes, see: [Secure Forwarding](https://github.com/splunk/splunk-operator/blob/main/docs/Ingress.md)
223
223
224
224
225
225
## Password Management
226
226
227
-
In Kubernetes, sensitive information such as passwords, OAuth tokens, and ssh keys should be stored using the Secrets objects. Learn how to manage your passwords for Splunk Enterprise deployments in: [Password Management](https://github.com/splunk/splunk-operator/blob/develop/docs/PasswordManagement.md)
227
+
In Kubernetes, sensitive information such as passwords, OAuth tokens, and ssh keys should be stored using the Secrets objects. Learn how to manage your passwords for Splunk Enterprise deployments in: [Password Management](https://github.com/splunk/splunk-operator/blob/main/docs/PasswordManagement.md)
228
+
229
+
## Using a FIPS 140-3 Enabled Cluster
230
+
231
+
The Splunk Operator for Kubernetes is fully certified to run on FIPS 140-3 compliant clusters. No modifications to the provided container images are required. To get started, simply create a Kubernetes cluster with FIPS-compliant nodes and follow the standard [installation guide](https://github.com/splunk/splunk-operator/blob/main/docs/Install.md) to deploy the operator.
0 commit comments