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

feat: Kong Plugin #54

Merged
merged 16 commits into from
Nov 11, 2021
Merged

feat: Kong Plugin #54

merged 16 commits into from
Nov 11, 2021

Conversation

fishkerez
Copy link
Contributor

No description provided.

@fishkerez fishkerez self-assigned this Nov 10, 2021
.github/workflows/ci.yml Outdated Show resolved Hide resolved
.github/workflows/docker.yml Outdated Show resolved Hide resolved
.github/workflows/release.yaml Show resolved Hide resolved
.github/workflows/release.yaml Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
plugins/gateway/kong/plugin.go Outdated Show resolved Hide resolved
plugins/gateway/kong/plugin.go Outdated Show resolved Hide resolved
plugins/gateway/kong/plugin.go Outdated Show resolved Hide resolved
plugins/gateway/kong/plugin.go Outdated Show resolved Hide resolved
Comment on lines 173 to 174
var Version = "0.2"
var Priority = 1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what are those?
if that is the plugin version we should set it during build with build flags like we do for the backend

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The priority is meaningless since we are the only plugin server
The version is also just a thing you need to pass to the server. Not sure where it is being used

Copy link
Member

@FrimIdan FrimIdan Nov 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since we are the only plugin server

maybe the user has its own plugins

Not sure where it is being used

Still I would put here the tag/commit hash from the build

plugins/gateway/kong/plugin.go Outdated Show resolved Hide resolved
plugins/gateway/kong/plugin.go Outdated Show resolved Hide resolved
@fishkerez fishkerez merged commit 2204e56 into master Nov 11, 2021
@fishkerez fishkerez deleted the kong-plugin branch November 11, 2021 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants