You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing tyk-oss v2.1.0 chart and enabling the tyk operator, the license key does not get passed to the operator correctly. The operator logs show a failed to validate license error. It looks like this is because TYK_OPERATOR_LICENSEKEY is not set in the tyk-operator-conf secret.
The workaround is to either edit the secret to add TYK_OPERATOR_LICENSEKEY, or add TYK_OPERATOR_LICENSEKEY as an extra env var in the chart values.
The text was updated successfully, but these errors were encountered:
Hi @lboynton , could you share your helm config with us if possible? Also, currently we can only set TYK_OPERATOR_LICENSEKEY in tyk-operator-conf during installation (helm install) with bootstrapping enabled. It is not possible with helm update.
Raising separate bug after discussing in #349.
When installing tyk-oss v2.1.0 chart and enabling the tyk operator, the license key does not get passed to the operator correctly. The operator logs show a
failed to validate license
error. It looks like this is becauseTYK_OPERATOR_LICENSEKEY
is not set in thetyk-operator-conf
secret.The workaround is to either edit the secret to add
TYK_OPERATOR_LICENSEKEY
, or addTYK_OPERATOR_LICENSEKEY
as an extra env var in the chart values.The text was updated successfully, but these errors were encountered: