[Bug]: Appflow OAuth2 token length error #32660
Labels
bug
Addresses a defect in current functionality.
service/appflow
Issues and PRs that pertain to the appflow service.
Milestone
Terraform Core Version
1.2.4
AWS Provider Version
~> 4.31.0
Affected Resource(s)
Resource: aws_appflow_connector_profile
Using AWS Appflow with custom connector to connect to JIRA from Appflow. When passing the credentials the length of credentials is more than the terraform expected length.
I am getting an error for access_token, refresh_token, auth_code. However, the AWS provided length is 4096 as mentioned in documentations -
Please look into this issue and help provide a solution.
Expected Behavior
The expected behavior is to have the length in the range 1 to 4096 as mentioned in AWS documentation-
Actual Behavior
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
create variables for credentials mentioned as var in code
add the resource aws_appflow_connector_profile code mentioned above
Use the right terraform and aws versions
Debug Output
No response
Panic Output
No response
Important Factoids
Didnt find any similar bug reported.
Documentation to support to increase the length to 4096 is:
The expected behavior is to have the length in the range 1 to 4096 as mentioned in AWS documentation-
References
AWS documentation-
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: