Skip to content

Commit e572a7a

Browse files
adwk67razvan
andauthored
feat: Git sync - add first class support for CAs (#750)
* bump to op-rs 0.106.1 and k8s-openapi 0.27 * chore: Bump to stackable-operator 0.106.1 * wip: test * generate secrets in job * working test with proxy * added negative test case * update op-rs reference * avoid cert name collision * stabilise test * added a docs note * changelog * change to tls class * bump to op-rs 106.2 * updated docs * removed comment * reference tls field with webPki as default * docs correction * switch to unprivileged nginx so test runs on openshift --------- Co-authored-by: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com>
1 parent a7d955d commit e572a7a

31 files changed

+1148
-1008
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### Added
66

7+
- Support for passing CAs to GitSync ([#750]).
78
- Support setting `clientAuthenticationMethod` for OIDC authentication. The value is passed through to the Flask-AppBuilder config as `token_endpoint_auth_method` ([#765]).
89

910
### Changed
@@ -14,6 +15,7 @@
1415

1516
- Do not use immutable Secret objects for internal secrets. Migrate existing secrets to mutable versions ([#770]).
1617

18+
[#750]: https://github.com/stackabletech/airflow-operator/pull/750
1719
[#765]: https://github.com/stackabletech/airflow-operator/pull/765
1820
[#767]: https://github.com/stackabletech/airflow-operator/pull/767
1921
[#770]: https://github.com/stackabletech/airflow-operator/pull/770

0 commit comments

Comments
 (0)