Skip to content

Commit

Permalink
Automated Changelog update [skip-ci] (#7766)
Browse files Browse the repository at this point in the history
* Automated changelog update

* Update changelog.md

---------

Co-authored-by: kong-docs[bot] <[email protected]>
Co-authored-by: Lucie Milan <[email protected]>
  • Loading branch information
3 people authored Aug 19, 2024
1 parent 6f5b6bd commit 2b0fea2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

<!--vale off-->

## Week 33

### [Feat: Document shared variables](https://github.com/Kong/docs.konghq.com/pull/7750) (2024-08-13)

Update the template documentation to add details for using shared variables:
https://docs.konghq.com/gateway/latest/plugin-development/pdk/kong.ctx/#kongctxshared


This looks to have been added here, https://github.com/Kong/kong-plugin-request-transformer/pull/7, but we lack documentation on how to reference it. Using the documented convention, kong.ctx.shared.foo, results in errors with "kong" being a nil value.

Tests have shown it successful using this with the request transformer plugin and route transformer advanced, i.e:

x-name:$((function() return shared["gruber"] end)())

Where "gruber" has been previously defined as
kong.ctx.shared.gruber = "myHeader"

#### Modified

- https://docs.konghq.com/hub/kong-inc/request-transformer-advanced/how-to/

## Week 32

### [Fix: Update key-auth request behaviour matrix](https://github.com/Kong/docs.konghq.com/pull/7737) (2024-08-09)
Expand Down

0 comments on commit 2b0fea2

Please sign in to comment.