Environments
Bifröst executes user sessions within environments. These environments can either be the local environment of the host (on which Bifröst runs on) itself or even containers (currently in development Docker and Kubernetes).
Types
local
: Local
Examples
- Using local environment on Linux:
1 2
type: local name: "{{.authorization.user.name}}"
- Using local environment on Windows:
1
type: local