You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Aakash Nand (Jira)" <ji...@apache.org> on 2022/06/22 08:44:00 UTC

[jira] [Updated] (RANGER-3800) Add unimplemented checkCanSetTableAuthorization and checkCanSetTableProperties method

     [ https://issues.apache.org/jira/browse/RANGER-3800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aakash Nand updated RANGER-3800:
--------------------------------
    Description: 
{color:#de350b}checkCanSetTableAuthorization{color} and {color:#de350b}checkCanSetTableProperties{color} methods are not implemented in trino-ranger-plugin this gives `AccessDeniedException` when executing queries like 

 

{{ALTER TABLE XXX SET AUTHORIZATION}}

 

 

and

 

{{ALTER TABLE XXX SET PROPERTIES}}

 

  was:
`checkCanSetTableAuthorization` and `checkCanSetTableProperties` methods are not implemented in trino-ranger-plugin this gives `AccessDeniedException` when executing queries like 

```

ALTER TABLE XXX SET AUTHORIZATION

```

 

and

 

```

ALTER TABLE XXX SET PROPERTIES

```


> Add unimplemented checkCanSetTableAuthorization and checkCanSetTableProperties method
> -------------------------------------------------------------------------------------
>
>                 Key: RANGER-3800
>                 URL: https://issues.apache.org/jira/browse/RANGER-3800
>             Project: Ranger
>          Issue Type: Improvement
>          Components: plugins
>    Affects Versions: 2.3.0
>            Reporter: Aakash Nand
>            Priority: Major
>             Fix For: 3.0.0
>
>
> {color:#de350b}checkCanSetTableAuthorization{color} and {color:#de350b}checkCanSetTableProperties{color} methods are not implemented in trino-ranger-plugin this gives `AccessDeniedException` when executing queries like 
>  
> {{ALTER TABLE XXX SET AUTHORIZATION}}
>  
>  
> and
>  
> {{ALTER TABLE XXX SET PROPERTIES}}
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)