Files
backstage/.changeset/cool-months-tickle.md
T
Ben Lambert 4890dc3025 Comment the new option
Just update the changeset description a little bit

Signed-off-by: Ben Lambert <blam@spotify.com>
2022-08-02 15:05:17 +02:00

420 B

@backstage/plugin-catalog-backend-module-gitlab
@backstage/plugin-catalog-backend-module-gitlab
patch

Enhancing GitLab provider with filtering projects by pattern RegExp

providers:
  gitlab:
    stg:
      host: gitlab.stg.company.io
      branch: main
      projectPattern: 'john/' # new option
      entityFilename: template.yaml

With the aforementioned parameter you can filter projects, and keep only who belongs to the namespace "john".