Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
blaubaer committed Aug 27, 2024
1 parent fc2657a commit 7c871e3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Bifröst (spoken as "Bee-frest"), is an advanced SSH server. It can be used as a
* [License](LICENSE)
* [Code of Conduct](CODE_OF_CONDUCT.md)
* [Contributing](CONTRIBUTING.md)
* [Security](SECURITY.md)

## Features

Expand Down Expand Up @@ -96,3 +97,4 @@ This project is currently under development. The application is stable ([file a
* [License](LICENSE)
* [Code of Conduct](CODE_OF_CONDUCT.md)
* [Contributing](CONTRIBUTING.md)
* [Security](SECURITY.md)
17 changes: 16 additions & 1 deletion doc/flows.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Engity's Bifröst Flows

⚠️ Work in progress.
A flow represents a flow of a user's session from the [authorization](authorizations.md) to the active [environment](environments.md).

```mermaid
flowchart TD
Requirement("If the <a href="#requirement">Requirement</a> is fulfilled?")
Authorization("Is the user is successfully <a href="#authorization">authorized</a>?")
Environment("Execute the user into the <a href="#environment">environment</a>.")
Requirement --> Authorization --> Environment
```
## Requirement

## Authorization

## Environment

4 changes: 4 additions & 0 deletions doc/usecases.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,7 @@ You're using Bifröst with multiple [flows](flows.md), configured. Each flow can

You simply want to use something else than [OpenSSH sshd](https://man.openbsd.org/sshd.8), Bifröst will do this, too. 😉 Just use [this configuration](configurations/sshd-dropin-replacement.yaml).


## More topics
* [Configuration](configuration.md)
* [Features](../README.md#features)

0 comments on commit 7c871e3

Please sign in to comment.