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

perf:(rest): Add cache for the Cloud Function proxy credentials #2772

Merged
merged 5 commits into from
Jun 19, 2024

Conversation

johnBgood
Copy link
Collaborator

@johnBgood johnBgood commented Jun 18, 2024

Description

Adds a cache for the Cloud Function proxy credentials.

The current implementation allows for one cache per HttpService instance. The following connectors use this service:

  • REST Connector
  • GraphQL Connector
  • Automation Anywhere Connector
  • Polling Connector

Related issues

closes #645

@johnBgood johnBgood self-assigned this Jun 18, 2024
@johnBgood johnBgood requested a review from a team as a code owner June 18, 2024 15:32
@johnBgood johnBgood linked an issue Jun 18, 2024 that may be closed by this pull request
2 tasks
sbuettner
sbuettner previously approved these changes Jun 18, 2024
Copy link
Contributor

@sbuettner sbuettner left a comment

Choose a reason for hiding this comment

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

👍

@johnBgood johnBgood requested a review from sbuettner June 18, 2024 17:12
@johnBgood
Copy link
Collaborator Author

@sbuettner I fixed the UTs, need one more approval :)

Copy link
Contributor

@sbuettner sbuettner left a comment

Choose a reason for hiding this comment

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

🥳

@johnBgood johnBgood added this pull request to the merge queue Jun 19, 2024
Merged via the queue into main with commit 0bdbae0 Jun 19, 2024
4 checks passed
@johnBgood johnBgood deleted the 645-cache-proxy-credentials branch June 19, 2024 09:16
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.

Cache proxy credentials
2 participants