chore: define and apply consistent Bitwarden item naming convention #42

Open
opened 2026-05-14 03:01:36 +00:00 by mconway · 0 comments
Owner

No consistent naming pattern exists across roles for Bitwarden item names or field names.

Item name patterns (all for the same app):

  • christmas-community-Setup (hyphens)
  • christmas_community-Setup (underscores)
  • ChristmasCy-Setup (mixed case)

OIDC field name patterns:

  • Grafana: AuthURLBase / ClientId / ClientSecret
  • Others: openid_issuerUrl / openid_clientSecret
  • Others: oidc_provider_url / oidc_client_secret

Define a naming standard (e.g. AppName-Setup for items, snake_case for fields) and update all roles.

No consistent naming pattern exists across roles for Bitwarden item names or field names. **Item name patterns (all for the same app):** - `christmas-community-Setup` (hyphens) - `christmas_community-Setup` (underscores) - `ChristmasCy-Setup` (mixed case) **OIDC field name patterns:** - Grafana: `AuthURLBase` / `ClientId` / `ClientSecret` - Others: `openid_issuerUrl` / `openid_clientSecret` - Others: `oidc_provider_url` / `oidc_client_secret` Define a naming standard (e.g. `AppName-Setup` for items, `snake_case` for fields) and update all roles.
Sign in to join this conversation.
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
mconway/Homelab#42
No description provided.