Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

chore: use access url from env resource pool #216

Merged
merged 10 commits into from
Jan 15, 2021
Merged

chore: use access url from env resource pool #216

merged 10 commits into from
Jan 15, 2021

Conversation

cmoog
Copy link
Contributor

@cmoog cmoog commented Jan 14, 2021

cc @f0ssel

[ch5790]

@cmoog cmoog requested a review from f0ssel January 14, 2021 18:43
@cmoog cmoog marked this pull request as ready for review January 14, 2021 18:43
@cmoog
Copy link
Contributor Author

cmoog commented Jan 14, 2021

Waiting to test properly when AccessURL is available. For now, shimming the value inside the coder-sdk calls works good enough.

@cmoog
Copy link
Contributor Author

cmoog commented Jan 14, 2021

Oh there is an issue with the sshAvailable check, that needs to be on a per resource pool basis.

@f0ssel
Copy link
Contributor

f0ssel commented Jan 14, 2021

Looking good so far, hmu when you got the ssh fix in

@cmoog
Copy link
Contributor Author

cmoog commented Jan 14, 2021

@f0ssel it's good to go 👍

@cmoog cmoog requested a review from deansheather January 15, 2021 00:44
@cmoog cmoog merged commit 2136d8d into master Jan 15, 2021
@cmoog cmoog deleted the cmoog/access-url branch January 15, 2021 00:46
if err != nil {
return xerrors.Errorf("check if SSH is available: unable to connect to SSH endpoint: %w", err)
return xerrors.Errorf("resolve env pools: %w", err)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we keep canConnectSSH?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was kinda dumb anyway....

@deansheather
Copy link
Member

oh too late

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants