diff --git a/apis/management.cattle.io/v3/globaldns_types.go b/apis/management.cattle.io/v3/globaldns_types.go index f2367a29..0ceae535 100644 --- a/apis/management.cattle.io/v3/globaldns_types.go +++ b/apis/management.cattle.io/v3/globaldns_types.go @@ -48,8 +48,8 @@ type GlobalDNSProviderSpec struct { type Route53ProviderConfig struct { RootDomain string `json:"rootDomain" norman:"required"` - AccessKey string `json:"accessKey"` - SecretKey string `json:"secretKey" norman:"type=password"` + AccessKey string `json:"accessKey" norman:"required"` + SecretKey string `json:"secretKey" norman:"required,type=password"` } type CloudflareProviderConfig struct {