Skip to content

Add ADR on TLS authentication #186

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
May 4, 2022
Merged

Add ADR on TLS authentication #186

merged 9 commits into from
May 4, 2022

Conversation

sbernauer
Copy link
Member

@sbernauer sbernauer marked this pull request as ready for review May 4, 2022 08:38
@sbernauer sbernauer requested a review from a team May 4, 2022 08:38
bors bot pushed a commit to stackabletech/operator-rs that referenced this pull request May 4, 2022
## Description

- added TlsAuthenticationProvider as discussed in stackabletech/documentation#186
- removed MutualTlsVerification



Co-authored-by: Malte Sander <malte.sander.it@gmail.com>
Copy link
Member

@maltesander maltesander left a comment

Choose a reason for hiding this comment

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

Maybe for completion we can add the referred tls SecretClass:

apiVersion: secrets.stackable.tech/v1alpha1
kind: SecretClass
metadata:
  name: tls
spec:
  backend:
    autoTls:
      ca:
        secret:
          name: secret-provisioner-tls-ca
          namespace: default
        autoGenerate: true

And there are some reference errors (zookeeper-tls <--> zookeeper-tls-mutual) in the image that may confuse people.

sbernauer and others added 2 commits May 4, 2022 14:01
@sbernauer
Copy link
Member Author

Thanks for the Review, should be addressed

soenkeliebau pushed a commit to stackabletech/operator-rs that referenced this pull request May 4, 2022
- added TlsAuthenticationProvider as discussed in stackabletech/documentation#186
- removed MutualTlsVerification

Co-authored-by: Malte Sander <malte.sander.it@gmail.com>
Copy link
Member

@maltesander maltesander left a comment

Choose a reason for hiding this comment

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

LGTM.

@sbernauer
Copy link
Member Author

bors r+

@bors
Copy link

bors bot commented May 4, 2022

Configuration problem:
bors.toml: not found

@sbernauer sbernauer merged commit 6533205 into main May 4, 2022
@sbernauer sbernauer deleted the adr-tls-authn branch May 4, 2022 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants