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

Allow Setting 'Instance Name' for Plugins #157

Open
ic-smiller opened this issue Jan 16, 2025 · 0 comments
Open

Allow Setting 'Instance Name' for Plugins #157

ic-smiller opened this issue Jan 16, 2025 · 0 comments

Comments

@ic-smiller
Copy link

The kong_plugin resource does not currently support setting the instance_name property. Please add support for this so that we can see more detail on plugins when navigating the portal.

See the Kong Admin API docs. The example provided has the following json data:

{
  "name": "rate-limiting",
  "route": "string",
  "service": "string",
  "consumer": "string",
  "instance_name": "rate-limiting-foo",
  "config": {
    "hour": 500,
    "minute": 500
  },
  "protocols": [
    "http"
  ],
  "enabled": true,
  "tags": [
    "string"
  ],
  "ordering": {
    "before": [
      "string"
    ]
  }
}

As you can see, the instance_name property is supported by the API, but not by this provider.

Thank you!

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

No branches or pull requests

1 participant