AWS cli documentation change
Summary
Added IAMFederationOptions documentation in DomainConfig structure
Security assessment
Expands documentation of security configuration options for IAM federation settings, but does not indicate resolution of a security issue
Diff
diff --git a/cli/latest/reference/opensearch/describe-domain-config.md b/cli/latest/reference/opensearch/describe-domain-config.md index c8021892c..ef0b5d085 100644 --- a//cli/latest/reference/opensearch/describe-domain-config.md +++ b//cli/latest/reference/opensearch/describe-domain-config.md @@ -15 +15 @@ - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) » @@ -897,0 +898,16 @@ DomainConfig -> (structure) +>>> IAMFederationOptions -> (structure) +>>> +>>>> Container for information about the IAM federation configuration for an OpenSearch UI application. +>>>> +>>>> Enabled -> (boolean) +>>>> +>>>>> True if IAM federation is enabled. +>>>> +>>>> SubjectKey -> (string) +>>>> +>>>>> The key used for matching the IAM federation subject attribute. +>>>> +>>>> RolesKey -> (string) +>>>> +>>>>> The key used for matching the IAM federation roles attribute. +>>> @@ -1277 +1293 @@ DomainConfig -> (structure) - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) »