GitLab API

GitlabTool

Actions1000

Overview

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

Use Case Examples

  1. Updating the workload identity federation settings for a GitLab project to enable Google Cloud Platform integration.
  2. Automating the configuration 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, 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 can be set to POST, PUT, DELETE, HEAD, or PATCH.
Path Parameters Parameters to be included in the request path, specifically the project ID for this operation.

Output

JSON

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

Dependencies

  • GitLab API authentication credential

Troubleshooting

  • Ensure the project ID path parameter is correctly set and valid to avoid 404 errors.
  • Verify that the authentication credentials are correctly configured unless Skip Authentication is enabled.
  • Check that the base URL is correct and accessible.
  • Common error messages may include authentication failures, invalid project ID, or permission denied errors. Resolving these typically involves verifying credentials, project existence, and user permissions.

Links

Discussion