Skip to content

Commit

Permalink
Merge pull request #31 from jcantrill/change_logout_default
Browse files Browse the repository at this point in the history
modify default logout to work with oauth-proxy
  • Loading branch information
jcantrill committed Jul 24, 2018
2 parents c88d784 + 74c0a57 commit 31dfbeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const config = {
"logoutUrl": '/auth/logout'
"logoutUrl": '/oauth/sign_in'
};
export default config
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "origin-kibana",
"version": "5.6.10-2",
"version": "5.6.10-3",
"homepage": "https://github.com/openshift/origin-kibana",
"authors": [
"dev@openshift.redhat.com"
Expand Down

0 comments on commit 31dfbeb

Please sign in to comment.