Skip to content

Support GitLab group resource with full path #318

Description

@ahauserv

What problem are you facing?

I want to create a observe-only GitLab group resource, but I only know the full path of the group, but not the ID.

How could Crossplane help solve your problem?

Similar to the GitLab API and the terraform provider for GitLab, support lookup via the full path and not only the ID.

Example:

apiVersion: groups.gitlab.crossplane.io/v1alpha1
kind: Group
metadata:
  name: team-a-observed
  annotations:
    crossplane.io/external-name: platform/team-a  # At the moment only a numeric ID is supported here
spec:
  managementPolicies:
    - Observe

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions