mirror of
https://github.com/kerberos-io/documentation.git
synced 2026-08-23 15:18:31 +00:00
update cloud page
This commit is contained in:
@@ -6,12 +6,22 @@ Another solution would be to use [**the cloud service**](https://cloud.kerberos.
|
||||
|
||||
## Video
|
||||
|
||||
In the video below you get a brief overview of the different features.
|
||||
|
||||
<iframe src="https://player.vimeo.com/video/121532472?autoplay=0&color=943633#t=13m32s" style="width:100%; height: 400px;" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
|
||||
|
||||
## How it works?
|
||||
## How does it works?
|
||||
|
||||
Kerberos.io is using AWS S3 to store their images. When the machinery detected something, it will save an image to disk, and maybe trigger some other IO devices. In its turn the machinery will push the image(s) to the appropriate S3 bucket, by using your credentials; the **credentials** you've received **from the cloud application**.
|
||||
When subscribed to Kerberos.cloud succesfully, you'll receive some credentials which you can enter in to your Kerberos.io installation. From then all the **images** or **videos** you capture are synced to the Kerberos.cloud service.
|
||||
|
||||
When the file (image) is stored in the bucket, AWS Lambda will do some validation and post-processing. Lambda will check if the file is realy an image, if the size is not to big, and do some **post-processing** like facerecognition. If the image is valid, the image will be **copied to our production bucket**, and additional information is stored in DynamoDB.
|
||||

|
||||
|
||||
The cloud application is attached to the production bucket, so **only images that are verified** will be shown in the cloud application. When a user accesses the cloud application, the images from the production bucket are listed. Images that are loaded in the browser will be signed, for a specific time, before they are actually rendered. The signing will expire after 100 seconds.
|
||||
When opening Kerberos.cloud you'll see your events appear and receive **in-browser notifications**, and if configured Pushbullet notifications on your other devices.
|
||||
|
||||

|
||||
|
||||
## Where is my data hosted?
|
||||
|
||||
We don't own powerful machines to host and protect your data by ourselves, therefore we use services of Amazon Web Services (AWS). For the paranoids this means that your data is in the **cloud**. However we protect your data by the maximum: we **encrypt/decrypt** your data, and **sign** it for a specific amount of time when requested. This means that links are only accessible for x amount of seconds/minutes.
|
||||
|
||||
If you feel the need to store the data in your own environment, get in touch with us. We have services to support you.
|
||||
BIN
73_addons/2_cloud_dashboard.png
Normal file
BIN
73_addons/2_cloud_dashboard.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 524 KiB |
BIN
73_addons/2_cloud_enter-credentials.png
Normal file
BIN
73_addons/2_cloud_enter-credentials.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 128 KiB |
Reference in New Issue
Block a user