File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 6
6
7
7
![ alt gopher network] ( https://raw.githubusercontent.com/kubevirt-ui/kube-gateway/main/docs/network-side.png )
8
8
9
- Use k8s API for your web application, the k8s API is served in the same host as the web application,
10
- the web application can manage the access control by manipolating a session cookie containing a singed token,
11
- once the session cookie is set the web application can access the authorized k8s resources using k8s API.
12
- A signed token gives access to predefined k8s resources during a predefined time window.
9
+ Access k8s API using time limited access tokens, kube-gateway allow usage of one time access tokens to k8s resources, users
10
+ can use the default kube-gateway web application, or create custom web applications that use the time limited tokens to access the
11
+ k8s API.
13
12
14
13
## What can I do with it ?
15
14
16
- - Create links to access a k8s resource with a time limited signed token (* ).
15
+ - Create one time links to access a k8s resource with a time limited signed token (* ).
17
16
- Create custom web applications that can access k8s API using time limited singed tokens.
18
17
19
- (* ) a signed token that is authenticated using a public key gives access to predefined k8s resources during a predefined time window.
18
+ (* ) a signed token gives access to predefined k8s resources during a predefined time window.
20
19
## Build the gateway server with noVNC web application
21
20
22
21
``` bash
You can’t perform that action at this time.
0 commit comments