Dynatrace Operator security

  • Latest Dynatrace
  • 16-min read

Kubernetes observability relies on components with different purposes, default configurations, and permissions. These different components need permissions to perform and maintain operational function of Dynatrace within your cluster.

While Dynatrace permissions adhere to the principle of least privilege, make sure to secure the dynatrace namespace and limit access to a closed group of administrators and operators.

Permission list

Dynatrace Operator

Purpose: Maintains the lifecycle of Dynatrace components. Replaces OneAgent Operator.

Default configuration: 1-replica-per-cluster

RBAC objects:

  • Service Account dynatrace-operator
  • Cluster-Role dynatrace-operator
  • Role dynatrace-operator

Cluster-wide permissions

Resources accessedAPI groupAPIs usedResource names
nodes""Get/List/Watch
namespaces""Get/List/Watch/Update
secrets""Create
secrets""Get/Update/Delete/Listdynatrace-dynakube-config
dynatrace-bootstrapper-config
dynatrace-bootstrapper-certs
dynatrace-metadata-enrichment-endpoint
dynatrace-otlp-exporter-config
dynatrace-otlp-exporter-certs
mutatingwebhookconfigurationsadmissionregistration.k8s.ioGet/Updatedynatrace-webhook
validatingwebhookconfigurationsadmissionregistration.k8s.ioGet/Updatedynatrace-webhook
customresourcedefinitionsapiextensions.k8s.ioGet/Updatedynakubes.dynatrace.com
edgeconnects.dynatrace.com
customresourcedefinitions/statusapiextensions.k8s.ioGet/Updatedynakubes.dynatrace.com
edgeconnects.dynatrace.com
securitycontextconstraintssecurity.openshift.ioUseprivileged
nonroot-v2

Namespace dynatrace permissions

Resources accessedAPI groupAPIs usedResource names
dynakubesdynatrace.comGet/List/Watch/Update
edgeconnectsdynatrace.comGet/List/Watch/Update
dynakubes/finalizersdynatrace.comUpdate
edgeconnects/finalizersdynatrace.comUpdate
dynakubes/statusdynatrace.comUpdate
edgeconnects/statusdynatrace.comUpdate
statefulsetsappsGet/List/Watch/Create/Update/Delete
daemonsetsappsGet/List/Watch/Create/Update/Delete
replicasetsappsGet/List/Watch/Create/Update/Delete
deploymentsappsGet/List/Watch/Create/Update/Delete
deployments/finalizersappsUpdate
configmaps""Get/List/Watch/Create/Update/Delete
pods""Get/List/Watch
secrets""Get/List/Watch/Create/Update/Delete
events""Create/Get/List/Patch
services""Create/Update/Delete/Get/List/Watch
serviceentriesnetworking.istio.ioGet/List/Create/Update/Delete
virtualservicesnetworking.istio.ioGet/List/Create/Update/Delete
leasescoordination.k8s.ioGet/Update/Create

Dynatrace Operator Webhook Server

Purposes:

  • Modifies pod definitions to include Dynatrace code modules for application observability
  • Validates DynaKube custom resources
  • Handles the DynaKube conversion between versions

Default configuration: 1-replica-per-cluster, can be scaled

RBAC objects:

  • Service Account dynatrace-webhook
  • Cluster-Role dynatrace-webhook
  • Role dynatrace-webhook

Cluster-wide permissions

Resources accessedAPI groupAPIs usedResource names
namespaces""Get/List/Watch/Update
secrets""Create
secrets""Get/List/Watch/Updatedynatrace-dynakube-config
dynatrace-bootstrapper-config
dynatrace-bootstrapper-certs
dynatrace-metadata-enrichment-endpoint
dynatrace-otlp-exporter-config
dynatrace-otlp-exporter-certs
replicationcontrollers""Get
replicasetsappsGet
statefulsetsappsGet
daemonsetsappsGet
deploymentsappsGet
jobsbatchGet
cronjobsbatchGet
deploymentconfigsapps.openshift.ioGet
securitycontextconstraintssecurity.openshift.ioUseprivileged
nonroot-v2

Namespace dynatrace permissions

Resources accessedAPI groupAPIs usedResource names
events""Create/Patch
secrets""Get/List/Watch
pods""Get/List/Watch
configmaps""Get/List/Watch
dynakubesdynatrace.comGet/List/Watch

