Files
kops-arm64/docs/access-control.rst
Henning Jacobs cdf4a9d037 initial stub docs
2017-01-10 22:08:58 +01:00

20 lines
539 B
ReStructuredText

==============
Access Control
==============
Kube Ops View supports protecting the UI via the OAuth Authorization Code Grant flow.
TODO: how to configure
Screen Tokens
=============
Screen tokens allow non-human access to the UI to support permanent dashboards on TV screens.
On your local machine: authenticate via OAuth redirect flow and go to /screen-tokens to create a new token.
Write down the screen token on a piece of paper.
Go to the TV screen and enter /screen/$TOKEN in the location bar.
TODO: how do screen tokens work?