docs: add Upload to a Workspace

This commit is contained in:
Nikolay Iliev 2022-02-28 15:18:03 +02:00
Родитель 54dc5c3159
Коммит ba22289315
4 изменённых файлов: 17 добавлений и 4 удалений

Просмотреть файл

@ -13,7 +13,9 @@ previous_url: /get-started/installation
## Extension Login
The Fiddler Jam extension can be used entirely anonymously without the explicit need for a user account and authentication. However, using a single account for the Fiddler Jam extension and Fiddler Jam portal provides the advantage of efficiently managing your previously captured logs through the [**My Captures** section](#my-captures). Login into the Fiddler Jam extension as follows:
The Fiddler Jam extension can be used entirely anonymously without the explicit need for a user account and authentication. However, using a single account for the Fiddler Jam extension and Fiddler Jam portal provides the advantage of efficiently managing your previously captured logs through the [**My Captures** section](#my-captures). Authenticated users that have associated Jam portal accounts can directly [upload recorded logs to a Jam workspace]({%slug fj-link-options%}#upload-to-jam-portal-workspace).
Login into the Fiddler Jam extension as follows:
- Install and start the Fiddler Jam extension.
- Click on the account icon on the top-right corner of the extension.

Просмотреть файл

@ -9,9 +9,9 @@ previous_url: /extension/link-options, /get-started/link-options
# Log Sharing Options
The Fiddler Jam Chrome Extension enables you to submit the recorded logs either by sharing the generated link for that log or by sharing the log with specific people.
The Fiddler Jam Chrome Extension enables you to submit the recorded logs either by sharing the generated link for that log, by sharing the log with specific people. or by directly uploading the recorded log to a workspace (available only for authenticated users).
Both alternatives allow you to provide additional security through setting a password.
All alternatives allow you to provide additional security through setting a password.
## Sharing the Generated Link
@ -29,9 +29,18 @@ Additionally, you can protect the log with a password. Only the specified Fiddle
![Share with specific people](../images/ext/ext-images/extension-link-options-sharing-via-emails-popu.png)
## Upload to Jam Portal Workspace
The option **Upload to a workspace** is available for authenticated users that have associated [portal user]({%slug fj-users%}#portal-users) accounts. The recorded log uploads to a selected organizational workspace.
![Upload to a workspace](../images/ext//ext-images/extension-link-options-workspace.png)
## Password Protection for Recorded Logs
Recorded logs can be protected with a password, no matter if they are shared with a link or with specific users.
All recorded logs can be protected with a password, no matter if they are shared with a link , with specific users, or if they are directly uploaded to an organizational workspace.
To create a password for your recorded log, use the **Password protection** switch. The password requires you to consider that it has to:

Двоичные данные
images/ext/ext-images/extension-link-options-workspace.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 6.3 KiB

Просмотреть файл

@ -155,4 +155,6 @@ Once the Fiddler Jam Chrome Extension records a log, it generates a unique link
- Logs generated with the **Share with specific people** option can be opened through the generated and shared link only by Fiddler Jam Portal users who are explicitly included in the share list.
- Logs generated with the **Upload to a workspace** option can be opened through the generated and shared link only by Fiddler Jam Portal users who are part of the specified workspace.
- Logs generated with the **Password protection** option can be opened through the generated and shared link only by Fiddler Jam Portal users who know the password. The Fiddler Jam Chrome Extension distributes the logs as HAR files encrypted with the AES-CTR encryption algorithm.