factorhouse / kpow

Kpow for Apache Kafka
https://factorhouse.io/kpow
Other
37 stars 5 forks source link

Error: License details invalid or expired #16

Closed ghost closed 1 year ago

ghost commented 1 year ago

Version of Kpow Community 19.5.1

Describe the issue On entering the license details, I am getting an error License details invalid or expired even when I generate the same on KPOW UI and license details are getting auto-populated

Additional context Add any other context about the problem here.

ghost commented 1 year ago
Screenshot 2023-09-13 at 12 40 47 PM
d-t-w commented 1 year ago

Hi @SUSINGH249 this is an easy one.

Please copy the license certificate from the license email into the text area (not the license environment variables). The license certificate can be found at the top of your license email. Your input should look similar to:

Screen Shot 2023-09-13 at 5 37 08 pm

The license environment variables are for starting Kpow without the wizard, details of using them can be found here:

https://docs.kpow.io/ce/configuration/#confluent-cloud-example-configuration

The example in our docs shows how to use those license variables to create a docker env file and specify all of your parameters up front, this avoids the wizard and allows for repeatable deployments (and deployments into environments like Kubernetes, Fargate, etc).

The linked docs may also be of interest to you because they show a specific Confluent Cloud example and how to integrate Kpow Community Edition with the Confluent Metrics API for better integration / metrics within Kpow CE when using Confluent Cloud.

To see disk usage information in Kpow when integrating with Confluent Cloud, follow the instructions in the linked docs to create a Confluent API key/pass and configure them like so:

# Configure Confluent API Key+Secret for enhanced metrics
CONFLUENT_API_KEY=your-confluent-api-key
CONFLUENT_API_SECRET=your-confluent-api-secret

I will close this ticket now, just reach out (or email support@factorhouse.io) if you need further help Ta, Derek