-
Bug
-
Resolution: Done
-
Major
-
MCE 2.3.0
-
False
-
None
-
False
-
-
-
Important
-
No
Description of problem:
The credential part for the s3 bucket uses a textarea for the credential:
There are a few issues with this:
- This textarea validation expects a format that is not documented anywhere
[default]
aws_access_key_id=xxx
aws_secret_access_key=yyy
The type, e.g. [Default] is not needed here if we just need the keys?
- This is not user friendly and is not consistent with what we have today for aws creds, where we specify for each key:
Best way is to match this format to reduce possible error scenarios the user can run into. In the YAML that's built, we can just ensure it gets sent to the backend the same way.
Version-Release number of selected component (if applicable):
2.8.0-DOWNSTREAM-2023-03-03-17-00-20
How reproducible:
always
Steps to Reproduce:
- go to credentials > create credential
- click aws > s3 bucket > bucket info
- ...
Actual results:
Expected results:
Additional info:
- is caused by
-
ACM-2758 Add support for AWS S3 credentials wizard with Hypershift
- Closed