Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Registry tool: support wildcards in parent fields of YAML resources #1220

Open
timburks opened this issue Sep 5, 2023 · 0 comments
Open

Comments

@timburks
Copy link
Contributor

timburks commented Sep 5, 2023

A user suggested that it would be helpful to be able to use wildcards in Registry YAML files to cause artifacts to be applied to multiple parents.

As an example, the following YAML would be applied to all APIs with ids beginning with foo- and ending with -bar:

apiVersion: apigeeregistry/v1
kind: FieldSet
metadata:
  parent: apis/foo-*-bar
  name: support
data:
  definitionName: projects/PROJECTID/locations/global/artifacts/support
  values:
    email: "apiteam@acme.com"
    team: "Team"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Inbox
Development

No branches or pull requests

1 participant