Skip to content

Commit

Permalink
cut 1.1.2 with docs
Browse files Browse the repository at this point in the history
  • Loading branch information
leifj committed Nov 7, 2019
1 parent 16569ae commit adef39a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-include local.mk

VERSION:=1.1.1
VERSION:=1.1.2
NAME:=thiss-js
REGISTRY:=docker.sunet.se
ifndef BASE_URL
Expand Down
2 changes: 2 additions & 0 deletions docs/components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ Persistence Service
-------------------

In order to directly interact with the persistence service and low-level discovery components you need to implement your own components using the low-level APIs in `thiss-ds-js <https://github.com/TheIdentitySelector/thiss-ds-js>`_.

The persistence service supports ACLs based on whitelisting (currently). Turn on by providing a comma-separated list of domains in the env variable WHITELIST. Only ORIGINs that end with any of the items in the list (remember that port-numbers are part of the ORIGIN if present!) are allowed to call the API when this feature is turned on. This is only meant for small scale deployments.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Use together with the `thiss-ds-js <https://github.com/TheIdentitySelector/thiss
intro
install
components
releasenotes


Indices and tables
Expand Down
11 changes: 11 additions & 0 deletions docs/releasenotes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Release Notes
=============

Version 1.1.2
-------------

* Support for whitelisting domains.

Whitelisting is a mechanism for simple ORIGIN-based ACLs in the persistence API. This approach is meant for
small scale deployments and is not expected to scale. To turn on provide the WHITELIST environment variable
eg via the env plugin in webpack as illustrated by the standard Makefile
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thiss",
"version": "1.1.1",
"version": "1.1.2",
"description": "The Identity Selector",
"main": "index.js",
"private": true,
Expand Down

0 comments on commit adef39a

Please sign in to comment.