Skip to content

Commit

Permalink
Merge pull request #479 from stackabletech/fix/release-23.1-remove-ho…
Browse files Browse the repository at this point in the history
…me-xref

docs: remove home module from refs (stackabletech/documentation#637)
  • Loading branch information
maltesander authored Aug 1, 2024
2 parents cea6961 + 19801b7 commit 61cb45b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/modules/airflow/pages/usage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
== Monitoring

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

== Configuration & Environment Overrides

Expand Down Expand Up @@ -53,7 +53,7 @@ The Airflow Operator currently does not support using https://kubernetes.io/docs

=== Resource Requests

include::home:concepts:stackable_resource_requests.adoc[]
include::concepts:stackable_resource_requests.adoc[]

If no resource requests are configured explicitely, the operator uses the following defaults:

Expand Down Expand Up @@ -112,7 +112,7 @@ image::airflow_security.png[Airflow Security menu]

=== LDAP

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

[source,yaml]
Expand All @@ -136,7 +136,7 @@ spec:

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.

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 xref:reference:authenticationclass.adoc[] reference.
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 xref:reference:authenticationclass.adoc[] reference.

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:

Expand Down Expand Up @@ -171,7 +171,7 @@ spec:
== Monitoring

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

== Mounting DAGs

Expand Down

0 comments on commit 61cb45b

Please sign in to comment.