06373ae47b
* wip
* wip
* Add authorizer -> VERIFY it's working correctly
* Update openapi definitions
* Authorizer wip
* regen apis
* Increase timeout of pg int tests to 20m
* Revert "Increase timeout of pg int tests to 20m"
This reverts commit 8c20568217.
* Fix NewTestStore when Truncate is enabled
21 lines
362 B
CUE
21 lines
362 B
CUE
package kinds
|
|
|
|
import (
|
|
"github.com/grafana/grafana/apps/iam/kinds/v0alpha1"
|
|
)
|
|
|
|
externalGroupMappingKind: {
|
|
kind: "ExternalGroupMapping"
|
|
pluralName: "ExternalGroupMappings"
|
|
codegen: {
|
|
ts: {enabled: false}
|
|
go: {enabled: true}
|
|
}
|
|
}
|
|
|
|
externalGroupMappingv0alpha1: externalGroupMappingKind & {
|
|
schema: {
|
|
spec: v0alpha1.ExternalGroupMappingSpec
|
|
}
|
|
}
|