Member since
12-21-2016
10
Posts
1
Kudos Received
0
Solutions
12-30-2016
05:56 PM
1 Kudo
I was able to get it working after removing an extra bracket in my json. Thanks.
... View more
12-28-2016
05:59 PM
No new logs from the request seem to appear in xa_portal.log.
I'm doing: curl -iv -u admin:admin -H "Content-Type: application/json" -X POST http://localhost:6080/service/public/v2/api/policy -d @test.json
... View more
12-23-2016
08:04 PM
I'm having trouble using the endpoint `service/public/v2/api/policy` to create policies (Returns 404) but I can get policy by id. Is there some special permission for that endpoint?
... View more
Labels:
- Labels:
-
Apache Ranger
12-22-2016
01:04 AM
@Michael Young {"itemId": 7,"name": "tablespace","type": "string","level": 10,"parent": "","mandatory": true,"lookupSupported": true,"recursiveSupported": false,"excludesSupported": true,"Matcher": "org.apache.ranger.plugin.resourcematcher.RangerDefaultResourceMatcher","matcherOptions": {"wildCard":true, "ignoreCase":true},"validationRegEx": "","validationMessage": "","uiHint": "","label": "Tablespace","description": "desc"}
... View more
12-21-2016
11:20 PM
@Ramesh Mani I checked the service definition but nothing looks off:
{ "itemId": 6,"name": "language","type": "string","level": 20,"parent": "database","mandatory": true,"lookupSupported": true,"recursiveSupported": false,"excludesSupported": true,"Matcher": "org.apache.ranger.plugin.resourcematcher.RangerDefaultResourceMatcher","matcherOptions": {"wildCard":true, "ignoreCase":true},"validationRegEx": "","validationMessage": "","uiHint": "","label": "Language","description": "desc"}
... View more
12-21-2016
09:37 PM
@Michael Young We have a resource hierarchy like this where database/tablespace/protocol are top level resources. But when only tablespace is selected, that error appears.
database
schema
table sequence function language tablespace protocol
... View more
12-21-2016
07:47 PM
We are building our own plugin but we are getting this error when saving.
... View more
Labels:
- Labels:
-
Apache Ranger