mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-13 00:50:38 -05:00
Use 'Constellation cluster' in UI
This commit is contained in:
parent
1189078c5a
commit
0e63ee0c4a
9 changed files with 28 additions and 28 deletions
|
|
@ -311,13 +311,13 @@ type insertInstanceTemplateInput struct {
|
|||
func (i insertInstanceTemplateInput) insertInstanceTemplateRequest() *computepb.InsertInstanceTemplateRequest {
|
||||
req := computepb.InsertInstanceTemplateRequest{
|
||||
InstanceTemplateResource: &computepb.InstanceTemplate{
|
||||
Description: proto.String("This instance belongs to a Constellation."),
|
||||
Description: proto.String("This instance belongs to a Constellation cluster."),
|
||||
Name: proto.String(i.Name),
|
||||
Properties: &computepb.InstanceProperties{
|
||||
ConfidentialInstanceConfig: &computepb.ConfidentialInstanceConfig{
|
||||
EnableConfidentialCompute: proto.Bool(true),
|
||||
},
|
||||
Description: proto.String("This instance belongs to a Constellation."),
|
||||
Description: proto.String("This instance belongs to a Constellation cluster."),
|
||||
Disks: []*computepb.AttachedDisk{
|
||||
{
|
||||
InitializeParams: &computepb.AttachedDiskInitializeParams{
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ func (c *Client) CreateServiceAccount(ctx context.Context, input ServiceAccountI
|
|||
Project: c.project,
|
||||
AccountID: "constellation-app-" + c.uid,
|
||||
DisplayName: "constellation-app-" + c.uid,
|
||||
Description: "This service account belongs to a Constellation.",
|
||||
Description: "This service account belongs to a Constellation cluster.",
|
||||
}
|
||||
|
||||
email, err := c.insertServiceAccount(ctx, insertInput)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue