diff --git a/pkg/connector/connector.go b/pkg/connector/connector.go index 7705b46c..5d1590a2 100644 --- a/pkg/connector/connector.go +++ b/pkg/connector/connector.go @@ -97,7 +97,13 @@ var ( Id: "license", DisplayName: "License", Traits: []v2.ResourceType_Trait{v2.ResourceType_TRAIT_LICENSE_PROFILE}, - Annotations: skipEntitlementsAnnotations("license"), + Annotations: annotations.New( + &v2.V1Identifier{ + Id: "license", + }, + &v2.SkipEntitlements{}, + &v2.OptInRequired{}, + ), } )