Skip to content

Commit

Permalink
DXE-3826 Edgegrid changes for CAM akamai cloudaccess key resource
Browse files Browse the repository at this point in the history
  • Loading branch information
mimazaka authored and wzagrajcz committed Jul 5, 2024
1 parent 64d55ad commit 6e40f4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/cloudaccess/access_key.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type (
AuthenticationMethod string `json:"authenticationMethod"`
ContractID string `json:"contractId"`
Credentials Credentials `json:"credentials"`
GroupID string `json:"groupId"`
GroupID int64 `json:"groupId"`
NetworkConfiguration SecureNetwork `json:"networkConfiguration"`
}

Expand Down
2 changes: 1 addition & 1 deletion pkg/cloudaccess/cloudaccess.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ type (

// SecureNetwork contains additional information about network
SecureNetwork struct {
AdditionalCDN CDNType `json:"additionalCdn"`
AdditionalCDN *CDNType `json:"additionalCdn,omitempty"`
SecurityNetwork NetworkType `json:"securityNetwork"`
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"cloudSecretAccessKey": "testKey",
"cloudAccessKeyID": "456"
},
"groupID": "123",
"groupID": 123,
"networkConfiguration": {
"additionalCDN": "CHINA_CDN",
"securityNetwork": "ENHANCED_TLS"
Expand Down

0 comments on commit 6e40f4c

Please sign in to comment.