roryqi
roryqi
This authorization server is only used for examples. It's not for the production environment. You can see the authorization-server Docker https://github.com/apache/gravitino/commit/f8b42870ab33cf80b3a5e8906114e4de4fdcec5c#diff-1dc3ec8f6d185763c073db64dcb6d17c34779d6d1de21d8aa88e7701812a81ca ``` INSERT INTO oauth2_registered_client (id,client_id,client_secret,client_name, client_authentication_methods, authorization_grant_types, redirect_uris, scopes,...
> > How do you handle the type of Timestamp without precision? Should a parameter be added to indicate using the default precision > > Hi @diqiu50, I understand your...
Could u add the documents for this PR?
1. Could you add the tag to the metadata object type in the openapi.yaml 2. Could you confirm influence about tag, policy when adding tag to the metadata object type?
We would like to load a metadata object first. Then, we associate the metadata object with tags. It requires we must have the privilege to load the table. Actually, if...
How to handle rename operation?
This isn't good enough. Maybe we need a pluggable cache framework to let production users to implement their cache. Maybe Xiaomi wants to implement Redis cache. cc @lw-yang
> > This isn't good enough. Maybe we need a pluggable cache framework to let production users to implement their cache. Maybe Xiaomi wants to implement Redis cache. cc @lw-yang...
What privileges does tag need?
If tag is the metadata object, we should add the privilege `CREATE_TAG` to control tag privileges. Only the owner can modify and drop the tag. Tag privileges should belong to...