mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-03 22:23:16 +00:00
Added uri in jsonchema for aws credentials (#10315)
* Added uri in jsonchema * fixed sample data
This commit is contained in:
parent
0e5af5045f
commit
21a30af25c
@ -8,7 +8,7 @@
|
|||||||
"awsAccessKeyId": "aws accessKey id",
|
"awsAccessKeyId": "aws accessKey id",
|
||||||
"awsSecretAccessKey": "aws secret access key",
|
"awsSecretAccessKey": "aws secret access key",
|
||||||
"awsRegion": "aws region",
|
"awsRegion": "aws region",
|
||||||
"endPointURL": "https://glue.<region_name>.amazonaws.com/"
|
"endPointURL": "https://glue.region_name.amazonaws.com/"
|
||||||
},
|
},
|
||||||
"storageServiceName": "glue_s3"
|
"storageServiceName": "glue_s3"
|
||||||
}
|
}
|
||||||
|
@ -30,7 +30,8 @@
|
|||||||
"endPointURL": {
|
"endPointURL": {
|
||||||
"title": "Endpoint URL",
|
"title": "Endpoint URL",
|
||||||
"description": "EndPoint URL for the AWS",
|
"description": "EndPoint URL for the AWS",
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"format": "uri"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user