FANNG1 commented on code in PR #6088:
URL: https://github.com/apache/gravitino/pull/6088#discussion_r1903794759
##########
docs/open-api/credentials.yaml:
##########
@@ -68,7 +59,7 @@ components:
type: string
description: The type of the credential, for example, s3-token,
s3-secret-key, oss-token, oss-secret-key, gcs-token, adls-token,
azure-account-key, etc.
expireTimeInMs:
- type: long
+ type: integer
description: The expiration time of the credential in milliseconds
since the epoch, 0 means not expire.
Review Comment:
It's not an time duration, because the credential may need some time to
transfer from server side to client side, which makes duration not correct.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]