acl Questions
3
Solved
I'm actually working on setting up simple Kafka authentication using SASL Plain Text and add ACL authorization. But I have an issue when I try to consume data.
[main] INFO org.apache.kafka.common....
Derwent asked 22/10, 2016 at 20:23
4
I'm using the Parse iOS SDK, and I'm creating objects for a particular class (not "_User"). However, I need to modify the ACL of these objects so that anyone can read or write it. Currently, Parse ...
Herrenvolk asked 9/7, 2015 at 10:41
2
Solved
I am working on an API in a system that has very complex access control rules. Often times there are complex SQL queries required to determine if a user has read or write access to a particular res...
Alta asked 8/7, 2014 at 20:18
2
Solved
Is there a tool to generate SDDL (Security Descriptor Definition Language) strings? I'd like to create them through Windows' Security property sheet or something similar.
Dryad asked 28/3, 2012 at 12:29
2
I'm designing a system that has a lot of requirements around user management/permissions, so I decided to use Spring Security ACL to manage the permissions at the Domain Objects level.
Although, ...
Redheaded asked 8/5, 2015 at 22:18
3
Solved
I am trying use hasPermission in my jsp pages from my spring project. I already use this with no problem in the methods from my controller / service classes. Reading the article:
http://docs.sprin...
Immunotherapy asked 31/5, 2014 at 22:12
2
Solved
I am looking for a way in c# to reset a file's permissions to be inherited from the parent as if the file was created or copied to that directory.
I can't seem to find anything on this from a file...
2
Solved
I am attempting to Set-Acl on a Computer Object in AD. Firstly I get the ACL using:
$acl = (Get-Acl AD:\'CN=Tester1,OU=Ou1,OU=OU2,OU=OU3,DC=Contoso,DC=com').Access
Which gives me all the ACL for...
Kimberleykimberli asked 13/7, 2015 at 4:40
2
Solved
I'm learning Zend Framework, but I have some doubts about the usage and the concepts.
I want to check if the user is logged to allow access to all the pages. If it is, show the page, if not, disp...
Windowpane asked 9/5, 2012 at 14:45
1
I've been able to implement passport using a JWT strategy, and it works well. My jwt-protected routes look like this...
app.get('/thingThatRequiresLogin/:id', passport.authenticate('jwt', { sessio...
Carn asked 5/3, 2016 at 19:50
2
I can't seem to be able to set WMI ACLs via Powershell. An invocation of
Invoke-WmiMethod -Name "SetSecurityDescriptor" -Path "__systemsecurity=@" -ArgumentList $acl.psobject.immediateBaseObject
...
Sourwood asked 10/1, 2014 at 10:23
1
I cannot find how to add IP addresses to squid's whitelist.
For example, I'd like to add address 130.125.110.20, or all addresses of network 130.125.110.*, or maybe only a defined port only 130.12...
1
Solved
I am having issues setting up ACL through Java config in a Spring Boot application. I have created one small project to reproduce the issues.
I have tried a few different approaches. First issue I...
Woodring asked 27/7, 2016 at 10:6
1
Solved
I'm building an Admin panel in Symfony 3 based on Roles & Permissions. Each admin will be assigned a role(or multiple roles) and then he will be able to do things based on the permissions assig...
Suttle asked 25/7, 2016 at 10:39
3
Solved
Symfony ACL allows me to grant access to an entity, and then check it:
if (false === $securityContext->isGranted('EDIT', $comment)) {
throw new AccessDeniedException();
}
However, if I have ...
Andreaandreana asked 13/2, 2013 at 16:49
3
Solved
I am building an application on ExpressJS (similar to a blog). I am using mongoose for working with MongoDB.
I came to the point when I had to choose between various ACL modules, and decided to g...
2
Solved
I am attempting to route the following request to the appropriate servers based on the URL identified in the POST body below. I am hoping to accomplish this via a reverse proxy using HAProxy.
E.g....
4
Solved
i have setup a preDispatch plugin for my ACL. i have used the controller as resource, action as privilege. when i try to goto a non existent page, i get to the access denied page instead of 404, i ...
Crossarm asked 6/8, 2010 at 7:21
3
Solved
2
Solved
I am using nodejs, and have been researching acl/authorization for the past week. I have found only a couple, but none seem to have all the features I require. The closest has been https://github.c...
2
I have set up an Amazon Virtual Private Cloud (VPC). Inside the VPC I have 2 networks in which I create instances. For security reasons I want to put some network access control lists (Network ACL)...
Allpurpose asked 15/5, 2012 at 7:59
2
I am using Node.js to get a signed url from aws s3 using the putObject from the (aws-sdk) module. When I run my server locally there is no problem with the upload to S3. When I deploy my code to he...
Microcyte asked 14/4, 2016 at 21:5
2
Solved
We have a spring mvc rest api, utilising spring security and hibernate to a MySql db.
We have some roles configured. For example:
Standard user: ROLEA
Super user: ROLEB
Currently to ensure that...
Torchbearer asked 4/3, 2016 at 14:59
0
I am creating a Security Descriptor for creating a mutex with CreateMutex(). It turns out that you cannot use the default descriptor that comes with the default discretionary access control list (D...
2
Solved
I'm trying to create a new user via the REST API, and want the object to be accessible (read+write) only to the user that created it. If I create the user without setting an ACL, setting only the u...
Meanwhile asked 9/8, 2015 at 18:43
© 2022 - 2024 — McMap. All rights reserved.