Skip to content

Commit

Permalink
Fix missing key retrieval from env (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
sderosiaux authored Aug 27, 2024
1 parent 351294b commit 4ca82e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/console_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ func MakeFromEnv() (*Client, error) {
apiParameter := ApiParameter{
BaseUrl: os.Getenv("CDK_BASE_URL"),
Debug: utils.CdkDebug(),
Key: os.Getenv("CDK_KEY"),
Cert: os.Getenv("CDK_CERT"),
Cacert: os.Getenv("CDK_CACERT"),
ApiKey: os.Getenv("CDK_API_KEY"),
Expand Down

0 comments on commit 4ca82e8

Please sign in to comment.