Dynatrace Operator CSI driver

Purpose:

  • For applicationMonitoring configurations, it provides the necessary OneAgent binary for application monitoring to the pods on each node.
  • For hostMonitoring configurations, it provides a writable folder for the OneAgent configurations when a read-only host file system is used.
  • For cloudNativeFullStack, it provides both of the above.

Default configuration: 1-replica-per-node (deployed via a DaemonSet)

RBAC objects:

  • Service Account dynatrace-oneagent-csi-driver
  • Cluster-Role dynatrace-oneagent-csi-driver
  • Role dynatrace-oneagent-csi-driver

Cluster-wide permission

Resources accessedAPI groupAPIs usedResource names
securitycontextconstraintssecurity.openshift.ioUseprivileged

Namespace dynatrace permissions

Resources accessedAPI groupAPIs usedResource names
dynakubesdynatrace.comGet/List/Watch
secrets""Get/List/Watch
configmaps""Get/List/Watch
dynakubes/finalizersdynatrace.comUpdate
jobsbatchGet/List/Create/Delete/Watch
events""Create/Patch

ActiveGate

Kubernetes Platform Monitoring

Purpose: collects cluster and workload metrics, events, and status from the Kubernetes API.

Default configuration: 1-replica-per-cluster, can be scaled

RBAC objects:

  • Service Account: dynatrace-kubernetes
  • Cluster-Roles:
    • dynatrace-kubernetes-monitoring
      • Used to aggregate all ClusterRoles with the label rbac.dynatrace.com/aggregate-to-monitoring: "true"
    • dynatrace-kubernetes-monitoring-default
Cluster-wide permissions
Resources accessedAPI groupAPIs usedResource names
nodes""List/Watch/Get
pods""List/Watch/Get
namespaces""List/Watch/Get
replicationcontrollers""List/Watch/Get
events""List/Watch/Get
resourcequotas""List/Watch/Get
pods/proxy""List/Watch/Get
nodes/proxy""List/Watch/Get
nodes/metrics""List/Watch/Get
services""List/Watch/Get
persistentvolumeclaims""List/Watch/Get
persistentvolumes""List/Watch/Get
jobsbatchList/Watch/Get
cronjobsbatchList/Watch/Get
deploymentsappsList/Watch/Get
replicasetsappsList/Watch/Get
statefulsetsappsList/Watch/Get
daemonsetsappsList/Watch/Get
deploymentconfigsapps.openshift.ioList/Watch/Get
clusterversionsconfig.openshift.ioList/Watch/Get
dynakubesdynatrace.comList/Watch/Get
edgeconnectsdynatrace.comList/Watch/Get
customresourcedefinitionsapiextensions.k8s.ioList/Watch/Get
ingressesnetworking.k8s.ioList/Watch/Get
networkpoliciesnetworking.k8s.ioList/Watch/Get
securitycontextconstraintssecurity.openshift.ioUseprivileged
nonroot-v2

Dynatrace Kubernetes Security Posture Management (KSPM)

Purposes: Kubernetes Security Posture Management detects, analyzes, and continuously watches for misconfigurations, security hardening guidelines, and potential compliance violations in Kubernetes.

Default configuration: 1-replica-per-node (deployed via a DaemonSet)

RBAC objects:

  • Service Account dynatrace-node-config-collector
  • Cluster-Role dynatrace-kubernetes-monitoring-kspm
Cluster-wide permissions
Resources accessedAPI groupAPIs usedResource names
namespaces""Get/List/Watch
nodes""Get/List/Watch
pods""Get/List/Watch
replicationcontrollers""Get/List/Watch
serviceaccounts""Get/List/Watch
services""Get/List/Watch
cronjobsbatchGet/List/Watch
jobsbatchGet/List/Watch
daemonsetsappsGet/List/Watch
deploymentsappsGet/List/Watch
replicasetsappsGet/List/Watch
statefulsetsappsGet/List/Watch
networkpoliciesnetworking.k8s.ioGet/List/Watch
clusterrolebindingsrbac.authorization.k8s.ioGet/List/Watch
clusterrolesrbac.authorization.k8s.ioGet/List/Watch
rolebindingsrbac.authorization.k8s.ioGet/List/Watch
rolesrbac.authorization.k8s.ioGet/List/Watch

OneAgent

