Invite Pipes Organization Member
- Invite a member to an organization by email.
- Create a new workspace in an organization and bring in the organization member.
- Add organization member to an existing organization workspace.
Installation
Download and install Flowpipe (https://flowpipe.io/downloads). Or use Brew:
brew tap turbot/tapbrew install flowpipe
Clone:
git clone https://github.com/turbot/flowpipe-samples.gitcd access_management/invite_pipes_organization_member
flowpipe mod install
Connections
By default, the following environment variables will be used for authentication:
PIPES_TOKEN
You can also create connection
resources in configuration files:
vi ~/.flowpipe/config/pipes.fpc
connection "pipes" "default" { token = "tpt_..."}
For more information on connections in Flowpipe, please see Managing Connections.
Usage
Run the pipeline and specify the necessary pipeline arguments:
- Send email invitation to users to join as member in the organization:
flowpipe pipeline run invite_organization_member_by_email --arg 'organization_handle=acme-demo' --arg 'email=acmeuser01@example.org'
- Create a new workspace in an organization and bring in the organization member.
flowpipe pipeline run create_organization_workspace_and_add_member --arg 'organization_handle=acme-demo' --arg 'workspace_handle=demoworkspace' --arg 'member_handle=acmeuser01-icbc'
- Add organization member to an existing organization workspace.
flowpipe pipeline run add_organization_member_to_workspace --arg 'organization_handle=acme-demo' --arg 'workspace_handle=demoworkspace' --arg 'member_handle=acmeuser01-icbc'
Open Source & Contributing
This repository is published under the Apache 2.0 license. Please see our code of conduct. We look forward to collaborating with you!
Flowpipe is a product produced from this open source software, exclusively by Turbot HQ, Inc. It is distributed under our commercial terms. Others are allowed to make their own distribution of the software, but cannot use any of the Turbot trademarks, cloud services, etc. You can learn more in our Open Source FAQ.
Get Involved
Want to help but not sure where to start? Pick up one of the help wanted
issues: