Skip to content

Commit

Permalink
add screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ritazagoni committed Feb 6, 2024
1 parent afd41e0 commit 714e9aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/manage-projects/manage-credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@ This docs page is under construction. Check back later for the complete docs, or

## Managing Credentials

You can view the credentials related to a project under Project Settings - Credentials page. It contains the name, type, owner the credentials, and whether it's for a production environment. All project collaborators can view these details.
You can view the Credentials related to a Project under the Project Settings - Credentials page. You can check the name, type, and owner the Credentials, and whether it's for a production environment. All Project Collaborators can view these details.

// ![Credentials Overview](/static/img/creds_overview.png)

To add a new credential, click on the New Credential button, and choose the type of system you want to connect to. If it's not listed, choose "Raw JSON".

// ![Credentials Overview](/img/creds_overview.png) screenshot
// ![Credential Type](/static/img/lightning_choose_cred_type.png)

After clicking COnfigure Credentials, you can then add the required login details.
After clicking Configure Credentials, you can add the login details for the target system.

//screenshot
// ![Add Credential](/static/img/lightning_add_cred.png)

// ![New Credential Ready](/static/img/lightning_new_cred_ready.png)
3 changes: 3 additions & 0 deletions docs/manage-projects/platform-mgmt.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ This docs page is under construction. Check back later for the complete docs, or

A Project on OpenFn is a shared workspace for a team or organization that contains their Workflows, Credentials and Collaborators scoped to that project.

## Updating Project Information

You can access your Project's information under Settings. Setup allows you to view or edit the project name and description.


Expand All @@ -20,3 +22,4 @@ You can access your Project's information under Settings. Setup allows you to vi
You can also export your entire project "as code" - either to save it, or to edit your project locally. You can learn more about this feature on our Portability page. (https://docs.openfn.org/documentation/next/deploy/portability)

// screenshot

0 comments on commit 714e9aa

Please sign in to comment.