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

Camel K Operator is not reading the Telegram endpoint API-Key properly. #1039

Closed
pabloxtiyo opened this issue Nov 3, 2019 · 5 comments
Closed

Comments

@pabloxtiyo
Copy link

Hi, im running Camel-K last version over GKE and when I try to use the Telegram Endpoint I'm getting this issue:

Caused by: java.lang.IllegalArgumentException: AuthorizationToken must be configured on either component or endpoint for telegram: telegram://bots/xxxxxxxx

If I run the same code with Spring Boot works like a charm.

@vinayakadkoli
Copy link

I see the same behavior too.

@vinayakadkoli
Copy link

Have you been able to get around this? tried with setting the profile as well. No luck.

@lburgazzoli
Copy link
Contributor

how did you set the telegram token ?

@buuhsmead
Copy link

Running camel-K with a telegram route and had the same issue.
Was able to resolve by a slightly different uri

from("telegram:bots?authorizationToken={{telegram-token}}")

@davsclaus
Copy link
Contributor

See the migration guide for Camel as camel-telegram has changed syntax from 2.x to 3.0
https://camel.apache.org/manual/latest/camel-3-migration-guide.html#_telegram

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

5 participants