Skip to content

Commit

Permalink
Update google-functions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vishal-av committed Oct 16, 2024
1 parent b4bf91e commit 16edc83
Showing 1 changed file with 12 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,18 @@ Harness supports the following:

- For Google Cloud Functions 2nd gen, Harness does not support [Google Cloud Source Repository](https://cloud.google.com/functions/docs/deploy#from-source-repo) at this time. Only Google Cloud Storage is supported.
- For Google Cloud Functions 1st gen, Harness supports both Google Cloud Storage and Google Cloud Source.
- Currently, the OIDC connectivity mode is not compatible with Google Cloud Functions. You can't deploy Google Cloud Functions with OIDC-enabled GCP connectors.
- We support OpenID Connect (OIDC) authentication in Google Cloud Functions, enabling seamless integration with OIDC-compliant identity providers for enhanced security and user management.

To configure OIDC authentication in Kubernetes, navigate to account/project settings.

Select **New Connector**, select **GCP**

In the details tab, select **OIDC**

Enter the necessary details like **Workload Pool ID**, **Provider ID**, **Project ID** and **Service Account Email**

![](static/gcp-oidc.png)


## Deployment summary

Expand Down Expand Up @@ -705,21 +716,6 @@ The infrastructure definition is added.
</TabItem2>
</Tabs2>

:::info

We now support OpenID Connect (OIDC) authentication in GCP, enabling seamless integration with OIDC-compliant identity providers for enhanced security and user management.

To configure OIDC authentication in Kubernetes, navigate to account/project settings.

Select **New Connector**, select **GCP**

In the details tab, select **OIDC**

Enter the necessary details like **Workload Pool ID**, **Provider ID**, **Project ID** and **Service Account Email**

![](static/gcp-oidc.png)
:::

### Dynamically provisioned Functions infrastructure

Here is a summary of the steps to dynamically provision the target infrastructure for a deployment:
Expand Down

0 comments on commit 16edc83

Please sign in to comment.