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

Add a 3scale addon #1325

Closed
nicolaferraro opened this issue Mar 4, 2020 · 0 comments
Closed

Add a 3scale addon #1325

nicolaferraro opened this issue Mar 4, 2020 · 0 comments
Assignees
Labels
kind/feature New feature or request
Milestone

Comments

@nicolaferraro
Copy link
Member

It would be nice to provide an addon that adds some annotations that allow an API manager like 3scale to discover the service created by camel k.

The addon can be disabled by default and, if enabled, it can add e.g. the following annotations to the service:

  • "discovery.3scale.net/scheme" (required): "http" (customizable, but probably fixed)
  • "discovery.3scale.net/port" (required): "80" (by default, it's the service port, not the container port, customizable)
  • "discovery.3scale.net/path": the root path, if provided in trait customization
  • "discovery.3scale.net/description-path": "/openapi.json" (or the path to the openapi spec if available, customizable)

And label:

  • "discovery.3scale.net" (required): "true"
@nicolaferraro nicolaferraro added the kind/feature New feature or request label Mar 4, 2020
@nicolaferraro nicolaferraro added this to the 1.0.0 milestone Mar 4, 2020
@nicolaferraro nicolaferraro self-assigned this Mar 16, 2020
nicolaferraro added a commit to nicolaferraro/camel-k that referenced this issue Mar 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant