Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: S3connection credential support SecretClass and SecretClass scope #50

Open
2 tasks
whg517 opened this issue Jun 24, 2024 · 0 comments
Open
2 tasks
Labels
enhancement New feature or request

Comments

@whg517
Copy link
Member

whg517 commented Jun 24, 2024

Summary 馃挕

Use SecretClass to provide authentication secrets for S3connection.

track list:

Examples 馃寛

Current:

apiVersion: zncdata.dev/v1alpha1
kind: S3Connection
metadata:
  name: s3connection-sample
spec:
  credential:
    existSecret: s3connection-sample-root-1

New

apiVersion: zncdata.dev/v1alpha1
kind: S3Connection
metadata:
  name: s3connection-sample
spec:
  credential:
    secretClass: s3connection-sample
    scope:
      # node: true
      pod: true
      # services: 
      #   - foo
      #   - bar

Motivation 馃敠

No response

@whg517 whg517 added the enhancement New feature or request label Jun 24, 2024
@whg517 whg517 linked a pull request Jun 24, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant