Skip to content

Commit

Permalink
Fix user.yaml_guide link (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-burt-uch authored Aug 5, 2024
1 parent fee8a85 commit 7ce3a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/resources/operator/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ _Cons_
In a Gen3 Data Commons, programs and projects are two administrative nodes in the graph database that serve as the most upstream nodes. A program must be created first, followed by a project. Any subsequent data submission and data access, along with control of access to data, is done through the project scope.

Before you create a program and a project or submit any data, you need to grant yourself permissions. First, you will need to grant yourself access to **create** a program and second, you need to grant yourself access to *see* the program. You can **create** the program before or after having access to *see* it.
For this, you will need to edit the `Secrets/user.yaml` file following the docs shown [here](https://github.com/uc-cdis/fence/blob/master/docs/user.yaml_guide.md#programs-and-projects-crud-access).
For this, you will need to edit the `Secrets/user.yaml` file following the docs shown [here](https://github.com/uc-cdis/fence/blob/master/docs/additional_documentation/user.yaml_guide.md#programs-and-projects-crud-access).

Make sure to update user privileges:
```
Expand Down

0 comments on commit 7ce3a08

Please sign in to comment.