feat: support serverAuth, imagePullSecrets and podLabels#85
Merged
levkk merged 2 commits intopgdogdev:mainfrom Apr 16, 2026
Merged
feat: support serverAuth, imagePullSecrets and podLabels#85levkk merged 2 commits intopgdogdev:mainfrom
levkk merged 2 commits intopgdogdev:mainfrom
Conversation
levkk
reviewed
Apr 16, 2026
levkk
pushed a commit
to pgdogdev/pgdog
that referenced
this pull request
Apr 17, 2026
This PR adds support for Microsoft Workload Identity for server authentication on a per-user basis, following the existing pattern used for `rds_iam`. **Changes**: - Implemented token acquisition logic for Azure Entra ID. - Ensured parity with the rds_iam implementation for This is my first contribution in Rust! 🦀 I’ve done my best to follow the existing patterns in the codebase, but I'm still learning the nuances of the language. Please be indulgent. If there are more idiomatic ways to handle the logic, async calls, or error handling, I am very happy to make changes based on your feedback! Note: I also created a PR on the helm chart ([here](pgdogdev/helm#85)) to allow users to add `azure.workload.identity/use: "true"` label to the pod for injecting workload Identity. Here are some logs I tested this solution in AKS with Workload Identity directly injected into the pod: <img width="805" height="376" alt="image" src="https://github.com/user-attachments/assets/90183dc5-1768-4fdc-8749-ca2a698a7f6f" />
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi there,
This PR introduces some configuration enhancements to the Helm chart:
These changes provide more flexibility for custom environments and security requirements