Purposes:

  • Collects host metrics from Kubernetes nodes.
  • Detects new containers and injects Dynatrace code modules into application pods using classic full-stack injection. Optional
  • Collects container logs from Kubernetes nodes.

Default configuration: 1-replica-per-node (deployed via a DaemonSet)

RBAC objects:

  • Service Account dynatrace-dynakube-oneagent
  • Cluster-Role dynatrace-dynakube-oneagent
  • Cluster-Role dynatrace-logmonitoring

Policy settings: Allows HostNetwork, HostPID, to use any volume types.

Necessary capabilities: CHOWN, DAC_OVERRIDE, DAC_READ_SEARCH, FOWNER, FSETID, KILL, NET_ADMIN, NET_RAW, SETFCAP, SETGID, SETUID, SYS_ADMIN, SYS_CHROOT, SYS_PTRACE, SYS_RESOURCE

Cluster-wide permissions

Resources accessedAPI groupAPIs usedResource names
nodes/proxy""Get
securitycontextconstraintssecurity.openshift.ioUseprivileged

Dynatrace Log Module

Purposes:

  • Collects container logs from Kubernetes nodes.

Default configuration: 1-replica-per-node (deployed via a DaemonSet)

RBAC objects:

  • Service Account dynatrace-logmonitoring
  • Cluster-Role dynatrace-logmonitoring

Cluster-wide permissions

Log monitoring requires the same cluster-wide permissions as OneAgent.

Dynatrace telemetry ingest

Purposes:

RBAC objects:

  • Service Accounts
    • dynatrace-otel-collector
  • Cluster-Roles
    • dynatrace-telemetry-ingest

Cluster-wide permissions

Resources accessedAPI groupAPIs usedResource names
pods""Get/Watch/List
namespaces""Get/Watch/List
nodes""Get/Watch/List
replicasetsappsGet/List/Watch
securitycontextconstraintssecurity.openshift.ioUseprivileged

Extensions

Purposes:

  • Extensions extend Dynatrace analytics capabilities by ingesting data from various sources, such as third-party applications, services, and custom metrics. See Extensions for more information.

Default configuration:

The following components are required, regardless of which extensions are used:

  • Extension Execution Controller (EEC): 1-replica-per-cluster

RBAC objects:

Depending on the used extension, the following RBAC objects are required.

  • Service Accounts
    • dynatrace-extension-controller-prometheus
    • dynatrace-extension-controller-database
  • Roles
    • dynatrace-extension-controller-prometheus
    • dynatrace-extension-controller-database
Namespace dynatrace permissions

Prometheus extension

Resources accessedAPI groupAPIs usedResource names
securitycontextconstraintssecurity.openshift.ioUseprivileged

Database extension

Resources accessedAPI groupAPIs usedResource names
pods""List
securitycontextconstraintssecurity.openshift.ioUsenonroot-v2

Prometheus extension

Purpose:

  • Collects metrics from Prometheus endpoints in your cluster.

Default configuration:

  • Prometheus datasource: replicas-set-in-dynakube (no default, replicas set in the DynaKube)

RBAC objects:

  • Service Accounts
    • dynatrace-otel-collector
  • Cluster-Roles
    • dynatrace-extensions-prometheus
Cluster-wide permissions
Resources accessedAPI groupAPIs usedResource names
pods""Get/List/Watch
namespaces""Get/List/Watch
endpoints""Get/List/Watch
services""Get/List/Watch
nodes""Get/List/Watch
nodes/metrics""Get/List/Watch
deploymentsappsGet/List/Watch
daemonsetsappsGet/List/Watch
replicasetsappsGet/List/Watch
statefulsetsappsGet/List/Watch
securitycontextconstraintssecurity.openshift.ioUseprivileged

Database extension

Purpose:

  • Collects metrics from database endpoints in your cluster.

Default configuration:

  • SQL Extension Executor: replicas-set-in-dynakube (no default, replicas set in the DynaKube)

RBAC objects:

  • Service Accounts
    • dynatrace-sql-ext-exec
  • Roles
    • dynatrace-sql-ext-exec
Namespace dynatrace permissions
Resources accessedAPI groupAPIs usedResource names
pods""List

Dynatrace Operator supportability

Purposes:

RBAC objects:

  • Role dynatrace-operator-supportability

Opt-out:

  • You can opt out of this feature by setting the Dynatrace Operator Helm chart value rbac.supportability to false.

