Skip to content

feat: add 1pass_tf_sa_o11y_read to o11y scoped secrets#1850

Merged
zackpollard merged 1 commit into
mainfrom
feat/o11y-tf-sa-read-secret
Jul 23, 2026
Merged

feat: add 1pass_tf_sa_o11y_read to o11y scoped secrets#1850
zackpollard merged 1 commit into
mainfrom
feat/o11y-tf-sa-read-secret

Conversation

@zackpollard

Copy link
Copy Markdown
Member

Adds 1PASS_TF_SA_O11Y_READ to the o11y manual-secrets scoped list so the module seeds it per env.

@zackpollard
zackpollard requested a review from a team as a code owner July 23, 2026 18:25
@zackpollard
zackpollard enabled auto-merge (squash) July 23, 2026 18:32
@github-actions

Copy link
Copy Markdown

Terraform Plan

Shared

1password/account — No changes
⚠️ 1password/futo-account — Plan: 6 to add, 0 to change, 0 to destroy.
OpenTofu used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  + create
  # module.o11y-manual-secrets.onepassword_item.copy["o11y_tf_dev_1PASS_TF_SA_O11Y_READ"] will be created
  + resource "onepassword_item" "copy" {
      + category = "password"
      + id       = (known after apply)
      + password = (sensitive value)
      + title    = "1PASS_TF_SA_O11Y_READ"
      + uuid     = (known after apply)
      + vault    = "q5fufl3bewny2ayzjzlj5qnxzi"
    }
  # module.o11y-manual-secrets.onepassword_item.copy["o11y_tf_prod_1PASS_TF_SA_O11Y_READ"] will be created
  + resource "onepassword_item" "copy" {
      + category = "password"
      + id       = (known after apply)
      + password = (sensitive value)
      + title    = "1PASS_TF_SA_O11Y_READ"
      + uuid     = (known after apply)
      + vault    = "t3gvdqnfm3hfmfrv7fju465x3y"
    }
  # module.o11y-manual-secrets.onepassword_item.copy["o11y_tf_staging_1PASS_TF_SA_O11Y_READ"] will be created
  + resource "onepassword_item" "copy" {
      + category = "password"
      + id       = (known after apply)
      + password = (sensitive value)
      + title    = "1PASS_TF_SA_O11Y_READ"
      + uuid     = (known after apply)
      + vault    = "dswo5leir5foq5hs5vghddvgji"
    }
  # module.o11y-manual-secrets.onepassword_item.manual["o11y_tf_dev_1PASS_TF_SA_O11Y_READ"] will be created
  + resource "onepassword_item" "manual" {
      + category = "password"
      + id       = (known after apply)
      + password = (sensitive value)
      + title    = "1PASS_TF_SA_O11Y_READ"
      + uuid     = (known after apply)
      + vault    = "k6c6ucfhjsawkexiv6ecpg7dnq"
    }
  # module.o11y-manual-secrets.onepassword_item.manual["o11y_tf_prod_1PASS_TF_SA_O11Y_READ"] will be created
  + resource "onepassword_item" "manual" {
      + category = "password"
      + id       = (known after apply)
      + password = (sensitive value)
      + title    = "1PASS_TF_SA_O11Y_READ"
      + uuid     = (known after apply)
      + vault    = "chdhrnm5uhiruuzpbg5y343bla"
    }
  # module.o11y-manual-secrets.onepassword_item.manual["o11y_tf_staging_1PASS_TF_SA_O11Y_READ"] will be created
  + resource "onepassword_item" "manual" {
      + category = "password"
      + id       = (known after apply)
      + password = (sensitive value)
      + title    = "1PASS_TF_SA_O11Y_READ"
      + uuid     = (known after apply)
      + vault    = "idgm46gsgu2lzqj66gvwi3zgji"
    }
