Skip to content

Commit 6cd2c43

Browse files
Merge pull request #35 from opencdms/ACL_caveat
Caveat on access control added to home page / about.
2 parents 5b8b7f8 + e74b2c9 commit 6cd2c43

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

src/web-components/about.vue

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,17 @@
99
<a href="https://openclimate.net/">https://openclimate.net/</a>. The web application has been built using open
1010
software and standards, the source code can be found in the project repository on GitHub:
1111
<a href="https://www.github.com/opencdms">https://www.github.com/opencdms</a>.
12-
13-
12+
</v-card-text>
13+
</v-card>
14+
<v-card>
15+
<v-card-title>Access control and authentication</v-card-title>
16+
<v-card-text>Access control and authentication has not been implemented in the
17+
current version of the software but will be implemented as part of the first release.
18+
The access control will be implemented at both the user and role level, with some users or roles
19+
only able to view data, other users able to edit a subset of the data and a small number with full
20+
access. Where the OpenCDMS interacts with other systems, for exampling publishing to the WMO Information
21+
System or updating records in OSCAR/Surface, the roles will be assigned to the respective national focal points.
22+
Only those users with appropriate roles will be able to edit and publish the relevant metadata.
1423
</v-card-text>
1524
</v-card>
1625
<v-card>
@@ -36,8 +45,7 @@
3645
<v-list-item style=" font-size: 14px;">
3746
<v-list-item-title>Watershed</v-list-item-title>
3847
Watershed boundaries come from the <a href="https://geohub.lio.gov.on.ca/maps/53a1c537b320404087c54ef09700a7db/explore?location=41.945997%2C-82.339420%2C4.94">
39-
Ontario Watershed Boundaries (OWB) collection></a>. These have been accessed under the <a href="https://www.ontario.ca/page/open-government-licence-ontario">Open Government Licence – Ontario</a> licence.
40-
48+
Ontario Watershed Boundaries (OWB) collection</a>. These have been accessed under the <a href="https://www.ontario.ca/page/open-government-licence-ontario">Open Government Licence – Ontario</a> licence.
4149
</v-list-item>
4250
</v-list>
4351
</v-card-item>

0 commit comments

Comments
 (0)