review/openbao #1

Open
stephan.lo wants to merge 1 commit from Michal.Wrobel/edp-doc:review/openbao into development
Owner

Hi Michal! I read your Openbao documenttaion and gave some feedback.
How do you think we or you can add the tutorials?

Hi Michal! I read your Openbao documenttaion and gave some feedback. How do you think we or you can add the tutorials?
stephan.lo added 2 commits 2025-01-10 08:24:56 +00:00
stephan.lo reviewed 2025-01-10 08:31:28 +00:00
@ -30,1 +43,3 @@
*Hint: To be able to use OpenBao it has to be unsealed first. This happens automatically. While unsealing an initial token is being created. To access this token just run the **./getpassword.sh** script.*
How does gaining access to OpenBao secrets work?
![authentication layout](https://openbao.org/assets/images/openbao-auth-workflow-cfa532248968cdd9f3fd16e8c02c1b49.png)
Author
Owner

I guess authenticating with LDAP is just one possibility. Perhaps you could show/mention other ones.

I guess authenticating with LDAP is just one possibility. Perhaps you could show/mention other ones.
stephan.lo reviewed 2025-01-10 08:32:30 +00:00
@ -31,0 +46,4 @@
- **Authentication:** Before a human or machine can gain any access, an administrator must configure OpenBao with an auth method. When a client tries to log in to OpenBao, the system checks clients data against an internal or external (see *Validation* below) system. Once authenticated, Vault generates an **access token** for the client. This token is then used for every action performed in OpenBao.
Author
Owner

There is 'Vault' in the sentence. I guess it should read 'OpenBao' ?

There is 'Vault' in the sentence. I guess it should read 'OpenBao' ?
stephan.lo reviewed 2025-01-10 08:33:24 +00:00
@ -31,0 +51,4 @@
<b style="color:orange">Note: the administrator can provide you with an already generated access token</b>
- **Validation:** If trusted third-party credential repositories (e.g., GitHub, LDAP, AppRole) are specified, OpenBao forwards authentication to them.
- **Authorization:** Vault applies policies based on the authentication method and rules set by the admin to the token that was generated during authentication. Policies provide a declarative way to grant or forbid access to certain **paths** and **operations** in OpenBao.
Author
Owner

'Vaukt' once again. And some further cases here in the doc ...

'Vaukt' once again. And some further cases here in the doc ...
stephan.lo reviewed 2025-01-10 08:36:55 +00:00
@ -79,1 +184,3 @@
---
## 🔨 How to use it?
Author
Owner

I like the idea of 'Short tutorials'!

I like the idea of 'Short tutorials'!
This pull request can be merged automatically.
This branch is out-of-date with the base branch
The changes on this branch are already on the target branch. This will be an empty commit.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u review/openbao:Michal.Wrobel-review/openbao
git checkout Michal.Wrobel-review/openbao

Merge

Merge the changes and update on Forgejo.
git checkout development
git merge --no-ff Michal.Wrobel-review/openbao
git checkout development
git merge --ff-only Michal.Wrobel-review/openbao
git checkout Michal.Wrobel-review/openbao
git rebase development
git checkout development
git merge --no-ff Michal.Wrobel-review/openbao
git checkout development
git merge --squash Michal.Wrobel-review/openbao
git checkout development
git merge --ff-only Michal.Wrobel-review/openbao
git checkout development
git merge Michal.Wrobel-review/openbao
git push origin development
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: DevFW-CICD/edp-doc#1
No description provided.