Plan: 6 to add, 0 to change, 0 to destroy.
─────────────────────────────────────────────────────────────────────────────
Note: You didn't use the -out option to save this plan, so OpenTofu can't
guarantee to take exactly these actions if you run "tofu apply" now.
bunny/futo-account — No changes
cloudflare/account — No changes
cloudflare/api-keys — No changes
cloudflare/futo-account — No changes
cloudflare/futo-api-keys — No changes
docker/org — No changes
⚠️ github/org — Plan: 0 to add, 4 to change, 0 to destroy.
OpenTofu used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place (current -> planned)
  # github_repository_collaborators.repo_collaborators["immich"] will be updated in-place
  ~ resource "github_repository_collaborators" "repo_collaborators" {
        id             = "455229168"
      ~ invitation_ids = {
          - "koen-futo"  = "286515056"
          - "martabal"   = "284848949"
          - "martyfuhry" = "284848968"
          - "matthinc"   = "284848954"
          - "sudoicezen" = "284848972"
        } -> (known after apply)
        # (2 unchanged attributes hidden)
      - user {
          - permission = "admin" -> null
          - username   = "alextran1502" -> null
        }
      - user {
          - permission = "admin" -> null
          - username   = "bo0tzz" -> null
        }
      - user {
          - permission = "admin" -> null
          - username   = "jrasm91" -> null
        }
      - user {
          - permission = "admin" -> null
          - username   = "zackpollard" -> null
        }
      + user {
          + permission = "maintain"
          + username   = "alextran1502"
        }
      + user {
          + permission = "maintain"
          + username   = "bo0tzz"
        }
      + user {
          + permission = "maintain"
          + username   = "jrasm91"
        }
      + user {
          + permission = "maintain"
          + username   = "zackpollard"
        }
        # (59 unchanged blocks hidden)
    }
  # github_repository_collaborators.repo_collaborators["static-pages"] will be updated in-place
  ~ resource "github_repository_collaborators" "repo_collaborators" {
        id             = "822727374"
      ~ invitation_ids = {
          - "PixelJonas" = "284848947"
          - "fyfrey"     = "284848959"
          - "kennyfuto"  = "288622006"
          - "koen-futo"  = "286515046"
          - "martabal"   = "284848951"
          - "martyfuhry" = "284848969"
          - "matthinc"   = "284848955"
          - "orhan98"    = "315880176"
          - "sudoicezen" = "284848974"
        } -> (known after apply)
        # (2 unchanged attributes hidden)
      - user {
          - permission = "admin" -> null
          - username   = "alextran1502" -> null
        }
      - user {
          - permission = "admin" -> null
          - username   = "bo0tzz" -> null
        }
      - user {
          - permission = "admin" -> null
          - username   = "jrasm91" -> null
        }
      - user {
          - permission = "admin" -> null
          - username   = "zackpollard" -> null
        }
      + user {
          + permission = "maintain"
          + username   = "alextran1502"
        }
      + user {
          + permission = "maintain"
          + username   = "bo0tzz"
        }
      + user {
          + permission = "maintain"
          + username   = "jrasm91"
        }
      + user {
          + permission = "maintain"
          + username   = "zackpollard"
        }
        # (58 unchanged blocks hidden)
    }
  # github_repository_collaborators.repo_collaborators["test-assets"] will be updated in-place
  ~ resource "github_repository_collaborators" "repo_collaborators" {
        id             = "697157116"
      ~ invitation_ids = {
          - "PixelJonas" = "284848946"
          - "fyfrey"     = "284848960"
          - "kennyfuto"  = "288622000"
          - "koen-futo"  = "286515048"
          - "martabal"   = "284848952"
          - "martyfuhry" = "284848970"
          - "matthinc"   = "284848956"
          - "orhan98"    = "315880175"
          - "staticdog"  = "320859393"
          - "sudoicezen" = "284848973"
        } -> (known after apply)
        # (2 unchanged attributes hidden)
      - user {
          - permission = "admin" -> null
          - username   = "alextran1502" -> null
        }
      - user {
          - permission = "admin" -> null
          - username   = "bo0tzz" -> null
        }
      - user {
          - permission = "admin" -> null
          - username   = "jrasm91" -> null
        }
      - user {
          - permission = "admin" -> null
          - username   = "zackpollard" -> null
        }
      + user {
          + permission = "maintain"
          + username   = "alextran1502"
        }
      + user {
          + permission = "maintain"
          + username   = "bo0tzz"
        }
      + user {
          + permission = "maintain"
          + username   = "jrasm91"
        }
      + user {
          + permission = "maintain"
          + username   = "zackpollard"
        }
        # (58 unchanged blocks hidden)
    }
  # github_repository_collaborators.repo_collaborators["walkrs"] will be updated in-place
  ~ resource "github_repository_collaborators" "repo_collaborators" {
        id             = "1156754889"
      ~ invitation_ids = {
          - "C-Otto"          = "307331486"
          - "PixelJonas"      = "307331438"
          - "adamantike"      = "307331464"
          - "dahool"          = "307331471"
          - "ddshd"           = "307331444"
          - "fyfrey"          = "307331463"
          - "github-cli"      = "307331445"
          - "jbaez"           = "307331428"
          - "kennyfuto"       = "307331447"
          - "koen-futo"       = "307331458"
          - "martabal"        = "307331390"
          - "martyfuhry"      = "307331483"
          - "matthinc"        = "307331420"
          - "michelheusschen" = "307331480"
          - "midzelis"        = "309034718"
          - "orhan98"         = "315880173"
          - "samholton"       = "307331386"
          - "schuhbacca"      = "307331432"
          - "skatsubo"        = "307331414"
          - "staticdog"       = "320859390"
        } -> (known after apply)
        # (2 unchanged attributes hidden)
      - user {
          - permission = "admin" -> null
          - username   = "alextran1502" -> null
        }
      - user {
          - permission = "admin" -> null
          - username   = "bo0tzz" -> null
        }
      - user {
          - permission = "admin" -> null
          - username   = "jrasm91" -> null
        }
      - user {
          - permission = "admin" -> null
          - username   = "zackpollard" -> null
        }
      + user {
          + permission = "maintain"
          + username   = "alextran1502"
        }
      + user {
          + permission = "maintain"
          + username   = "bo0tzz"
        }
      + user {
          + permission = "maintain"
          + username   = "jrasm91"
        }
      + user {
          + permission = "maintain"
          + username   = "zackpollard"
        }
        # (58 unchanged blocks hidden)
    }
