Skip to content

Commit

Permalink
Update the principals
Browse files Browse the repository at this point in the history
  • Loading branch information
DAlperin committed Feb 2, 2023
1 parent b58dd58 commit c2d2480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flypg/launcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ func (l *Launcher) setSecrets(ctx context.Context, config *CreateClusterInput) (
}

app := api.App{Name: config.AppName}
cert, err := l.client.IssueSSHCertificate(ctx, config.Organization, []string{"root", "fly"}, []api.App{app}, nil, pub)
cert, err := l.client.IssueSSHCertificate(ctx, config.Organization, []string{"root", "fly", "postgres"}, []api.App{app}, nil, pub)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit c2d2480

Please sign in to comment.