GitLab API icon

GitLab API

Gitlab

Actions880

Overview

This node operation updates the Google Cloud Platform Workload Identity Federation integration for a specific GitLab group. It is useful for managing and configuring workload identity federation settings within GitLab groups, enabling secure and streamlined authentication with Google Cloud services.

Use Case Examples

  1. Updating the workload identity federation settings for a GitLab group to enable Google Cloud Platform integration.
  2. Automating the configuration of Google Cloud workload identity federation for multiple GitLab groups in a CI/CD pipeline.

Properties

Name Meaning
Skip Authentication Option to skip authentication for the request.
Authentication Type of authentication used, hidden unless Skip Authentication is false.
baseUrl Base URL for the GitLab instance, defaulting to https://gitlab.com.
Method HTTP method to use for the request, default is GET but PUT is relevant for this operation.
Path Parameters Parameters to be included in the request path, specifically the group ID for this operation.

Output

JSON

  • response - The response from the GitLab API after updating the workload identity federation integration.

Dependencies

  • GitLab API authentication token or credentials

Troubleshooting

  • Ensure the group ID provided in the path parameters is valid and exists in GitLab.
  • Verify that the authentication credentials are correct and have sufficient permissions to update group integrations.
  • Check that the request body schema matches the expected structure for the workload identity federation integration update to avoid validation errors.

Links

Discussion