go-pdk icon indicating copy to clipboard operation
go-pdk copied to clipboard

Write Kong plugins in Go! 🦍

Results 20 go-pdk issues
Sort by recently updated
recently updated
newest added

fmt.Println(kong.ServiceResponse.GetRawBody()) I try to call this function but return empty string how fix this please?

I have a plugin that sets a string to the Shared Context of Kong to be used in other plugins. We noted that the memory consumption of the container increases...

Bumps google.golang.org/protobuf from 1.33.0 to 1.34.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.33.0&new-version=1.34.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
go

Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 5 to 6. Release notes Sourced from goreleaser/goreleaser-action's releases. v6.0.0 [!WARNING] This is a breaking change! Follow the instructions here to upgrade! What's Changed feat!: use "~>...

dependencies
github_actions

I am writing a plugin that needs to Authenticate SOAP requests so I cannot use the built-in `Key Auth` plugin. To do this, I need to access the list of...

question

I see this is already present in other language SDKs but not here. I can try to add it myself although I am not familiar with contribution guidelines for this...

enhancement

I wrote a plugin using go-pdk and tested it successfully in docker. However I couldn't find any documentation about deploying it on the Kong Ingress Controller.Is it supported?

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 6. Release notes Sourced from golangci/golangci-lint-action's releases. v6.0.0 What's Changed This version removes annotations option (because it was useless), and removes the default output format...

dependencies
github_actions

Adds the ability to Set a value in the Serialize table. I'm uncertain of how to append the mode argument within the protobuf so Add and Replace are left commented...

- Addresses a connection leak in the internal plugin test environment's network connection instantiation - Implements some extra error handling and checks in the plugin test package