You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating AWS::ElasticLoadBalancingV2::ListenerRule AuthenticateOidcConfig parameters, it is possible to get into a situation where the value is not updated. This appears to be due to inconsistent state between the config and Cloudformation. Cloudformation can detect that a change is required (such as by changing the action ordering) and it will still keep old parameters in place. This could be related to when a Dynamic Reference is used for the parameter value.
Expected Behavior
AWS::ElasticLoadBalancingV2::ListenerRule AuthenticateOidcConfig should always update when a template is updated or a Dynamic Reference is detected to have changed.
Observed Behavior
Changing parameter values within a Dynamic Reference (such as within a Secret in Secrets Manager), updating the parameter value directly with a string or using a new target in the Dynamic Reference all did not change the value in the AWS::ElasticLoadBalancingV2::ListenerRule AuthenticateOidcConfig.
Test Cases
Create AWS::ElasticLoadBalancingV2::ListenerRule AuthenticateOidcConfig with values configured as Dynamic References. Try to change the values.
Other Details
No response
The text was updated successfully, but these errors were encountered:
Name of the resource
AWS::ElasticLoadBalancingV2::ListenerRule
Resource Name
No response
Issue Description
When updating AWS::ElasticLoadBalancingV2::ListenerRule AuthenticateOidcConfig parameters, it is possible to get into a situation where the value is not updated. This appears to be due to inconsistent state between the config and Cloudformation. Cloudformation can detect that a change is required (such as by changing the action ordering) and it will still keep old parameters in place. This could be related to when a Dynamic Reference is used for the parameter value.
Expected Behavior
AWS::ElasticLoadBalancingV2::ListenerRule AuthenticateOidcConfig should always update when a template is updated or a Dynamic Reference is detected to have changed.
Observed Behavior
Changing parameter values within a Dynamic Reference (such as within a Secret in Secrets Manager), updating the parameter value directly with a string or using a new target in the Dynamic Reference all did not change the value in the AWS::ElasticLoadBalancingV2::ListenerRule AuthenticateOidcConfig.
Test Cases
Create AWS::ElasticLoadBalancingV2::ListenerRule AuthenticateOidcConfig with values configured as Dynamic References. Try to change the values.
Other Details
No response
The text was updated successfully, but these errors were encountered: