Skip to content

Commit ebb97f8

Browse files
author
yzamir
committed
add readme
1 parent 6a89b42 commit ebb97f8

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,16 @@
66

77
![alt gopher network](https://raw.githubusercontent.com/kubevirt-ui/kube-gateway/main/docs/network-side.png)
88

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.
1312

1413
## What can I do with it ?
1514

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 (*).
1716
- Create custom web applications that can access k8s API using time limited singed tokens.
1817

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.
2019
## Build the gateway server with noVNC web application
2120

2221
``` bash

0 commit comments

Comments
 (0)