Skip to content

Commit

Permalink
fix: add cloudflare origin issuer
Browse files Browse the repository at this point in the history
  • Loading branch information
CristhianF7 committed Aug 12, 2024
1 parent 97c647e commit 012c395
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/utilities/utilities.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ func CreateClusterDefinitionRecordFromRaw(gitAuth apiTypes.GitAuth, cliFlags typ
PrivateKey: viper.GetString("kbot.private-key"),
},
CloudflareAuth: apiTypes.CloudflareAuth{
APIToken: os.Getenv("CF_API_TOKEN"),
APIToken: os.Getenv("CF_API_TOKEN"),
OriginCaIssuerKey: os.Getenv("CF_ORIGIN_CA_ISSUER_API_TOKEN"),
},
}

Expand Down

0 comments on commit 012c395

Please sign in to comment.