Skip to content

Example to costruct a secureJsonFields #253

Discussion options

You must be logged in to vote

hello @sureshoss

The secure data is sensitive data so the Grafana API will never let you download that information. Same for user passwords etc.

https://software.es.net/gdg/docs/gdg/configuration/#connection has an example of what the secureData looks like.

There's also some example files here: https://github.com/esnet/gdg/tree/master/test/data/secure

If we're using the test data as an example, I have two possible Auth I can use, complex.json and default.json.

So in my configuration

contexts:
  testing:
    output_path: test/data
    connections:
      credential_rules:
        - rules:
            - field: "name"
              regex: "misc"
            - field: "url"
              regex: "

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by safaci2000
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@sureshsubramaniam
Comment options

@safaci2000
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #252 on March 01, 2024 19:30.