Colin Adler

Results 29 comments of Colin Adler

>Is there a way to adjust/specify the session-timeout for OIDC? Currently it seems like the limit is 60 mins before refresh kicks in and requires reauth. When `coder.oidc.enableRefresh` is set...

Getting the origin url is probably the best bet.

The diff gist is a bit hard to parse, but `url.Parse` would definitely be better here, and your diff seems to handle the `:` correctly.

Also, I may have misled you. Reread through the comments and my > Getting the origin url is probably the best bet. comment was in response to the PR comment...

Unlucky, didn’t think about that On Sun, Jun 30, 2019 at 10:33 PM Dean Sheather wrote: > One issue I just found with r.Host is that it's not correct if...

BitBucket should already be supported ``` sail run https://bitbucket.org/username/repo ```

You're also able to change the default host in the config So `sail run username/repo` will expand to `sail run ssh://bitbucket.org/username/repo` instead of `sail run ssh://github.com/username/repo`

I forgot you needed a schema if you provide a host to `sail run` It would be `sail run ssh://github/org/repo`