Skip to content

Commit bcb3a27

Browse files
wsh5wbWade Hisiro
and
Wade Hisiro
authored
Enable CORS for cloudhsmv2 (#3779)
* Added CloudHSMv2 to SERVICES.md * Update SERVICES.md * Enable CORS for cloudhsmv2 Co-authored-by: Wade Hisiro <whisiro@amazon.com>
1 parent d15a479 commit bcb3a27

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "cloudhsmv2",
4+
"description": "Enable CORS"
5+
}

apis/metadata.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,8 @@
462462
"name": "MigrationHub"
463463
},
464464
"cloudhsmv2": {
465-
"name": "CloudHSMV2"
465+
"name": "CloudHSMV2",
466+
"cors": true
466467
},
467468
"glue": {
468469
"name": "Glue"
@@ -1041,4 +1042,4 @@
10411042
"proton": {
10421043
"name": "Proton"
10431044
}
1044-
}
1045+
}

0 commit comments

Comments
 (0)