experiment: schema discovery [DO NOT MERGE] - #144
Draft
yesoreyeram wants to merge 22 commits into
Draft
Conversation
|
TruffleHog Scan Results Summary: Found 3 potential secrets (0 verified, 3 unverified)
Review: Check if unverified secrets are false positives. Ignoring False Positives: This works for files that support line numbers (most source files). After adding the comment, push your changes and the scan will re-run. |
Add the jsonData_httpHeaders field (indexedPair storage) plus a "Custom HTTP Headers" group so the schema-driven config UI matches the legacy @grafana/ui CustomHeadersSettings editor: header name -> jsonData.httpHeaderName<N>, value -> secureJsonData.httpHeaderValue<N>. Regenerate schema.gen.json / settings.gen.json. Skip indexedPair fields in the conformance jsonData<->struct parity checks (JSONDataMatchesStruct / JSONDataTypesMatchStruct): such fields expand to dynamic indexed keys and have no single backing Go struct field, mirroring how per-header httpHeaderValue<N> secrets are excluded from SecureKeys. Add registry/graphite/ui.parity.md documenting the parity validation (Playwright capture of both UIs, conditional-field checks, and the fileUpload evaluation).
yesoreyeram
force-pushed
the
schema-discovery
branch
from
July 7, 2026 03:17
ab7f241 to
e4ba432
Compare
yesoreyeram
force-pushed
the
schema-discovery
branch
2 times, most recently
from
July 14, 2026 13:17
d9f5bb5 to
578b122
Compare
yesoreyeram
force-pushed
the
schema-discovery
branch
from
July 14, 2026 13:24
578b122 to
449bc5c
Compare
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.
No description provided.