* Authz: Define app resources * Add coreroles and cluster roles * Restore CODEOWNERS from main * ManagedPermissions -> ResourcePermissions * Rework changes * Update apps/authz/kinds/v0alpha1/rolebindingspec.cue Co-authored-by: Alexander Zobnin <alexanderzobnin@gmail.com> * Update apps/authz/kinds/v0alpha1/rolespec.cue Co-authored-by: Alexander Zobnin <alexanderzobnin@gmail.com> * Make * WIP first set of comments * typox * Copy folder Makefile * Remove uid * Rename authz -> iam * Rename to iam * Dockerfile * Remove name * Mv up * Try with postprocess * linting * Use same version * apimachinery v0.32.3 * update-workspace --------- Co-authored-by: Alexander Zobnin <alexanderzobnin@gmail.com>
33 lines
986 B
Plaintext
33 lines
986 B
Plaintext
go 1.24.3
|
|
|
|
// The `skip:golangci-lint` comment tag is used to exclude the package from the `golangci-lint` GitHub Action.
|
|
// The module at the root of the repo (`.`) is excluded because ./pkg/... is included manually in the `golangci-lint` configuration.
|
|
|
|
use (
|
|
. // skip:golangci-lint
|
|
./apps/advisor
|
|
./apps/alerting/notifications
|
|
./apps/dashboard
|
|
./apps/folder
|
|
./apps/iam
|
|
./apps/investigations
|
|
./apps/playlist
|
|
./pkg/aggregator
|
|
./pkg/apimachinery
|
|
./pkg/apis/secret // @grafana/grafana-operator-experience-squad
|
|
./pkg/apiserver
|
|
./pkg/build
|
|
./pkg/build/wire // skip:golangci-lint
|
|
./pkg/codegen
|
|
./pkg/plugins/codegen
|
|
./pkg/promlib
|
|
./pkg/semconv
|
|
./pkg/storage/unified/apistore
|
|
./pkg/storage/unified/resource
|
|
./pkg/storage/unified/resourcepb
|
|
)
|
|
|
|
replace github.com/prometheus/alertmanager => github.com/grafana/prometheus-alertmanager v0.25.1-0.20250331083058-4563aec7a975
|
|
|
|
replace github.com/crewjam/saml => github.com/grafana/saml v0.4.15-0.20240917091248-ae3bbdad8a56
|