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

bugfix - datasource controller was dropping secureJsonData #1488

Closed
wants to merge 2 commits into from

Commits on Apr 12, 2024

  1. bugfix - datasource controller was dropping secureJsonData

    This addresses a bug introduced in the changeover to using the openapi
    Grafana library where the secureJsonData field was being dropped.
    
    To address this it's necessary to use the `UpdateDataSourceCommand`
    struct to ensure we're also not dropping the version if it's present.
    
    This is a bit counter-intuitive to use the `Update` struct here and
    perhaps worth looking at another solution at some point.
    matt-delaney-cruise committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    bc7b0b0 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    5d3c20a View commit details
    Browse the repository at this point in the history