Releases: ministryofjustice/analytics-platform-control-panel
Enable bulk adding of app customers
Bump boto3 from 1.7.63 to 1.7.64 (#297) Bumps [boto3](https://github.com/boto/boto3) from 1.7.63 to 1.7.64. - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/boto3/compare/1.7.63...1.7.64) Signed-off-by: dependabot[bot] <[email protected]>
Fix listing app customers
Previously, only the first 25 app customers would be listed on the App details page.
Fix adding customers who are already platform users
The Control Panel would add users of connections other than 'email' to be added as customers to apps. This resulted in the user being unable to login via passwordless magic login links.
Update Helm Client
Upgrading helm client from 2.8.2 to 2.9.1
Fix access logs
Parsing of Elasticsearch credentials was raising an exception. This change passes the credentials in component form, to avoid parsing issues.
Fix customer passwordless login
The Control Panel API retrieves an Auth0 Authorization group using a webapp's name
attribute, but the groups are created using the webapp slug
attribute. This resulted in some apps having a second authorization group which granted no permissions to the customers added to it, meaning they could not login to the webapp.
First Concourse deployable release
v0.1.0 Deploy with Concourse (#121)