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

🪨 feat: add session token variable for AWS Bedrock #4896

Conversation

philwilliammee
Copy link
Contributor

@philwilliammee philwilliammee commented Dec 7, 2024

Pull Request Template

Summary

This pull request adds a new environment variable BEDROCK_AWS_SESSION_TOKEN to the .env.example file.
This change enables session token-based authentication for AWS Bedrock, complementing the existing access key and secret key support.

Closes: #4895

Related Pull Requests

This PR is related to #4655, which introduces initial support for environment variables for AWS Bedrock. This PR complements it by adding the BEDROCK_AWS_SESSION_TOKEN variable for session token-based authentication.

Change Type

  • New feature (non-breaking change which adds functionality)

Testing

The changes were tested locally to ensure the .env.example file is updated correctly, with no syntax errors or issues when loaded into the application.

Test Configuration:

  • No specific testing configuration is required as this is a static file update.

Checklist

  • My code adheres to this project's style guidelines.
  • I have performed a self-review of my own code.
  • I have commented in any complex areas of my code (if applicable).
  • I have made pertinent documentation changes.
  • My changes do not introduce new warnings.
  • Local unit tests pass with my changes.

@danny-avila danny-avila changed the title feat: add session token variable for AWS Bedrock 🪨 feat: add session token variable for AWS Bedrock Dec 7, 2024
@danny-avila danny-avila merged commit 85d92c2 into danny-avila:main Dec 7, 2024
BertKiv pushed a commit to BertKiv/LibreChat that referenced this pull request Dec 10, 2024
Tsounguinzo pushed a commit to Tsounguinzo/LibreChat that referenced this pull request Dec 14, 2024
owengo pushed a commit to openwengo/LibreChat that referenced this pull request Dec 20, 2024
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.

Enhancement: Add missing BEDROCK_AWS_SESSION_TOKEN environment variable to the example.env file.
2 participants