-
Bug
-
Resolution: Unresolved
-
Minor
-
None
When validating CloudFormation with a `/` in the branch name, it fails with the following error:
com.amazonaws.services.securitytoken.model.AWSSecurityTokenServiceException: 1 validation error detected: Value 'Jenkins-********-feature%2F********' at 'roleSessionName' failed to satisfy constraint: Member must satisfy regular expression pattern: [\w+=,.@-]* (Service: AWSSecurityTokenService; Status Code: 400; Error Code: ValidationError; Request ID: ********)
The `/` is encoded as `%2F` which doesn't seem to be valid in `roleSessionName`
We use pipeline-aws-plugin 1.12 on Jenkins 2.65
[JENKINS-45807] Error when validating CloudFormation with a `/` in roleSessionName
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Resolution | Original: Fixed [ 1 ] | |
Status | Original: Closed [ 6 ] | New: Reopened [ 4 ] |