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

Unable to access Credhub CLI #331

Open
jonathon-m opened this issue Apr 3, 2023 · 0 comments
Open

Unable to access Credhub CLI #331

jonathon-m opened this issue Apr 3, 2023 · 0 comments

Comments

@jonathon-m
Copy link

Hey team, thanks for the great work on Control Tower.

I'm having trouble accessing credhub to add some keys to my deployment. The error returned when attempting credhub login is

Post "https://{custom-domain}:8443/oauth/token": dial tcp 172.21.0.8:8443: i/o timeout

I can access this address via my browser, however the certificate is expired which I think is causing the issue. I've attempted login using both --skip-tls-validation and --server but with no progress.

How can I fix this certificate, or access Credhub with the current cert? Thanks!

Control tower version is 0.32.0, and was deployed with:

control-tower deploy \
  --iaas aws \
  --domain {custom-domain} \
  --region {region} \
  --workers 1 \
  --worker-type m5 \
  --worker-size 2xlarge \
  --web-size large \
  --db-size small \
  --allow-ips {whitelisted-ips} \
  --github-auth-client-id $GITHUB_AUTH_CLIENT_ID \
  --github-auth-client-secret $GITHUB_AUTH_CLIENT_SECRET \
  cdp-ci
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

1 participant