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

allow use.gist.user.home with gist service login #2750

Open
gordonwoodhull opened this issue Jan 19, 2021 · 0 comments
Open

allow use.gist.user.home with gist service login #2750

gordonwoodhull opened this issue Jan 19, 2021 · 0 comments

Comments

@gordonwoodhull
Copy link
Contributor

I wanted single user regular login with rcloud-gist-services for a demo instance, because we don't know how to do AD in Azure yet.

I got it to work with

exec.auth: attESSec
github.auth: exec.token
github.client.id: default
github.client.secret: X
rational.githubgist: true
github.api.url: http://rc-meta:13020/
github.auth.forward: http://rcloud-4.research.att.com/login_successful.R
use.gist.user.home: yes
...

However, `use.gist.user.home` did not work because of `exec.auth`, so I commented out part of the check in `RC.authenticate`:

```R
  if (# !nzConf("exec.auth") &&
     nzConf("use.gist.user.home") && length(grep("yes", getConf("use.gist.user.home")))) {

It might be nice to support this scenario somehow. (Although if things go well and we move to AD, this won't be needed.)

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