GithubHelp home page GithubHelp logo

mage-os / mageos-async-events-gcp Goto Github PK

View Code? Open in Web Editor NEW
0.0 9.0 0.0 11 KB

This module provides events integrations to GCP.

License: MIT License

PHP 100.00%
adobecommerce ecommerce gcp mage-os magento magento2

mageos-async-events-gcp's Introduction

MageOS Async Events GCP

GCP event sinks for mageos-async-events

Installation

composer require mage-os/mageos-async-events-aws

Authenticating with Google Cloud Client Libraries

This module relies on Google's PHP Cloud Client Libraries. Each event sink uses a corresponding library to perform requests to Google Cloud.

For more information about the client libraries, please see https://cloud.google.com/php/docs/reference

As per the Authentication Guide, the recommended way to authenticate to the Google Cloud PHP library is to use Application Default Credentials (ADC), which discovers your credentials automatically, based on the environment where your code is running.

Application Default Credentials (ADC) typically come in the form of a credential JSON file. This file can include credentials for workload identity federation, workforce identity federation, or a service account key.

There are many ways to obtain an ADC, so you must review and choose a method that fits your use case.

Important

Service account keys can pose a security risk if not managed correctly. Whenever possible, opt for a more secure alternative to service account keys.

To authenticate using different methods, refer to the following guides:

GCP event sinks

Google Pub/Sub

Setup Application Default Credentials (ADC)

A Service Account with the Pub/Sub Publisher role is required so that the notifier can relay events into Google Pub/Sub.

Under Stores -> Services -> Async Events GCP set the ADC Path.

gcp-pubsub-config example

Create a Pub/Sub Subscription

The following is an example to create a Pub/Sub subscription for the example.event

curl --location --request POST 'https://test.mageos.dev/rest/V1/async_event' \
--header 'Authorization: Bearer TOKEN' \
--header 'Content-Type: application/json' \
--data-raw '{
    "asyncEvent": {
        "event_name": "example.event",
        "recipient_url": "Google Pub/Sub Topic",
        "verification_token": "supersecret",
        "metadata": "pubsub"
    }
}'

mageos-async-events-gcp's People

Contributors

mage-os-ci avatar mage-os-terraform[bot] avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.