Shawn Kim

Results 16 issues of Shawn Kim

**Background:** - Access token is added in the NGINX Plus OIDC. - New endpoints are added in the issue of https://github.com/nginxinc/nginx-openid-connect/issues/55 - `/login` endpoint - `/userinfo` endpoint - `/v2/logout endpoint...

**Background:** - Access token is added in the NGINX Plus OIDC. - New endpoints are added in the issue of https://github.com/nginxinc/nginx-openid-connect/issues/55 - `/login` endpoint - `/userinfo` endpoint - `/v2/logout endpoint...

**Background:** - Current NJS implementation disregard the `access_token` that is being sent by the IdP and only uses the `id_token` to get stored in the NGINX Plus K/V store. -...

**Background:** - As a SWE, I want to reuse `nginx-aws-signature` lib for not only S3 gateway but also other AWS services gateway such as Lambda gateway. **Description:** - Move aws...

**Issues:** ```bash $ cf2tf cloudformation-template.yaml -o tf // Converting cloudformation-template.yaml to Terraform! // Existing Terraform src code found at /var/folders/jj/2yn5ym4j2wj892zt7r_9z6q00000gn/T/terraform_src. Traceback (most recent call last): File "/Users/dev/.pyenv/versions/3.12.4/bin/cf2tf", line 8, in...

**Background** - [NIST CVE-2020-26160](https://nvd.nist.gov/vuln/detail/CVE-2020-26160) - `jwt-go` before 4.0.0-preview1 allows attackers to bypass intended access restrictions in situations with []string{} for m["aud"] (which is allowed by the specification). - Because the...