diff --git a/cmd/exec.go b/cmd/exec.go index 1a250e3..5e2fc5e 100644 --- a/cmd/exec.go +++ b/cmd/exec.go @@ -151,12 +151,6 @@ var execCmd = &cobra.Command{ NotBefore: &now, ExpiresOn: &tokenExpiry, Policies: policies, - Condition: &cloudflare.APITokenCondition{ - RequestIP: &cloudflare.APITokenRequestIPCondition{ - In: []string{}, - NotIn: []string{}, - }, - }, } shortLivedToken, err := api.CreateAPIToken(token)