Skip to content

Commit 5e85517

Browse files
razvanclaude
andcommitted
chore(openlineage): regenerate CRD after credentialsSecretName rename
Picks up the operator-rs change replacing authenticationClassRef with credentialsSecretName on OpenLineageConnection. See stackabletech/decisions#90 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 772346f commit 5e85517

3 files changed

Lines changed: 22 additions & 23 deletions

File tree

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extra/crds.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -735,12 +735,11 @@ spec:
735735
OpenLineage connection definition as a resource.
736736
Learn more about [OpenLineage](https://openlineage.io/).
737737
properties:
738-
authenticationClassRef:
738+
credentialsSecretName:
739739
description: |-
740-
Name of an [`AuthenticationClass`](https://docs.stackable.tech/home/nightly/concepts/authentication) used
741-
to authenticate against the OpenLineage backend. The `AuthenticationClass` is cluster-scoped
742-
and referenced by name; it is resolved at runtime via
743-
[`OpenLineageConnectionSpec::resolve_authentication_class`]. If not specified, no
740+
Name of a Secret containing the API key used to authenticate against the OpenLineage
741+
backend. The API key must be stored under the key `apiKey`. The Secret must be located in
742+
the same namespace as the workload using this connection. If not specified, no
744743
authentication is used.
745744
nullable: true
746745
type: string

0 commit comments

Comments
 (0)