Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated Changelog update [skip-ci] #7766

Merged
merged 2 commits into from
Aug 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading