-
Notifications
You must be signed in to change notification settings - Fork 277
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The POST /api/management/v1/catalogs says
{
"catalog": {
"name": "+R$#B1JQ>c:=N7",
"properties": {
"default-base-location": "string",
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
},
"createTimestamp": 0,
"lastUpdateTimestamp": 0,
"entityVersion": 0,
"storageConfigInfo": {
"allowedLocations": "For AWS [s3://bucketname/prefix/], for AZURE [abfss://[email protected]/prefix/], for GCP [gs://bucketname/prefix/]"
}
}
}
but this does not include the required parameter roleArn
polaris/spec/polaris-management-service.yml
Line 1060 in daf4476
- roleArn |
To Reproduce
No response
Actual Behavior
No response
Expected Behavior
No response
Additional context
No response
System information
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working