Skip to content

Commit 9bbb314

Browse files
committed
docs: Refine AUTH_OID removal entries
1 parent e45b086 commit 9bbb314

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

modules/ROOT/partials/release-notes/release-26.3.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,14 +371,17 @@ The webhook can be disabled using `--disable-restarter-mutating-webhook` or by s
371371
===== Apache Airflow
372372

373373
*Breaking:* Users of the `EXPERIMENTAL_FILE_HEADER` and `EXPERIMENTAL_FILE_FOOTER` fields who rely on `AUTH_OID` from the `flask_appbuilder.const` import must switch to `AUTH_OAUTH`.
374+
375+
If you are using Airflow < 3.1 and still require `AUTH_OID`, you can manually import it by following the xref:airflow:usage-guide/overrides.adoc#_configuration_properties[documented instructions].
374376
Removed in https://github.com/stackabletech/airflow-operator/pull/737[airflow-operator#737].
375377

376378
[#superset-removals-26_3_0]
377379
===== Apache Superset
378380

379-
*Breaking:* `AUTH_OID` will no longer be automatically imported in the superset_config.py, and is no longer available from Superset 6.0.0 onwards.
381+
*Breaking:* Users of the `EXPERIMENTAL_FILE_HEADER` and `EXPERIMENTAL_FILE_FOOTER` fields who rely on `AUTH_OID` from the `flask_appbuilder.security.manager` import must switch to `AUTH_OAUTH`.
382+
380383
If you are using Superset < 6.0.0 and still require `AUTH_OID`, you can manually import it by following the xref:superset:usage-guide/configuration-environment-overrides.adoc#_configuration_properties[documented instructions].
381-
Removed in https://github.com/stackabletech/docker-images/issues/1382[docker-images#1382].
384+
Removed in https://github.com/stackabletech/superset-operator/pull/680[superset-operator#680] and https://github.com/stackabletech/docker-images/issues/1382[docker-images#1382].
382385

383386
[#secret-removals-26_3_0]
384387
===== Stackable secret-operator

0 commit comments

Comments
 (0)