GitLab API icon

GitLab API

Gitlab

Actions880

Overview

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

Use Case Examples

  1. Updating the workload identity federation configuration for a GitLab project to enable secure access to Google Cloud resources.
  2. Automating the management of Google Cloud Platform service integrations across multiple GitLab projects.

Properties

Name Meaning
Skip Authentication Option to skip authentication for the request.
Authentication Type of authentication used for the request, defaulting to GitLab API key.
baseUrl Base URL for the GitLab instance, default is https://gitlab.com.
Method HTTP method to use for the request, default is GET.
Path Parameters Parameters to be included in the request path, specifically the project ID to identify the target project for the update.

Output

JSON

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

Dependencies

  • GitLab API key credential

Troubleshooting

  • Ensure the project ID provided in the path parameters is valid and accessible with the authenticated user.
  • Verify that the GitLab API key credential has sufficient permissions to update project service integrations.
  • Check the request body schema matches the expected structure for the workload identity federation settings to avoid validation errors.
  • If skipping authentication, ensure the GitLab instance allows unauthenticated requests for this operation, otherwise authentication errors will occur.

Links

Discussion