Skip to content

Is it possible to change the root path of the admin UI? #7746

Answered by nedgar
benjoshua asked this question in Questions
Discussion options

You must be logged in to vote

I was looking for this too. I don't see it in the doc on the main site, but it is possible. Try adding this to your keystone config:

{
...
  ui: {
    isDisabled: false,
    basePath: '/admin',
  }
}

See the AdminUIConfig type.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dcousens
Comment options

Answer selected by dcousens
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants