Skip to content

Commit

Permalink
add warning message (#1412)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunkickr authored and neel-astro committed Oct 11, 2023
1 parent 5147c56 commit 10003ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/cloud/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ func checkAPIKeys(astroClient astro.Client, coreClient astrocore.CoreClient, isD
}
if !isDeploymentFile {
fmt.Println("Using an Astro API key")
fmt.Println("\nWarning: Starting November 1st, 2023, you will no longer be able to create new Deployment API keys. To ensure uninterrupted access to our services, we strongly recommend transitioning to Deployment API tokens. See https://docs.astronomer.io/astro/deployment-api-tokens.")
}

// get authConfig
Expand Down

0 comments on commit 10003ea

Please sign in to comment.