You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
3
3
## 2.0.0
4
4
5
+
- Add a read-only mode to the admin interface: the configured `authentication.github_access_type` grants read-write access, while users with only a `pull` access on the configured `authentication.github_repository` can see the status and jobs but cannot start, cancel or retry generations.
5
6
- Surface generation errors in the admin interface by writing error messages to the job output before exiting, so they are captured in `job.message` and displayed in the admin UI.
6
7
- Fix unclosed aiohttp connector and client session warnings by properly closing Azure blob storage clients and aiohttp sessions in `URLTileStore` and `AzureStorageBlobTileStore`.
7
8
- Close stale tile store instances in `Server.get_store()` and `MultiTileStore._get_store()` when the cached store is invalidated by a configuration file change.
Copy file name to clipboardExpand all lines: tilecloud_chain/CONFIG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@
34
34
- <aid="properties/logging"></a>**`logging`**: Refer to *[#/definitions/logging](#definitions/logging)*.
35
35
- <aid="properties/authentication"></a>**`authentication`***(object)*: The authentication configuration. Cannot contain additional properties.
36
36
- <aid="properties/authentication/properties/github_repository"></a>**`github_repository`***(string)*: The GitHub repository name, on witch one we will check the access rights.
37
-
- <aid="properties/authentication/properties/github_access_type"></a>**`github_access_type`***(string)*: The kind of rights the user should have on the repository. Must be one of: "push", "pull", or "admin". Default: `"pull"`.
37
+
- <aid="properties/authentication/properties/github_access_type"></a>**`github_access_type`***(string)*: The kind of rights the user should have on the repository to have read-write access to the admin interface. Must be one of: "push", "pull", or "admin". Default: `"pull"`.
38
38
## Definitions
39
39
40
40
- <aid="definitions/headers"></a>**`headers`***(object)*: The headers that we send to the WMS backend. Can contain additional properties.
0 commit comments