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

Cluster config to allow specifying login host as the default #508

Closed
ericfranz opened this issue May 20, 2020 · 0 comments · Fixed by #519 or #522
Closed

Cluster config to allow specifying login host as the default #508

ericfranz opened this issue May 20, 2020 · 0 comments · Fixed by #519 or #522
Assignees
Milestone

Comments

@ericfranz
Copy link
Contributor

ericfranz commented May 20, 2020

v2:
  login:
    host: "owens.osc.edu"
    default: true

We would build an array of all the login hosts from each cluster, then the first cluster in that array with "default" set would be used as the default, unless DEFAULT_SSHHOST was set. If neither found, the first host in the array would be the default.

The cluster config "acls" section would be ignored in this case - that could be added later, though a duplicate implementation would need to be implemented using nodejs until this info could be provided in a shared web service.

But the hidden attribute should be respected i.e. if marked as hidden, we don't use as a default.

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

Successfully merging a pull request may close this issue.

2 participants