-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Panic in k8s integration #200
Comments
HI @cgimenes! Really sorry about this. Yes, the service token format has changed. it is now separated with dots instead of commas. Plus, it also embeds a projectId inside, so you don't need to specify it yourself. You can generate it in the settings of your project. @maidul98 would be able to look into this issue in a bit |
@cgimenes Yes, we have recently updated our service tokens to be more rubust. Because of this change we also need to update the K8 operator to accept the new token. I will provide an update when this update is complete here! |
Same issue here. I have a new token (
Looks like the token is found, but
|
@bartosz-maciaszek This is due to the new format for service token which the old operator does not understand. I'm currently working on updating the operator to resolve this issue. We will also have auto redeployment when secrets update, stay tuned! |
@maidul98 Thanks for the quick reply! Is there a workaround, like an ability to generate a service token compatible with the current version of the operator? |
The current UI only produces the new service tokens. I'd say give me a few more hours as i'm currently testing out the improved operator. Once done, i'll release it so that you can start utilizing it |
This issue has been fixed along with other improvoments. Please have a look at https://infisical.com/docs/integrations/platforms/kubernetes |
Thank you, @maidul98. I upgraded the |
Log from infisical-operator-controller-manager:
Checked the code from:
infisical/k8-operator/packages/api/api.go
Line 30 in cb60151
And noticed that my service token doesn't have any comma.
Did the token format change?
The text was updated successfully, but these errors were encountered: