Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/modules/spark-k8s/pages/usage-guide/security.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ In this guide we show how to configure Spark applications to use Kerberos while

It is assumed that you have a KDC server running in your cluster and that the Stackable Secret Operator is configured to provision the keytab files as described in the xref:home:secret-operator:secretclass.adoc#backend-kerberoskeytab[secret-operator documentation].

For details on HDFS and Kerberos, see the xref:hdfs-operator:usage-guide:security.adoc[HDFS operator guide].
For details on HDFS and Kerberos, see the xref:hdfs:usage-guide/security.adoc[HDFS operator guide].

This guide makes use of a SecretClass named `kerberos`. It is assumed that this class exists and is configured with a `kerberosBackend`.

Expand Down
Loading