-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Bitwarden | ||
|
||
A [password tool](https://bitwarden.com) to help us manage our [organizations secrets](https://vault.bitwarden.com/#/vault?organizationId=e429b264-5b49-4794-be50-b0660125456a). | ||
|
||
Here is an outline of passwords we are tracking | ||
(duplicating here as can better document the integrations with other services | ||
like [Otterdog](/docs/infra/otterdog.md) and Github Actions). | ||
|
||
| Secret | Description | | ||
| --- | --- | | ||
| HELLO_WORLD | A test secret for demontsrating how secrets are managed | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# Otterdog | ||
|
||
Our organization configs are managed on [.eclipsefdn](http://github.com/eclipse-pass/.eclipsefdn). | ||
Our organization configs are managed on [.eclipsefdn](http://github.com/eclipse-pass/.eclipsefdn) | ||
using the [Otterdog tool](https://gitlab.eclipse.org/eclipsefdn/security/otterdog) | ||
|
||
Our first project will be to manage secrets via [bitwarden](/docs/infra/bitwarden.md). | ||
|
||
Our first project will be to manage secrets via bitwarden. |