fiware-pep-proxy icon indicating copy to clipboard operation
fiware-pep-proxy copied to clipboard

Support for proxy functions within OAuth2-based authentication schemas. Also implements PEP functions within an XACML-based access control schema.

Results 28 fiware-pep-proxy issues
Sort by recently updated
recently updated
newest added

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

dependencies

Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.5.1 to 9.0.0. Changelog Sourced from jsonwebtoken's changelog. 9.0.0 - 2022-12-21 Breaking changes: See Migration from v8 to v9 Breaking changes Removed support for Node versions 11...

dependencies

Hi, I think there is a problem with the authorization header for Keyrock and the cache. The authorization header is not stored in the cache (only action and resource are)...

Hello, I am Fernando. I have a stage with keyrock, authzforce and wilma. I want to make the creation of entities safe depending on the values ​​of the attributes of...

hello, I would like to obtain in wilma the attributes of an entity already defined in orion based on its id. In order to evaluate those attributes in authzforce. Could...

I am in a Kubernetes environment. PEPs are running as sidecar containers to the actual apps. So I definitely want to know whats going on and how I am able...

I followed the steps given in instruction and I've got following error regardless whether I try to run application by executing 'sudo node server' or 'docker run...' `TypeError: Cannot read...

Hi All I am facing issue in this command curl --header "X-Auth-Token:z2zXk...ANOXvZrmvxvSg" http://proxy_host. I am confused what proxy_host means here . I tried with curl --header "X-Auth-Token:" http://pep-proxy-ip:port-no and received...

Hi, as I run (CI job @ travis https://travis-ci.com/fiware-qa/fiware-pep-proxy) ``` npm test``` there is the following error: ``` module.js:549 throw err; ^ Error: Cannot find module './../config' at Function.Module._resolveFilename (module.js:547:15)...