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

Add OAuth token management #38

Merged
merged 6 commits into from
Jan 14, 2025
Merged

Add OAuth token management #38

merged 6 commits into from
Jan 14, 2025

Conversation

sharkpc138
Copy link
Contributor

Log Export(Using Kafka): Token Management Update

The current implementation accepts an accessToken directly, requiring users to manage the token themselves.
To address the inconvenience of manual token management, Lobster now provides reusable token management functionality.

The existing accessToken field will be deprecated.

Additionally, the authentication process supports the following actions (oAuthType):

  • AuthenzPrincipal: Provides an option to add the Athenz-Principal-Auth header for Authenz when required.
  • UnencodedCredential: Provides an option to communicate with servers that do not require encoding of the credential value(Although non-standard, it supports various scenarios).

@sharkpc138 sharkpc138 changed the title Add kafka token serving Add oAuth token management Jan 13, 2025
@sharkpc138 sharkpc138 changed the title Add oAuth token management Add OAuth token management Jan 13, 2025
@sharkpc138 sharkpc138 force-pushed the add-kafka_token_serving branch from 905963a to f0b5ca1 Compare January 14, 2025 06:34
@sharkpc138 sharkpc138 merged commit c25cb7c into main Jan 14, 2025
1 check passed
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.

1 participant