Nineth Update of INDIGO-1

The Nineth Update of INDIGO-1 release contains:

INDIGO IAM v.0.6.0

What's new

Highlights of the 0.6.0 release:

  • Support audience enforcement on access tokens

  • Nested groups

  • Configurable token and approval cleanup period

  • Improved performance for some inefficient queries

  • Improved audit log

  • Bug fixing

More details: https://github.com/indigo-iam/iam/issues?utf8=?&q=milestone%3Av0.6.0 or https://github.com/indigo-iam/iam/milestone/2

Supported Platforms:

  • The IAM service is currently distributed as a docker image from Dockerhub, so in order to run the service, you will need Docker v. 1.11.1 or greater. If you want to use docker-compose to deploy the service, you will also need docker-compose v.1.7.0 or greater.

List of RfCs

Installation & Configuration

Artefacts

Orchestrator v. 1.2.2-FINAL

What's new

  • The current update enabled authentication with SLAM service.

List of RfCs

  • Improvements:

    • Issue #189 - Enabled authentication with SLAM service

Installation & Configuration

No special operations will be required for the upgrade. Thus, the upgrade operations are:

  • Stop the old container:</br>

    sudo docker stop orchestrator</br>

  • Remove the old container:</br>

    sudo docker rm orchestrator</br>

  • Pull the new image version:

    sudo docker pull indigodatacloud/orchestrator:1.2.1-FINAL</br>

  • Start the new version:</br>

    docker run ...*updated parameters*... indigodatacloud/orchestrator:1.2.1-FINAL</br>

Artefacts

Last updated