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

Azure App Config Label patch #2921

Merged
merged 2 commits into from
Dec 27, 2024
Merged

Azure App Config Label patch #2921

merged 2 commits into from
Dec 27, 2024

Conversation

maidul98
Copy link
Collaborator

@maidul98 maidul98 commented Dec 26, 2024

When user selects a label, we fetch secrets using that label. When they don't we select all secrets with any label. Instead of selecting all labels, we should select secrets with empty label. This PR does just that. We set the label to be url encoded null.

We may want to do a drop down in the future where users can select from label options: empty label, all label and custom. When user selects custom, we allow them to type it in. For now, this PR will work fine because if a org doesn't use labels at all, then they will be able to fetch all secrets. If they use, labels, they must select the label they want to import/sync.

In this PR, i also added missing docs

@maidul98 maidul98 merged commit 5f4b7b9 into main Dec 27, 2024
4 checks 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.

2 participants