Disabling this feature will make it harder to provide the necessary information when opening support cases regarding Dynatrace Operator.

Namespace dynatrace permissions

Resources accessedAPI groupAPIs usedResource names
pods/log""Get
pods/exec""Create
jobsbatchGet/List

Dynatrace Operator API upgrade support

Purposes:

  • Start dynatrace-operator-crd-storage-migration Job for automatic cleanup of removed Dynakube API versions in pre-upgrade Helm hook.

RBAC objects:

  • ClusterRole dynatrace-crd-storage-migration
  • Role dynatrace-crd-storage-migration
  • ServiceAccount dynatrace-crd-storage-migration

Opt-in:

  • You can opt-out of this feature by setting the Dynatrace Operator Helm chart value crdStorageMigrationJob to false.

Cluster wide permissions

Resources accessedAPI groupAPIs usedResource names
customresourcedefinitionsapiextensions.k8s.ioGet/Updatedynakubes.dynatrace.com
edgeconnects.dynatrace.com
customresourcedefinitions/statusapiextensions.k8s.ioGet/Updatedynakubes.dynatrace.com
edgeconnects.dynatrace.com
securitycontextconstraintssecurity.openshift.ioUsenonroot-v2

Namespace dynatrace permissions

Resources accessedAPI groupAPIs usedResource names
dynakubesdynatrace.comGet/List/Watch/Update
edgeconnectsdynatrace.comGet/List/Watch/Update

Security Controls of Dynatrace Operator components

The following table presents a detailed analysis of the security controls for Kubernetes components: Dynatrace Operator, Dynatrace Operator webhook, and Dynatrace Operator CSI driver. This report is based on:

Standards and abbreviations:

The Standard column references these abbreviations.

Dynatrace Operator components

Green background check mark Satisfied
Warning Exception (see expand below)
Configurable Planned improvement (see expand below)

Security controlStandardOperatorWebhookCSI driver
Disallow privileged containers1CIS 5.2.2 / PSS BaselineSatisfiedSatisfiedException
Disallow privilege escalation2CIS 5.2.6 / PSS RestrictedSatisfiedSatisfiedException
Disallow containers running as root3CIS 5.2.7 / PSS RestrictedSatisfiedSatisfiedException
Limit access to secrets (RBAC)CIS 5.1.4Planned improvementPlanned improvementPlanned improvement
Disallow use of HostPath volumes4CIS 5.2.12 / PSS BaselineSatisfiedSatisfiedException
Restrict automounting of service account token5CIS 5.1.6ExceptionExceptionException
Disallow use of too many or insecure capabilitiesCIS 5.2.8 / 5.2.9 / 5.2.10 / PSS RestrictedSatisfiedSatisfiedSatisfied
Disallow use of HostPortsCIS 5.2.13 / PSS BaselineSatisfiedSatisfiedSatisfied
Disallow access to host networkCIS 5.2.5 / PSS BaselineSatisfiedSatisfiedSatisfied
Disallow use of host PIDCIS 5.2.3 / PSS BaselineSatisfiedSatisfiedSatisfied
Disallow use of host IPCCIS 5.2.4 / PSS BaselineSatisfiedSatisfiedSatisfied
Require readOnlyRootFilesystemBest practiceSatisfiedSatisfiedSatisfied
Require resource limits6Best practiceSatisfiedSatisfiedSatisfied
Demand seccomp (at least default/runtime)CIS 5.7.2 / PSS RestrictedSatisfiedSatisfiedSatisfied
Disallow secrets mounted as env variableCIS 5.4.1SatisfiedSatisfiedSatisfied
Restrict sysctlsPSS BaselineSatisfiedSatisfiedSatisfied
Restrict AppArmorPSS BaselineSatisfiedSatisfiedSatisfied
Disallow SELinux7PSS BaselineSatisfiedSatisfiedException
/proc mount typePSS BaselineSatisfiedSatisfiedSatisfied
1

CSI driver requires elevated permissions to create and manage mounts on the host system. For more details, see CSI driver privileges.

2

CSI driver requires elevated permissions to create and manage mounts on the host system. For more details, see CSI driver privileges.

3

CSI driver communicates with kubelet using a socket on the host, to access this socket the CSI driver needs to run as root.

4

CSI driver stores/caches the OneAgent binaries on the host's filesystem, in order to do that it needs a hostVolume mount.

