-
Notifications
You must be signed in to change notification settings - Fork 356
Open
Description
Hi,
I've recently noticed that I can no longer get doadmin user password when creating a new database server.
client := godo.NewClient(oauth2.NewClient(ctx, tokenSource))
client.Databases.Create(ctx, &godo.DatabaseCreateRequest{
Name: "testname",
EngineSlug: "pg",
Version: "16",
SizeSlug: "db-s-1vcpu-1gb",
Region: "nyc1",
NumNodes: 1,
})When the database server status is online I check database.Connection.Password and it's always empty. At the same time I can get the password from UI and using doctl.
My go version: go version go1.23.0 darwin/arm64
Tried with the latest sdk github.com/digitalocean/godo v1.128.0 but also didn't work with the old one. It used to work before.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels