grafana/pkg/apis/secret
Matheus Macabu 99e49a0548
Chore: Update remaining gomod and containers to use Go 1.24.1 (#102794)
2025-03-25 15:23:29 +01:00
..
v0alpha1 SecretsManager: update decrypt protobuf response format (#102611) 2025-03-21 17:16:04 +02:00
README.md
go.mod Chore: Update remaining gomod and containers to use Go 1.24.1 (#102794) 2025-03-25 15:23:29 +01:00
go.sum AppPlatform: Introduce experimental Github integration for dashboard configuration management (#96329) 2025-03-25 08:59:03 +01:00

README.md

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