Brian Fox

Results 13 issues of Brian Fox

**Changes proposed in this PR**: This PR proposes the addition of a new `ConfigMap` to be added containing the accessor ids of any tokens that are created by the `server-acl-init`...

type/enhancement
needs-discussion

### Summary Currently the Kong admin API will return a `500` error if a `DELETE` request is issued to the foreign _reference_ endpoint for a non-existent parent (foreign entity). Admin...

core/admin-api
size/S

### Summary At present when a DAO is deleted, the cache key generated is always suffixed with the workspace id (see logs below for an example). This means that, for...

core/db
size/L

### Summary Allows for the creation of persistent session cookies within the `session` plugin (by exposing [lua-resty-session's](https://github.com/bungle/lua-resty-session) ability to do so already). ### Full changelog * Add schema option `cookie_persistent`...

plugins/session
size/M

### Summary PKCE enforcement can be applied to both `public` and `confidential` clients as per the implementation of [`requires_pkce`](https://github.com/Kong/kong/blob/2c1d24223b95136ece01892a55bc25c626b2eb14/kong/plugins/oauth2/access.lua#L247-L260). Currently the error returns to calling applications will always specify that...

plugins/oauth2
size/XS

### Confirmation - [X] My issue isn't already found on the issue tracker. - [X] I have replicated my issue using the latest version of the provider and it is...

kind/bug
triage/needs-information

**Describe the bug** Easiest seen in this line of code https://github.com/OctopusDeployLabs/terraform-provider-octopusdeploy/blob/5795e223d85487a896a9c38475ab7af70817dd3a/octopusdeploy/schema_ssh_key_account.go#L15 FYI: The deprecated `octopusdeploy_account` suffers from a similar issue. See: https://github.com/OctopusDeployLabs/terraform-provider-octopusdeploy/blob/5795e223d85487a896a9c38475ab7af70817dd3a/octopusdeploy/schema_account_resource.go#L68-L70 Also, out of interest sake, is there a...

**Describe the bug** When using `octopusdeploy_ssh_key_account` the `environments` configuration is not applied (can be seen in perpetual diff). **Steps to reproduce** 1. Create an `octopusdeploy_ssh_key_account` with `environments` set 2. Run...

kind/bug

The `x5c` JWT header produced by this plugin is currently invalid. This is because the header is set at https://github.com/Optum/kong-upstream-jwt/blob/0d558c89f345b8f906499285e56ea5bb39633ad6/src/access.lua#L83 using the local method at https://github.com/Optum/kong-upstream-jwt/blob/0d558c89f345b8f906499285e56ea5bb39633ad6/src/access.lua#L39 which also performs the...

Ran into a little issue the other day. When updating the configuration of some containers, the location of our keys moved, but the configuration of this plugin was not updated....