HewlettPackard / HewlettPackard/morpheus-openapi

/storage-buckets - s3 - stsAssumeRoleArn not labeled under option 1

Open
#51 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Mustache
Stars
12
Forks
16
Avg merge
1d 9h
Merged PRs (30d)
29

Description

under config on the appliance doing a GET, stsAssumeRole can be observed under config key properties, and also sent via POST.

This is missing from the API Documentation.

Confirmed via error message returned on POST that it is parsed and attempted to be utilized

![image](https://user-images.githubusercontent.com/116002427/199295198-a8567a7e-3ea0-4c3e-b283-b3417a56d364.png)

`{
"storageBucket": {
"name": "bob",
"providerType": "s3",
"bucketName": "test-bucket-name",
"config": {
"accessKey": "REDACTED",
"secretKey": "REDACTED",
"stsAssumeRole": "arn:aws:iam::REDACTED_ACCOUNT_NUMBER:role/REDACTED_ROLE_NAME"
},
"retentionPolicyDays": 365,
"retentionPolicyType": "none", // none|delete|backup
"defaultBackupTarget": true,
"createBucket": false,
"copyToStore": false,
"defaultDeploymentTarget": false,
"defaultVirtualImageTarget": false
}
}`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.