Skip to content

Commit 2fdfa3b

Browse files
authored
Activating SRA auth for 25 services with control plane type APIs (#4874)
1 parent ba150af commit 2fdfa3b

File tree

25 files changed

+97
-33
lines changed

25 files changed

+97
-33
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS SDK for Java v2",
4+
"contributor": "",
5+
"description": "Switching a set of services onto the new SRA (Smithy Reference Architecture) identity and auth logic that was released in v2.21.0. For a list of individual services affected, please check the committed files."
6+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"useSraAuth": true
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"useSraAuth": true
3+
}
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"verifiedSimpleMethods" : [
3-
"listCertificates"
4-
]
2+
"verifiedSimpleMethods": [
3+
"listCertificates"
4+
],
5+
"useSraAuth": true
56
}
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"verifiedSimpleMethods" : [
3-
"listCertificateAuthorities"
4-
]
2+
"verifiedSimpleMethods": [
3+
"listCertificateAuthorities"
4+
],
5+
"useSraAuth": true
56
}
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"excludedSimpleMethods" : ["*"]
2+
"excludedSimpleMethods": [
3+
"*"
4+
],
5+
"useSraAuth": true
36
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"useSraAuth": true
3+
}
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"verifiedSimpleMethods" : [
3-
"listApps"
4-
]
2+
"verifiedSimpleMethods": [
3+
"listApps"
4+
],
5+
"useSraAuth": true
56
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"useSraAuth": true
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"useSraAuth": true
3+
}

0 commit comments

Comments
 (0)