feat(github): add OP_TF_O11Y org secret for yucca-o11y CI#1842
Open
onedr0p wants to merge 3 commits into
Open
Conversation
Read-only 1Password service-account token for yucca-o11y's terraform plan workflow, sourced from the tf vault. Scoped to that repo (visibility selected) since it can read the o11y_tf* and shared_tf vaults. Signed-off-by: Devin Buhl <devin@buhl.casa>
Terraform PlanShared✅ |
onedr0p
marked this pull request as draft
July 22, 2026 11:16
onedr0p
marked this pull request as ready for review
July 22, 2026 11:25
zackpollard
approved these changes
Jul 22, 2026
Member
Signed-off-by: Devin Buhl <devin@buhl.casa>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

yucca-o11y is wiring up a Terraform plan workflow (yucca-o11y#125, closes #53 there). Its jobs resolve
deployment/.env1Password references via the op CLI using a service-account token - the same pattern yucca'sinfra.ymluses, and the only option that avoids the Connect/NetBird chicken-and-egg (Connect lives on the mesh; joining the mesh needs secrets from op).This adds the org secret
OP_TF_O11Ythe same way the existing infra secrets are managed here: sourced from 1Password, created as agithub_actions_organization_secret. Scopedvisibility = "selected"toimmich-app/yucca-o11yonly (the TIGRIS entries are the precedent) rather thanall, since it's a credential that can read theo11y_tf*/shared_tfTerraform vaults - no reason to expose it to every org repo's Actions.Prerequisites before apply (1P-admin, out of band) - please confirm/adjust:
o11y_tf,o11y_tf_staging,o11y_tf_prod,shared_tf.tf-vault item. I assumed the item titleOP_TF_O11Yin thetfvault (data.onepassword_vault.tf) to match this module's convention - correct thedata.onepassword_itemtitle/vault if it lands elsewhere.Read-only, so no
_WRITEcompanion (o11y's Terraform never writes back to 1Password). After apply, yucca-o11y inherits the secret and its workflow can be enabled.