Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
2945f87b
Commit
2945f87b
authored
Jan 10, 2015
by
Deyuan Deng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc fixes
parent
6cd37637
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
authentication.md
docs/authentication.md
+2
-2
development.md
docs/devel/development.md
+4
-0
No files found.
docs/authentication.md
View file @
2945f87b
...
@@ -7,7 +7,7 @@ to apiserver. Currently, tokens last indefinitely, and the token list cannot
...
@@ -7,7 +7,7 @@ to apiserver. Currently, tokens last indefinitely, and the token list cannot
be changed without restarting apiserver. We plan in the future for tokens to
be changed without restarting apiserver. We plan in the future for tokens to
be short-lived, and to be generated as needed rather than stored in a file.
be short-lived, and to be generated as needed rather than stored in a file.
The token file format is implemented in
`p
kg/auth/authenticator
/tokenfile/...`
The token file format is implemented in
`p
lugin/pkg/auth/authenticator/token
/tokenfile/...`
and is a csv file with 3 columns: token, user name, user uid.
and is a csv file with 3 columns: token, user name, user uid.
## Plugin Development
## Plugin Development
...
@@ -16,4 +16,4 @@ We plan for the Kubernetes API server to issue tokens
...
@@ -16,4 +16,4 @@ We plan for the Kubernetes API server to issue tokens
after the user has been (re)authenticated by a
*bedrock*
authentication
after the user has been (re)authenticated by a
*bedrock*
authentication
provider external to Kubernetes. We plan to make it easy to develop modules
provider external to Kubernetes. We plan to make it easy to develop modules
that interface between kubernetes and a bedrock authentication provider (e.g.
that interface between kubernetes and a bedrock authentication provider (e.g.
github.com, google.com, enterprise directory, kerberos, etc.)
github.com, google.com, enterprise directory, kerberos, etc.)
docs/devel/development.md
View file @
2945f87b
...
@@ -137,6 +137,10 @@ godep go tool cover -html=target/c.out
...
@@ -137,6 +137,10 @@ godep go tool cover -html=target/c.out
## Integration tests
## Integration tests
You need an
[
etcd
](
https://github.com/coreos/etcd/releases/tag/v0.4.6
)
in your path, please make sure it is installed and in your
``$PATH``
.
You need an
[
etcd
](
https://github.com/coreos/etcd/releases/tag/v0.4.6
)
in your path, please make sure it is installed and in your
``$PATH``
.
```
cd kubernetes
hack/test-integration.sh
```
## End-to-End tests
## End-to-End tests
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment