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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alternative auth methods for kinesis source #13563

Closed
neverchanje opened this issue Nov 21, 2023 · 0 comments
Closed

alternative auth methods for kinesis source #13563

neverchanje opened this issue Nov 21, 2023 · 0 comments
Milestone

Comments

@neverchanje
Copy link
Contributor

Describe the bug

Some users complained that we require ak/sk for authentication only, and they wondered if we support approaches like k8s Service Account or arn/session_token to access kinesis without exposing credentials.

  - name: aws.credentials.access_key_id
    field_type: Option < String >
    required: false
    alias: kinesis.credentials.access
  - name: aws.credentials.secret_access_key
    field_type: Option < String >
    required: false
    alias: kinesis.credentials.secret

On the other hand, I indeed noticed that our access_key_id and secret_access_key are optional fields. Therefore, it seems we do provide other ways to set up a connection. @tabVersion Please help check the details and then we'll correct the document, which marks these two fields as required. https://docs.risingwave.com/docs/current/ingest-from-kinesis/

Error message/log

No response

To Reproduce

No response

Expected behavior

No response

How did you deploy RisingWave?

No response

The version of RisingWave

No response

Additional context

No response

@neverchanje neverchanje added type/bug Something isn't working and removed type/bug Something isn't working labels Nov 21, 2023
@github-actions github-actions bot added this to the release-1.5 milestone Nov 21, 2023
@fuyufjh fuyufjh closed this as completed Dec 6, 2023
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

No branches or pull requests

2 participants