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/modules/hive/pages/usage-guide/security.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,14 @@
3
3
== Authentication
4
4
Currently, the only supported authentication mechanism is Kerberos, which is disabled by default.
5
5
For Kerberos to work a Kerberos KDC is needed, which the users need to provide.
6
-
The xref:home:secret-operator:secretclass.adoc#backend-kerberoskeytab[secret-operator documentation] states which kind of Kerberos servers are supported and how they can be configured.
6
+
The xref:secret-operator:secretclass.adoc#backend-kerberoskeytab[secret-operator documentation] states which kind of Kerberos servers are supported and how they can be configured.
7
7
8
8
=== 1. Prepare Kerberos server
9
9
To configure HDFS to use Kerberos you first need to collect information about your Kerberos server, e.g. hostname and port.
10
10
Additionally, you need a service-user which the secret-operator uses to create principals for the HDFS services.
11
11
12
12
=== 2. Create Kerberos SecretClass
13
-
The next step is to enter all the necessary information into a SecretClass, as described in xref:home:secret-operator:secretclass.adoc#backend-kerberoskeytab[secret-operator documentation]. The following guide assumes you have named your SecretClass `kerberos`.
13
+
The next step is to enter all the necessary information into a SecretClass, as described in xref:secret-operator:secretclass.adoc#backend-kerberoskeytab[secret-operator documentation]. The following guide assumes you have named your SecretClass `kerberos`.
14
14
15
15
=== 3. Configure HDFS to use SecretClass
16
16
The next step is to configure your HdfsCluster to use the newly created SecretClass. Please follow the xref:hdfs:usage-guide/security.adoc[HDFS security guide] to set up and test this.
0 commit comments