Joe Randazzo activity https://gitlab.com/jrandazzo 2026-03-18T02:25:13Z tag:gitlab.com,2026-03-17:5214695582 Joe Randazzo commented on issue #592988 at GitLab.org / GitLab 2026-03-17T20:49:03Z jrandazzo Joe Randazzo

@fcatteau any update here?

tag:gitlab.com,2026-03-17:5212475542 Joe Randazzo commented on issue #593809 at GitLab.org / GitLab 2026-03-17T11:56:57Z jrandazzo Joe Randazzo

@jtouchstone1 Any other questions teams are asking in their reports?

tag:gitlab.com,2026-03-17:5210727812 Joe Randazzo opened issue #593809: Secrets Manager: Reporting and Organization of Secrets at GitLab.org / GitLab 2026-03-17T02:45:39Z jrandazzo Joe Randazzo tag:gitlab.com,2026-03-16:5210265605 Joe Randazzo commented on issue #592309 at GitLab.org / GitLab 2026-03-16T22:22:35Z jrandazzo Joe Randazzo

@fcatteau I think its worth calling out the extra controls that play a part in limiting when secrets can actually be exposed

  • Branches and Protected branches -> Secrets are limited to specific branches.
  • Environments and Protected environments - Secrets are limited to specific environments.
  • Merge requests and approvals -> Catch any secrets being printed before merging

While at the surface, it may seem concerning that a secret can be exposed so easily. But in reality - there are several gating mechanisms to minimize the possibility of this happening.

tag:gitlab.com,2026-03-16:5209100975 Joe Randazzo commented on issue #593742 at GitLab.org / GitLab 2026-03-16T16:04:21Z jrandazzo Joe Randazzo

@fcatteau This should be a GA item. I'll leave it to you to schedule and organize.

Actual response from customer

url and internal_url must be specified in openbao config ◦ When configuring the openbao component, url and internal_url must be specified in values.yaml in the openbao section with the internal service name, local to Kubernetes. ◦ Without these config values, the GitLab webservice pod will attempt to use the DNS name to contact openbao, which will fail (in our case anyway). ◦ This would be good to be called out in the installation documentation.

tag:gitlab.com,2026-03-16:5209089821 Joe Randazzo opened issue #593742: Document required OpenBao url and internal_url configuration in values.yaml at GitLab.org / GitLab 2026-03-16T16:02:04Z jrandazzo Joe Randazzo tag:gitlab.com,2026-03-16:5208923524 Joe Randazzo opened issue #593736: Fine-grained access control for individual secret values at GitLab.org / GitLab 2026-03-16T15:26:31Z jrandazzo Joe Randazzo tag:gitlab.com,2026-03-16:5208862840 Joe Randazzo opened issue #593735: Support secret value types (Value vs File) at GitLab.org / GitLab 2026-03-16T15:14:28Z jrandazzo Joe Randazzo tag:gitlab.com,2026-03-16:5208841962 Joe Randazzo opened issue #593734: Support autogenerating random secret values at GitLab.org / GitLab 2026-03-16T15:09:58Z jrandazzo Joe Randazzo tag:gitlab.com,2026-03-16:5208712112 Joe Randazzo opened issue #593731: Support ability to set a deployment tier when creating a secret at GitLab.org / GitLab 2026-03-16T14:43:06Z jrandazzo Joe Randazzo tag:gitlab.com,2026-03-16:5208693268 Joe Randazzo commented on epic #18976 at GitLab.org 2026-03-16T14:39:38Z jrandazzo Joe Randazzo

@dbiryukov @fcatteau These can be post-ga. Will evaluate FE items on a continuous basis.

For group/project limits - we may bump this to a much higher value where configuring this might not be warranted. We will continue this discussion on fulfillment issue.

tag:gitlab.com,2026-03-16:5206183376 Joe Randazzo commented on epic #18976 at GitLab.org 2026-03-16T02:30:06Z jrandazzo Joe Randazzo

@fcatteau See responses below

Application limit for number of policies in groups and projects: gitlab#589588

What do we define as policy here?

Admin settings page for secrets manager limits: gitlab#588131

This should be post-ga

Inform user that they have hit Secrets Manager data limit: gitlab#588130 – right now we do have an error message but UX isn't great

What error is displayed at the moment?

Application limit for maximum secret size:

I believe this is implemented. Can you confirm?