We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I'm trying to deploy api-gateway with:
replicaCount: 1 existingSecret: akeyless-api-gateway-conf-secret
but if I check with helm template there are no references to this secret and the pod logs contain corresponding errors:
helm template
2023-01-30T20:56:02.466866+00:00 akeyless-api-gateway-6fbdbd9d48-mzk2f gateway[133]: ERROR: Error retrieving adminAccountClient: Empty access id, Pod: nHjg2nPv 26 2023-01-30T20:56:02.466884+00:00 akeyless-api-gateway-6fbdbd9d48-mzk2f gateway[133]: ERROR: Gator login data is invalid. Will look for configuration data to import 25 2023-01-30T20:56:02.466897+00:00 akeyless-api-gateway-6fbdbd9d48-mzk2f gateway[133]: ERROR: Failed to import conf data required to do login. Error : Neither /var/akeyless/conf/api-proxy/api-gateway.json, nor /var/akeyless/conf/api-proxy/api-proxy.json files were found. Cannot import configuration. Continuing to start up uninitialized 24 2023-01-30T20:56:02.734631+00:00 akeyless-api-gateway-6fbdbd9d48-mzk2f gateway[133]: ERROR: Error retrieving adminAccountClient: Empty access id, Pod: nHjg2nPv 23 2023-01-30T20:56:02.734651+00:00 akeyless-api-gateway-6fbdbd9d48-mzk2f gateway[133]: ERROR: Error retrieving adminAccountClient: Empty access id, Pod: nHjg2nPv 22 2023-01-30T20:56:02.734663+00:00 akeyless-api-gateway-6fbdbd9d48-mzk2f gateway[133]: ERROR: Gateway pod nHjg2nPv: Failed to get configuration. Will return latest available value. Error: Cluster Admin is invalid { }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I'm trying to deploy api-gateway with:
but if I check with
helm template
there are no references to this secret and the pod logs contain corresponding errors:The text was updated successfully, but these errors were encountered: