Questions tagged [policies]

200 questions
0
votes
1 answer

Policies auth on expressJS

How can I integrate the way of doing policies in SailsJs into a basic expressJs project? The way of doing policies in SailsJs
0
votes
2 answers

Can't copy S3 source bucket content to a new destination S3 bucket

I ve been trying to copy a bucket content from S3 to another bucket following these instructions : http://blog.vizuri.com/how-to-copy/move-objects-from-one-s3-bucket-to-another-between-aws-accounts I have a destination bucket (where I want to copy…
David Geismar
  • 3,152
  • 6
  • 41
  • 80
0
votes
1 answer

Unlang write to file FreeRADIUS

I know I might be facing an impossible mission. What I do want is radiusd to write down every mac received in an Acces-Request, for later on deny access to those MAC. I know the policies file is written in unlang, bad news are that radiusd does not…
Lucas
  • 55
  • 1
  • 8
0
votes
2 answers

Azure API Management: Doing a global policy for set-backend-service results in scope error

So globally on my API service, I always wish to set the backend service URL based on certain calling regions. According to this MSDN library article, using the set-backend-service policy sounds perfect for this, and it's a global policy according to…
Rudy Scoggins
  • 431
  • 3
  • 8
0
votes
0 answers

How to create the 'certificate policies' extension in pyOpenSSL?

Creating 'certificate policies' extension in pyOpenSSL can be hardly found in the Internet. I try like this: crypto.X509Extension('certificatePolicies',True,'Policy: 2.16.840.1.114414.1.7.23.3,CPS: ttp://certificates.starfieldtech.com/repository/')…
DOWTIA
  • 105
  • 2
  • 9
0
votes
1 answer

trying ticking off the check box twice unticks it where it shouldnt untick the checkbox until the user who ticked or the admin laravel

Only the user who ticked the checkbox can untick the checkbox or the admin can do it but when I try unticking it with any other user then it unticks it on SECOND attemp but on first attempt it stays ticked. My controller File public function…
asad sajjad
  • 85
  • 2
  • 12
0
votes
1 answer

Moving large swf to S3 causes security issues

I have inherited a website which is build entirely in Flash and the main swf is 4.5MB large (ouch!). As you might guess this has caused a large hosting bill for my client. To solve the issue somewhat I want to move this monolithic swf to Amazon S3,…
Luke
  • 20,878
  • 35
  • 119
  • 178
0
votes
0 answers

Laravel Policies - bad practice to let models deal with this logic?

I have started learning Laravel 5.1 and I wanted to find the reason why the "Policies" are apart from the model functions. I think that the kind of logic that policies deal with could be done by models alone. Maybe I think like this because I come…
vladimir.gorea
  • 641
  • 1
  • 8
  • 27
0
votes
1 answer

Allow all subdomains to use S3 bucket and file sharing

I have domain and many subdomains... and many more subdomains will be created. I want to allow all the sub domains to use the actual domain bucket policy (S3). For example: example.com is my main domain and I want abc.example.com, abcd.example.com…
Fuzail
  • 21
0
votes
1 answer

IAM, apply policy only to tagged instances

I need create a policy IAM to stop or terminate only instances that have a specific tag (multiple instances), i have written this: { "Action": [ "ec2:StopInstances", "ec2:TerminateInstances" …
stecog
  • 2,202
  • 4
  • 30
  • 50
0
votes
0 answers

Using a typdef of an input template parameter as the input to a templated parent class

I'm trying to build a program that implements policies to change behavior. I have one main gradient descent class which takes two policies, processingPolicy and threadingPolicy. I then have another specific class that inherits the gradient descent…
Daniel Moodie
  • 357
  • 1
  • 10
0
votes
1 answer

About Android Developer Program Policies, Could I download a dex file from another website and load it?

I want to reduce my android apk file size, so I split some function source code and compile those code to a Jar file, it contain a dex file in the jar file. When android app need use those functions, the app download the jar file and load dex file…
arno
  • 3
  • 1
0
votes
1 answer

What is the parent / child relationship of a policy set in Websphere Application Server?

I've been doing research on policy sets over the past little while and am trying to find more information about them. I believe I have a good idea of the answer to this question but I wanted to confirm. To my understanding in WAS you have a server…
mcraenich
  • 745
  • 1
  • 14
  • 38
0
votes
4 answers

Sailsjs policies

I am having trouble figuring out sails policies, I follow the tutorial but still can't make it work. In my policies.js file: module.exports.policies = { '*':true, UsersController:{ '*':false, signIn: 'skipAuthenticated' } } And in my…
Carson Wright
  • 323
  • 3
  • 12
0
votes
1 answer

New policies for desktop web games off of Facebook.com

what is intended for "desktop web game off facebook.com" ? How can I create a web game only on facebook.com ? I currently have the game www.logogame.biz and I don't want to be impacted by the upcoming new policies. I'd like to move the game "on…
Simone
  • 43
  • 1
  • 7
1 2 3
13
14