mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 08:13:47 +08:00

* Secrets: make operations sync * k8s gen / update query to list secure values to include the version * always store new version of a secret * make update-workspace * go mod tidy * update queries * update queries * improve and use testutils in decrypt_store_test * fix broken test * make update-workspace * ./hack/update-codegen.sh secret * update Test_SecureValueMetadataStorage_CreateAndRead * undo dependency changes * linter: fix remaining errors --------- Co-authored-by: Matheus Macabu <macabu.matheus@gmail.com> Co-authored-by: Matheus Macabu <macabu@users.noreply.github.com>
pkg/apis/secret
General documentation on the Secrets API for App Platform.
Regenerating codegen files
Currently the generated files are not using grafana-app-sdk
and does not have a CUE schema definition.
In order to regenerate the codegen files (those prefixed by zz_
), you can run:
./hack/update-codegen.sh secret
More details here.
Regenerating Protobuf files
make protobuf