Aurélien Lajoie

Results 23 issues of Aurélien Lajoie

If an user can see only assigned issue, he will receive into the email issue that he is not allowed to see.

Update of #7829 ### Summary Adding Miss/Hit, Age and cache key to answer shouldn't be the default behavior. Add option to remove the proxy cache headers from the response. If...

plugins/proxy-cache
size/XL
changelog
schema-change-noteworthy
author/community

Images to show the issues: ![image](https://user-images.githubusercontent.com/245365/219486285-c97e10ea-fba1-49ce-99db-18088b90a534.png) ![image](https://user-images.githubusercontent.com/245365/219486470-32731305-ae24-46d6-bc3f-9b72e26980d4.png) The diffs are quite simple raw diff ```diff diff --git a/ci/images/ubuntu-dind/install.sh b/ci/images/ubuntu-dind/install.sh index 554923f549..a5049b156c 100644 --- a/ci/images/ubuntu-dind/install.sh +++ b/ci/images/ubuntu-dind/install.sh @@ -12,3 +12,14 @@...

Add an optional arg to limit access to a specific role

Hi, TODO tag is used for some project. For example https://github.com/karelzak/util-linux/issues?q=is%3Aissue+is%3Aopen+label%3ATODO

Before doing the change, I would like to know if using pongo (and so standard plugins files organisation) can be interesting

Add rockspec template file and plugins core files Fix #53

### Issue Description When using `docker build . -t kong-plugin-url-rewrite-dev` We get: ``` cp rockspec.template kong-plugin-url-rewrite-"1.1.1-0".rockspec cp: cannot stat 'rockspec.template': No such file or directory ``` ### Expected Behavior Build...

Refs: #34 Closes: #26