AWS verifiedpermissions documentation change
Summary
Added a quota for policy store aliases (10 per store) and changed the adjustable flag for Policy size and Schema size from 'No' to 'Yes'.
Security assessment
This change updates service quotas and adjustability flags. While quota changes can indirectly affect resource usage, there is no evidence this addresses a specific security vulnerability or weakness.
Diff
diff --git a/verifiedpermissions/latest/userguide/quotas.md b/verifiedpermissions/latest/userguide/quotas.md index 9b8e28cec..3f1dec02a 100644 --- a//verifiedpermissions/latest/userguide/quotas.md +++ b//verifiedpermissions/latest/userguide/quotas.md @@ -34,0 +35 @@ Identity sources per policy store | 1 | No | The maximum number of identity sour +Policy store aliases per policy store | 10 | Yes | The maximum number of policy store aliases that you can associate with a single policy store. @@ -36,2 +37,2 @@ Authorization request size¹ | 1 MB | No | The maximum size of an authorization -Policy size | 10,000 bytes | No | The maximum size of an individual policy. -Schema size | 100,000 bytes | No | The maximum size of the schema of a policy store. +Policy size | 10,000 bytes | Yes | The maximum size of an individual policy. +Schema size | 100,000 bytes | Yes | The maximum size of the schema of a policy store.