globocom / globocom/graylog-plugin-oauth2
Configuration for nginx is not clear
Open
- Dominant language
- Java
- Stars
- 16
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
```
if ($check_authgraylog = nook_auth) {
return 302 https://url/authorize?response_type=code&redirect_uri=https://$server_name$request_uri&client_id=define;
}
```
Where does the `$check_authgraylog` variable come from? I do not see any places in the configuration where it would be created.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.