Files
grafana/pkg/apis/secret/README.md
Michael Mandrus 4420ff9202 SecretsManager: Merge codegen portion so that we can use the dependency elsewhere (#102152)
* copy changes over from feature branch

* update codegen
2025-03-13 18:10:46 -04:00

491 B

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