docs: add cloud docs for project ownership transfer

need to add screens.

Co-authored-by: Rikin Kachhia <54616969+rikinsk@users.noreply.github.com>
GitOrigin-RevId: 6a4977dff321ef01ea2dac9e937e1f4d45978a8c
This commit is contained in:
Shraddha Agrawal 2021-02-02 13:31:04 +05:30 committed by hasura-bot
parent 4004789106
commit fbf0c62ffa
8 changed files with 74 additions and 1 deletions

View File

@ -15,7 +15,7 @@ Datadog Integration
Introduction
------------
You can export metrics of you Hasura Cloud project to your organisation's Datadog dashboard. This can be configured
You can export metrics of your Hasura Cloud project to your organisation's Datadog dashboard. This can be configured
on the integrations tab on the project's setting page.
.. note::

View File

@ -17,6 +17,11 @@ Introduction
Hasura cloud can keep your project's database URL i.e. the ``HASURA_GRAPHQL_DATABASE_URL`` env var in sync with Postgres from a Heroku app. This is especially helpful in cases when the database credentials of Heroku Postgres are rotated automatically by Heroku.
.. note::
The database sync automatically gets disconnected if you transfer the ownership of your project to another account. The new project owner can restart the sync with the Heroku account that they have connected their Hasura Cloud account to.
Enable Heroku database URL Sync
-------------------------------

View File

@ -54,6 +54,7 @@ Dig deeper
Creating projects <create>
Project Details <details>
Project Collaborators <collaborators>
Transfer Ownership <ownership>
Project Env vars <env-vars>
Project Domains <domains>
Securing projects <secure>

View File

@ -0,0 +1,67 @@
.. meta::
:description: Transferring Ownership on Hasura Cloud
:keywords: hasura, docs, project, team, ownership transfer
.. _project_ownership_transfer:
Project ownership transfer
==========================
.. contents:: Table of contents
:backlinks: none
:depth: 2
:local:
Introduction
------------
You can transfer ownership of your project to another user. After the ownership is transferred successfully, the original
owner will lose all access to the project.
.. note::
If the project is on the Standard (pay-as-you-go) tier, the new owner will pay for the entire data usage for the month in which the ownership is transferred.
Send an ownership transfer invitation
-------------------------------------
Go to the project settings page and scroll to the bottom. Enter the email of the user you want to transfer the project ownership to.
.. thumbnail:: /img/graphql/cloud/projects/transfer-ownership.png
:alt: Transfer Project Ownership
:width: 1146px
Revoke an ownership transfer invitation
---------------------------------------
To revoke the ownership transfer invitation, click on the ``Revoke`` button right next to the email of the invitee.
.. thumbnail:: /img/graphql/cloud/projects/remove-ownership.png
:alt: Remove transfer ownership invite
:width: 1146px
Resend an ownership transfer invitation
---------------------------------------
To resend the ownership transfer invitation, click on the resend symbol right next to the email of the invitee.
.. thumbnail:: /img/graphql/cloud/projects/resent-ownership.png
:alt: Resend transfer ownership invite
:width: 1146px
Invitations
-----------
You can see the projects that you have been invited to become the owner of, on the project listing page.
.. thumbnail:: /img/graphql/cloud/projects/project-ownership-invitation.png
:alt: Projects invited to own
:width: 1146px
You can accept an invitation by clicking on the ``Accept`` button.
.. note::
If the project is on the Standard (pay-as-you-go) tier, the new owner must have an active card
associated with their Hasura Cloud account to accept the invitation.

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB