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(auth/clerk): Update Clerk secret key names #137

Merged
merged 3 commits into from
Mar 5, 2025
Merged

feat(auth/clerk): Update Clerk secret key names #137

merged 3 commits into from
Mar 5, 2025

Conversation

Keloran
Copy link
Owner

@Keloran Keloran commented Mar 5, 2025

Rename the Clerk secret key names from clerk_key and clerk_public_key to
clerk-key and clerk-public-key respectively. This change aligns the secret
key names with the recommended naming convention.

Keloran added 3 commits March 5, 2025 00:06
Rename the Clerk secret key names from `clerk_key` and `clerk_public_key` to
`clerk-key` and `clerk-public-key` respectively. This change aligns the secret
key names with the recommended naming convention.
Adds a check for the "operation was canceled" error when getting a PostgreSQL
connection. This ensures that the function returns the original error instead
of wrapping it, allowing the caller to handle the cancellation properly.
The changes update the Clerk secret keys in the test cases to use a hyphen
instead of an underscore. This is to align with the actual key names used in
the Vault. The changes ensure that the test cases accurately reflect the
real-world scenario and improve the overall test reliability.
Copy link

github-actions bot commented Mar 5, 2025

Qodana for Go

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

@Keloran Keloran merged commit c52b414 into main Mar 5, 2025
4 checks passed
@Keloran Keloran deleted the k-branch-2 branch March 5, 2025 12:51
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