Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions docs/modules/airflow/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
:airflow: https://airflow.apache.org/
:dags: https://airflow.apache.org/docs/apache-airflow/stable/core-concepts/dags.html
:github: https://github.com/stackabletech/airflow-operator/
:crd: {crd-docs-base-url}/airflow-operator/{crd-docs-version}/
:crd-airflowcluster: {crd-docs}/airflow.stackable.tech/airflowcluster/v1alpha2/
:crd: {crd-ref}{crd-ref-release}&operator=airflow-operator

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:crd-airflowcluster: {crd-ref}/airflow.stackable.tech/v1alpha2/airflowcluster{crd-ref-release}

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:hub: {hub-base-url}/components/airflow
:deferrable-operators: https://airflow.apache.org/docs/apache-airflow/stable/authoring-and-scheduling/deferring.html#deferrable-operators-triggers

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/airflow/pages/reference/crds.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= CRD Reference

Find all CRD reference for the Stackable Operator for Apache Airfow at: {crd-docs-base-url}/airflow-operator/{crd-docs-version}.
Find all CRD reference for the Stackable Operator for Apache Airfow at: {crd-ref}{crd-ref-release}&operator=airflow-operator.

@lfrancke lfrancke Sep 15, 2026

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

crd-ref = https://hub.stackable.tech/crds
crd-ref-release = ?release=dev

So it'll go to https://hub.stackable.tech/crds?release=dev&operator=airflow-operator

"release=dev" will be replaced with the correct version of the branch we're looking at.

2 changes: 1 addition & 1 deletion docs/modules/airflow/pages/usage-guide/security.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Users that log in with LDAP are assigned to a default {airflow-access-control-do

TLS verification for the authentication connection cannot be disabled; the operator rejects an AuthenticationClass that turns it off.

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}^].
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-ref}/authentication.stackable.tech/v1alpha1/authenticationclass{crd-ref-release}[AuthenticationClass reference {external-link-icon}^].

@lfrancke lfrancke Sep 15, 2026

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


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

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/airflow/partials/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
* xref:airflow:troubleshooting/index.adoc[]
* xref:airflow:reference/index.adoc[]
** xref:airflow:reference/crds.adoc[]
*** {crd-docs}/airflow.stackable.tech/airflowcluster/v1alpha2/[AirflowCluster {external-link-icon}^]
*** {crd-ref}/airflow.stackable.tech/v1alpha2/airflowcluster{crd-ref-release}[AirflowCluster {external-link-icon}^]
** xref:airflow:reference/commandline-parameters.adoc[]
** xref:airflow:reference/environment-variables.adoc[]