Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doctl serverless install should not require authentication #1559

Open
larsblumberg opened this issue Jul 28, 2024 · 1 comment
Open

doctl serverless install should not require authentication #1559

larsblumberg opened this issue Jul 28, 2024 · 1 comment
Labels

Comments

@larsblumberg
Copy link

Describe the Issue:

When running doctl serverless install without DIGITALOCEAN_ACCESS_TOKEN set, the command will refuse to install the serverless extension.

Environment:

  • doctl version:
  • OS: Pop_OS
  • Installation method: Homebrew

Additional Details:

I run doctl serverless install in a Docker container when the container starts. I'd prefer moving the serverless extension installation directly into the container build step so that the container can start with the extension already installed. I find it poor praxis to provide the DO access token during container build time, just to have the extension installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants
@larsblumberg and others