5

Dynatrace Operator, Webhook, and CSI driver components need to communicate with the Kubernetes API.

6

CSI driver provisioner has no resources limits by default in order to provide the best performance during provisioning; limits can be set via Helm chart values.

7

CSI driver needs seLinux level s0 for the application pods to see files from the volume created by the CSI driver.

Planned improvement:
Namespace-scoped Roles for the Operator, Webhook, and CSI driver currently allow access to all secrets within their namespace. Improvement planned to restrict these Roles to specific secret names, consistent with ClusterRole configuration.

Managed components

Green background check mark Satisfied
Warning Exception (see expand below)
Configurable Planned improvement (see expand below)

Security controlStandardOneAgentExtensions controllerDynatrace CollectorActiveGateEdgeConnectKSPMOneAgent Log Module
Disallow privileged containers1CIS 5.2.2 / PSSBExceptionSatisfiedSatisfiedSatisfiedSatisfiedSatisfiedException
Disallow privilege escalation2CIS 5.2.6 / PSSRExceptionSatisfiedSatisfiedSatisfiedSatisfiedSatisfiedException
Disallow containers running as root3CIS 5.2.7 / PSSRExceptionSatisfiedSatisfiedSatisfiedSatisfiedExceptionSatisfied
Disallow use of too many or insecure capabilities4CIS 5.2.8 / 5.2.9 / 5.2.10 / PSSRExceptionSatisfiedSatisfiedSatisfiedSatisfiedExceptionException
Limit access to secrets (RBAC)CIS 5.1.4SatisfiedSatisfiedSatisfiedSatisfiedSatisfiedSatisfiedSatisfied
Disallow use of HostPath volumes5CIS 5.2.12 / PSSBExceptionSatisfiedSatisfiedSatisfiedSatisfiedExceptionException
Disallow use of HostPortsCIS 5.2.13 / PSSBSatisfiedSatisfiedSatisfiedSatisfiedSatisfiedSatisfiedSatisfied
Disallow access to host network6CIS 5.2.5 / PSSBExceptionSatisfiedSatisfiedSatisfiedSatisfiedSatisfiedSatisfied
Disallow use of host PID7CIS 5.2.3 / PSSBExceptionSatisfiedSatisfiedSatisfiedSatisfiedExceptionSatisfied
Disallow use of host IPCCIS 5.2.4 / PSSBSatisfiedSatisfiedSatisfiedSatisfiedSatisfiedSatisfiedSatisfied
Require readOnlyRootFilesystemBest practiceSatisfiedSatisfiedSatisfiedSatisfiedSatisfiedSatisfiedSatisfied
Require Resource limits10Best practiceSatisfiedSatisfiedSatisfiedSatisfiedSatisfiedSatisfiedPlanned improvement
Demand seccomp to be used (at least default/runtime)8CIS 5.7.2 / PSSRExceptionSatisfiedSatisfiedExceptionExceptionExceptionException
Disallow Secrets mounted as env variableCIS 5.4.1SatisfiedSatisfiedPlanned improvementSatisfiedSatisfiedSatisfiedSatisfied
Restrict sysctlsPSSBSatisfiedSatisfiedSatisfiedSatisfiedSatisfiedSatisfiedSatisfied
Restrict AppArmorPSSBSatisfiedSatisfiedSatisfiedSatisfiedSatisfiedSatisfiedSatisfied
Disallow SELinuxPSSBSatisfiedSatisfiedSatisfiedSatisfiedSatisfiedSatisfiedSatisfied
Restrict automounting of service account token9CIS 5.1.6ExceptionExceptionExceptionExceptionExceptionExceptionException
/proc Mount TypePSSBSatisfiedSatisfiedSatisfiedSatisfiedSatisfiedSatisfiedSatisfied
1

OneAgent: OneAgent DaemonSet runs with host-level privileges for full-stack visibility (network, processes, file system).
OneAgent Log Module: LogAgent needs to run as privileged container on OCP cluster to access its persistent storage. OCP persistent storage using hostPath.

2

OneAgent: Required for init containers that instrument processes before startup.
OneAgent Log Module: AllowPrivilegeEscalation is always true when the container is run as privileged. Configure a Security Context for a Pod or Container.

3

OneAgent: OneAgent DaemonSet runs with host-level privileges for full-stack visibility (network, processes, file system).
KSPM: KSPM mounts the host root filesystem / to perform configuration and security scans; hostPath restriction evaluation is planned.

