This is an automated email from the ASF dual-hosted git repository.
dimas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new ee76d5fa7 fix typo in management API yaml (#3172)
ee76d5fa7 is described below
commit ee76d5fa754b903ffa79a098c611edd0ab61b7e6
Author: Dmitri Bourlatchkov <[email protected]>
AuthorDate: Thu Nov 27 10:20:06 2025 -0500
fix typo in management API yaml (#3172)
---
spec/polaris-management-service.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spec/polaris-management-service.yml
b/spec/polaris-management-service.yml
index 03c894b6e..a797496d2 100644
--- a/spec/polaris-management-service.yml
+++ b/spec/polaris-management-service.yml
@@ -1109,7 +1109,7 @@ components:
example: "arn:aws:kms::123456789001:key/01234578"
allowedKmsKeys:
type: array
- description: The list of kms keys that this catalog and its
clients are allow to use for reading s3 data
+ description: The list of kms keys that this catalog and its
clients are allowed to use for reading s3 data
items:
type: string
example: ["arn:aws:kms::123456789001:key/01234578"]