Skip to content

Commit 21ab3ce

Browse files
committed
docs: remove home module from refs (stackabletech/documentation#637)
1 parent 669691c commit 21ab3ce

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/modules/airflow/pages/usage-guide/logging.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ spec:
3838
----
3939

4040
Further information on how to configure logging, can be found in
41-
xref:home:concepts:logging.adoc[].
41+
xref:concepts:logging.adoc[].
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
= Monitoring
22

33
The managed Airflow instances are automatically configured to export Prometheus metrics. See
4-
xref:home:operators:monitoring.adoc[] for more details.
4+
xref:operators:monitoring.adoc[] for more details.

docs/modules/airflow/pages/usage-guide/security.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ image::airflow_security.png[Airflow Security menu]
1212

1313
=== LDAP
1414

15-
Airflow supports xref:home:concepts:authentication.adoc[authentication] of users against an LDAP server. This requires setting up an AuthenticationClass for the LDAP server.
15+
Airflow supports xref:concepts:authentication.adoc[authentication] of users against an LDAP server. This requires setting up an AuthenticationClass for the LDAP server.
1616
The AuthenticationClass is then referenced in the AirflowCluster resource as follows:
1717

1818
[source,yaml]
@@ -35,7 +35,7 @@ spec:
3535

3636
Users that log in with LDAP are assigned to a default https://airflow.apache.org/docs/apache-airflow/stable/security/access-control.html#access-control[Role] which is specified with the `userRegistrationRole` property.
3737

38-
You can follow the xref:home:tutorials:authentication_with_openldap.adoc[] tutorial to learn how to set up an AuthenticationClass for an LDAP server, as well as consulting the {crd-docs}/authentication.stackable.tech/authenticationclass/v1alpha1/[AuthenticationClass reference {external-link-icon}^].
38+
You can follow the xref:tutorials:authentication_with_openldap.adoc[] tutorial to learn how to set up an AuthenticationClass for an LDAP server, as well as consulting the {crd-docs}/authentication.stackable.tech/authenticationclass/v1alpha1/[AuthenticationClass reference {external-link-icon}^].
3939

4040
The users and roles can be viewed as before in the Webserver UI, but note that the blue "+" button is not available when authenticating against LDAP:
4141

0 commit comments

Comments
 (0)