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/hdfs/pages/usage-guide/security.adoc
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ To configure HDFS to use Kerberos you first need to collect information about yo
12
12
Additionally you need a service-user, which the secret-operator uses to create create principals for the HDFS services.
13
13
14
14
=== 2. Create Kerberos SecretClass
15
-
Afterwards you need to enter all the needed information into a SecretClass, as described in xref:home:secret-operator:secretclass.adoc#backend-kerberoskeytab[secret-operator documentation].
15
+
Afterwards you need to enter all the needed information into a SecretClass, as described in xref:home:secret-operator:secretclass.adoc#backend-kerberoskeytab[secret-operator documentation].
16
16
The following guide assumes you have named your SecretClass `kerberos-hdfs`.
17
17
18
18
=== 3. Configure HDFS to use SecretClass
@@ -33,7 +33,7 @@ The `kerberos.secretClass` is used to give HDFS the possibility to request keyta
33
33
The `tlsSecretClass` is needed to request TLS certificates, used e.g. for the Web UIs.
34
34
35
35
36
-
=== 4. Verify that Kerberos is used
36
+
=== 4. Verify that Kerberos authentication is required
37
37
Use `stackablectl stacklet list` to get the endpoints where the HDFS namenodes are reachable.
38
38
Open the link (note that the namenode is now using https).
39
39
You should see a Web UI similar to the following:
@@ -74,5 +74,5 @@ spec:
74
74
----
75
75
76
76
== Wire encryption
77
-
In case kerberos is enabled, `Privacy` mode is used for best security.
78
-
Wire encryption without kerberos as well as https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/SecureMode.html#Data_confidentiality[other wire encryption modes] are *not* supported.
77
+
In case Kerberos is enabled, `Privacy` mode is used for best security.
78
+
Wire encryption without Kerberos as well as https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/SecureMode.html#Data_confidentiality[other wire encryption modes] are *not* supported.
0 commit comments