Andrew Starr-Bochicchio

Results 141 comments of Andrew Starr-Bochicchio

Hi @flyinprogrammer, Offering standardized way for DigitalOcean credentials to be accessed locally is a great idea. Though there are a number of issues with the current doctl config format around...

Thanks for the feedback. While we consider adding snap ARM64 to our official release process, I wanted to point out that there are automatic builds for ARM64 in the edge...

@davidsbond I've confirmed with the Serverless team that it is currently the expected behavior. Unfortunately, triggers are not deployed when using remote builds and Go functions are always remote builds....

@Tylersuard What version of doctl did you use to create the Droplet? You can check this with `doctl version`. Support for the Droplet agent was added to doctl in version...

That's correct. This can not currently be done in Terraform as the API does not support it. We've passed the feature request on to the Spaces team here internally.

`snapcore/action-publish@master` doesn't seem to work either. Using: ```yaml - uses: snapcore/action-publish@master env: SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_TOKEN }} with: snap: ${{ steps.build.outputs.snap }} release: candidate ``` We're seeing: ``` Installing Snapcraft... /usr/bin/sudo...

So it looks like the credential format has changed as well. After regenerating them with `snapcraft export-login` and updating the secret, it now works as expected. Previously, they looked like...

Not entirely sure how best to handle this. We need to: - Downloaded the ASCII armored key from `https://repos.insights.digitalocean.com/sonar-agent.asc` - Convert it to binary format with `gpg --dearmor` - Then...

> Is this ansible role still actual at all? DO provides a checkbox to install it on droplet creation time Right. That is generally how I install it myself. I...

Thanks for flagging this issue. We've raised it internally to the team working on the Projects API. In the meantime, you could work around the problem by using a floating...