mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-04-26 13:34:45 +00:00
[doc] improve documentation WOODPECKER_SESSION_EXPIRES (#2603)
This commit is contained in:
parent
cbf052ca0d
commit
3f185d5b36
3 changed files with 9 additions and 0 deletions
|
@ -355,6 +355,9 @@ The maximum time in minutes you can set in the repo settings before a pipeline g
|
||||||
> Default: `72h`
|
> Default: `72h`
|
||||||
|
|
||||||
Configures the session expiration time.
|
Configures the session expiration time.
|
||||||
|
Context: when someone does log into Woodpecker, a temporary session token is created.
|
||||||
|
As long as the session is valid (until it expires or log-out),
|
||||||
|
a user can log into Woodpecker, without re-authentication.
|
||||||
|
|
||||||
### `WOODPECKER_ESCALATE`
|
### `WOODPECKER_ESCALATE`
|
||||||
> Defaults are defined in [shared/constant/constant.go](https://github.com/woodpecker-ci/woodpecker/blob/main/shared/constant/constant.go)
|
> Defaults are defined in [shared/constant/constant.go](https://github.com/woodpecker-ci/woodpecker/blob/main/shared/constant/constant.go)
|
||||||
|
|
|
@ -173,6 +173,9 @@ The default docker image to be used when cloning the repo
|
||||||
> Default: `72h`
|
> Default: `72h`
|
||||||
|
|
||||||
Configures the session expiration time.
|
Configures the session expiration time.
|
||||||
|
Context: when someone does log into Woodpecker, a temporary session token is created.
|
||||||
|
As long as the session is valid (until it expires or log-out),
|
||||||
|
a user can log into Woodpecker, without re-authentication.
|
||||||
|
|
||||||
### `WOODPECKER_ESCALATE`
|
### `WOODPECKER_ESCALATE`
|
||||||
> Default: `plugins/docker,plugins/gcr,plugins/ecr,woodpeckerci/plugin-docker,woodpeckerci/plugin-docker-buildx`
|
> Default: `plugins/docker,plugins/gcr,plugins/ecr,woodpeckerci/plugin-docker,woodpeckerci/plugin-docker-buildx`
|
||||||
|
|
|
@ -352,6 +352,9 @@ The maximum time in minutes you can set in the repo settings before a pipeline g
|
||||||
> Default: `72h`
|
> Default: `72h`
|
||||||
|
|
||||||
Configures the session expiration time.
|
Configures the session expiration time.
|
||||||
|
Context: when someone does log into Woodpecker, a temporary session token is created.
|
||||||
|
As long as the session is valid (until it expires or log-out),
|
||||||
|
a user can log into Woodpecker, without re-authentication.
|
||||||
|
|
||||||
### `WOODPECKER_ESCALATE`
|
### `WOODPECKER_ESCALATE`
|
||||||
> Defaults are defined in [shared/constant/constant.go](https://github.com/woodpecker-ci/woodpecker/blob/master/shared/constant/constant.go)
|
> Defaults are defined in [shared/constant/constant.go](https://github.com/woodpecker-ci/woodpecker/blob/master/shared/constant/constant.go)
|
||||||
|
|
Loading…
Reference in a new issue