Skip to content

Correct secretfilter documented argument types #3958

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

Merged
merged 1 commit into from
Jul 8, 2025

Conversation

kelnage
Copy link
Contributor

@kelnage kelnage commented Jul 8, 2025

PR Description

Several entries (allowlist and types) in the secretfilter Arguments documentation were incorrectly typed as maps when they are actually lists of strings.

Which issue(s) this PR fixes

Notes to the Reviewer

PR Checklist

  • Documentation updated

Several types in the arguments configuration documentation were
incorrectly specified as maps when they are actually lists.
@kelnage kelnage requested a review from clayton-cornell as a code owner July 8, 2025 10:04
@kelnage kelnage self-assigned this Jul 8, 2025
@kelnage kelnage added the documentation Improvements or additions to documentation label Jul 8, 2025
Copy link
Contributor

github-actions bot commented Jul 8, 2025

💻 Deploy preview deleted.

@kelnage kelnage changed the title Correct secretfilter argument types Correct secretfilter documented argument types Jul 8, 2025
@dehaansa dehaansa merged commit 5e4a591 into main Jul 8, 2025
56 of 59 checks passed
@dehaansa dehaansa deleted the secretfilter-correct-allowlist-docs branch July 8, 2025 13:41
@grafana-alloybot
Copy link

The backport to release/v1.9 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new branch
git switch --create backport-3958-to-release/v1.9 origin/release/v1.9
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x 5e4a59174708d86aea9424d1f06dc8f32afceffd
# Push it to GitHub
git push --set-upstream origin backport-3958-to-release/v1.9
git switch main
# Remove the local backport branch
git branch -D backport-3958-to-release/v1.9

Then, create a pull request where the base branch is release/v1.9 and the compare/head branch is backport-3958-to-release/v1.9.

dehaansa pushed a commit that referenced this pull request Jul 8, 2025
Several types in the arguments configuration documentation were
incorrectly specified as maps when they are actually lists.

(cherry picked from commit 5e4a591)
dehaansa added a commit that referenced this pull request Jul 8, 2025
Several types in the arguments configuration documentation were
incorrectly specified as maps when they are actually lists.

(cherry picked from commit 5e4a591)

Co-authored-by: Nick Moore <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport release/v1.9 backport-failed documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants