-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
26 changed files
with
383 additions
and
338 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,15 +17,15 @@ as you cannot access it again. | |
The key and secret can be used as HTTP Basic Auth credentials when | ||
calling the API, e.g. | ||
|
||
``` console | ||
:::{code} console | ||
sh$ $ curl -s -u $your_key:$your_secret https://console.cratedb.cloud/api/v2/users/me | ||
``` | ||
::: | ||
|
||
This example will return details of the current user: | ||
|
||
``` console | ||
:::{code} console | ||
{"email":"[email protected]","hmac":"...","is_superuser":false,"name":"Some User","organization_id":"123","status":"active","uid":"uid","username":"[email protected]"} | ||
``` | ||
::: | ||
|
||
(api-examples)= | ||
## Examples | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,14 +84,14 @@ created directly with Crate. | |
|
||
![Custom contract payment option](../_assets/img/custom-contract.png) | ||
|
||
````{note} | ||
:::{note} | ||
This type of payment method does not show up in your Cloud console | ||
automatically as it needs to be configured specifically for every | ||
customer. | ||
|
||
If you're interested in this option, don't hesitate and contact us at | ||
**[email protected]** | ||
```` | ||
::: | ||
|
||
## Payment processing {#billing-processing} | ||
|
||
|
@@ -103,4 +103,4 @@ by [Stripe](https://stripe.com/). For clusters deployed through the | |
Marketplace](https://portal.azure.com/#create/crate.cratedbcloud/preview) | ||
and the [AWS | ||
Marketplace](https://aws.amazon.com/marketplace/pp/B089M4B1ND), payment | ||
is handled by Stripe on behalf of the respective marketplaces. | ||
is handled by Stripe on behalf of the respective marketplaces. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.