4

OneAgent: Requires limited Linux capabilities (for example, NET_RAW) for network observability.
KSPM: KSPM requires specific Linux capabilities to scan and collect system configuration and security data; this is by design and cannot be removed.
OneAgent Log Module: LogAgent needs additional capability to get access to all monitored log files.

5

OneAgent: OneAgent DaemonSet runs with host-level privileges for full-stack visibility (network, processes, file system).
KSPM: KSPM mounts the host root filesystem / for node-level scanning; improvement under review to restrict mounted paths.
OneAgent Log Module: Needs access to log files on the host's filesystem.

6

OneAgent: Uses host network namespace to monitor network traffic.

7

OneAgent: Uses host PID namespace to correlate process metrics.
KSPM: KSPM requires host PID namespace access for the node collector to gather process-level data. This requirement will be documented.

8

OneAgent: Uses default runtime seccomp profile; explicit setting planned.
ActiveGate: ActiveGate runs with minimal elevated privileges to manage inbound connections.
EdgeConnect: EdgeConnect currently lacks an explicit seccomp profile; addition is planned in future releases. This control is being addressed in upcoming releases.
KSPM: KSPM mounts the host root filesystem / to perform configuration and security scans; hostPath restriction evaluation is planned.
OneAgent Log Module: The seccomp profile can be set via DynaKube in order to run in secure computing mode.

9

OneAgent, Extensions Controller, Dynatrace Collector, ActiveGate, EdgeConnect, and KSPM components need to communicate with the Kubernetes API.

10

OneAgent Log Module: The limits are highly dependent on the amount of data processed. Can be set via DynaKube.

Planned improvement:
Disallow Secrets mounted as env variable: Dynatrace Collector currently uses environment variables for tokens; migrating to secret files is planned.

Pod security policies

These permissions used to be managed using a PodSecurityPolicy (PSP), but in Kubernetes version 1.25 PSPs will be removed from the following components:

Dynatrace Operator version 0.2.1 is the last version in which PSPs are applied by default, so it's up to you to enforce these rules. As PSP alternatives, you can use other policy enforcement tools such as:

If you choose to use a PSP alternative, be sure to provide the necessary permissions to the Dynatrace components.

Dynatrace Operator security context constraints

Dynatrace Operator version 0.12.0+

Starting with Dynatrace Operator version 0.12.0, the built-in creation of custom security context constraints (SCCs) has been removed for Dynatrace Operator and Dynatrace Operator–managed components. This change was made to reduce complications caused by custom SCCs in unique OpenShift setups.

Despite this update, the components maintain the same permissions and security requirements as before.

The following tables show the SCCs used in different versions of Dynatrace Operator and OpenShift.

Resources accessedCustom SCC used in Dynatrace Operator versions earlier than 0.12.0SCC in Dynatrace Operator version 0.12.0+ and OpenShift earlier than 4.11
Dynatrace Operatordynatrace-operatorprivileged1
Dynatrace Operator Webhook Serverdynatrace-webhookprivileged1
Dynatrace Operator CSI driverdynatrace-oneagent-csi-driverprivileged1
ActiveGatedynatrace-activegateprivileged1
OneAgentdynatrace-dynakube-oneagent-privileged
dynatrace-dynakube-oneagent-unprivileged
privileged1
Resources accessedCustom SCC used in Dynatrace Operator versions earlier than 0.12.0SCC in Dynatrace Operator version 0.12.0+ and OpenShift 4.11+
Dynatrace Operatordynatrace-operatornonroot-v2
Dynatrace Operator Webhook Serverdynatrace-webhooknonroot-v2
Dynatrace Operator CSI driverdynatrace-oneagent-csi-driverprivileged1
ActiveGatedynatrace-activegatenonroot-v2
OneAgentdynatrace-dynakube-oneagent-privileged
dynatrace-dynakube-oneagent-unprivileged
privileged1
1

This SCC is the only built-in OpenShift SCC that allows usage of seccomp, which our components have set by default, and also the usage of CSI volumes.

It is still possible to create your own more permissive or restrictive SCCs that take your specific setup into consideration. You can safely remove the old SCCs that were created by a previous Dynatrace Operator version.

To remove the old SCCs, use the following command:

oc delete scc <scc-name>