Tanveer Gill
Tanveer Gill
##### Checklist - [ ] `npm test` passes - [ ] tests are included - [x] documentation is changed or added - [ ] commit message follows commit guidelines #####...
* re query for the page that is created
## What 1. Gateway can work with OPA for authorization. Metadata such as headers and function names get sent to OPA as labels for authorization, refer [this blog](https://aws.amazon.com/blogs/opensource/creating-a-custom-lambda-authorizer-using-open-policy-agent/). 2. The...
- Module functions (called during App setup, return Fx options - Main app: Module - Mini app: ModuleForMiniApp - Setup functions (called via Fx through Invoke or Provide) - Main...
## Why * This test detects whether Validation or Defaults are completely broken ## What * Write tests here: https://github.com/fluxninja/aperture/blob/main/pkg/policies/controlplane/validator_test.go * Start with a super policy with all the pieces...
## Spec * in_ports: * s: A boolean Set signal * r: A boolean Reset signal * out_ports: * q ## Runtime * https://en.wikibooks.org/wiki/Digital_Circuits/Latches
**Describe the solution you'd like** * Double check whether `flowcontrolv1.Classifier` message is being populated properly in the CheckResponse for multi-label Rego rules in [populateFlowLabels](https://github.com/fluxninja/aperture/blob/main/pkg/policies/dataplane/resources/classifier/classifier.go#L107) * Should `appendNewClassifier` move inside the...
**Describe the solution you'd like** * Set `pack_as_bytes` field in [Authz buffer settings](https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/http/ext_authz/v3/ext_authz.proto#extensions-filters-http-ext-authz-v3-buffersettings) * Convert body to UTF-8 before passing to Rego * We have to make changes on the...