Plan: 0 to add, 4 to change, 0 to destroy.
╷
│ Warning: Argument is deprecated
│ 
│   with github_repository.repositories["retro"],
│   on repositories.tf line 173, in resource "github_repository" "repositories":173:   vulnerability_alerts      = !each.value.archived
│ 
│ Use the github_repository_vulnerability_alerts resource instead. This field
│ will be removed in a future version.
│ 
│ (and 24 more similar warnings elsewhere)
╵
─────────────────────────────────────────────────────────────────────────────
Note: You didn't use the -out option to save this plan, so OpenTofu can't
guarantee to take exactly these actions if you run "tofu apply" now.
github/secrets — No changes
github/webhooks — No changes
netbird/account — No changes
zitadel/cloud — No changes
zitadel/self-hosted — No changes

Scoped (dev)

discord/community — No changes
monitoring/grafana — No changes
zitadel/customer — No changes

Scoped (prod)

discord/community — No changes
discord/futo — No changes
monitoring/grafana — No changes
zitadel/customer — No changes

Scoped (staging — zitadel customer)

customer — No changes

@zackpollard
zackpollard merged commit 0cad2c1 into main Jul 23, 2026
26 checks passed
@zackpollard
zackpollard deleted the feat/o11y-tf-sa-read-secret branch July 23, 2026 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants