Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document our otterdog .eclipsefdn repo #736

Merged
merged 4 commits into from
Oct 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/assets/bitwarden/ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions docs/infra/bitwarden.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 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).

![Bitwarden Secrets User Interface](/docs/assets/bitwarden/ui.png)

| Secret | Description |
| --- | --- |
| HELLO_WORLD | A test secret for demontsrating how secrets are managed |
16 changes: 16 additions & 0 deletions docs/infra/eclipseops.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,22 @@ If you are looking for more detailed developer-oriented instructions
to help debug an issue with the above, please refer to
[managing our demo servers](deploy_demo.md) documentation.

## Configurations

The [.eclipsefdn](https://github.com/eclipse-pass/.eclipsefdn) project allows our team to
[self-service several aspect of our organization](https://www.eclipse.org/projects/handbook/#resources-github-self-service)
via a tool called [Otterdog](/docs/infra/otterdog.md) and secrets in [Bitwarden](/docs/infra/bitwarden.md).

These [.eclipsefdn](https://github.com/eclipse-pass/.eclipsefdn) repo / tools gives access to:

* Organization Settings
* Organization Webhooks
* Repositories and their settings
* Branch Protection Rules

Learn more about [Otterdog here](/docs/infra/otterdog.md).


## Deployment

### eclipse-pass.org
Expand Down
7 changes: 7 additions & 0 deletions docs/infra/otterdog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Otterdog

Our organization configs are managed on [.eclipsefdn](https://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).