diff options
Diffstat (limited to 'src/mailman_pgp/testing/mailman_pgp.cfg')
| -rw-r--r-- | src/mailman_pgp/testing/mailman_pgp.cfg | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/mailman_pgp/testing/mailman_pgp.cfg b/src/mailman_pgp/testing/mailman_pgp.cfg index aac192e..d7807ba 100644 --- a/src/mailman_pgp/testing/mailman_pgp.cfg +++ b/src/mailman_pgp/testing/mailman_pgp.cfg @@ -90,7 +90,7 @@ change_request_lifetime: 1d [rest] -# Allow the acessing of a list private key through the REST API. +# Allow the accessing of a list private key through the REST API. # This is necessary for the django-pgpmailman web ui to allow a list owner # to export the list private key. allow_read_private_key: yes @@ -99,3 +99,9 @@ allow_read_private_key: yes # This is necessary for the django-pgpmailman web ui to allow a list owner # to change the list private key. allow_write_private_key: yes + +# Allow the accessing of this plugin configuration through the REST API. +allow_read_config: yes + +# Allow the modification of this plugin configuration through the REST API. +allow_write_config: no
\ No newline at end of file |
