Nineth Update of INDIGO-1
Last updated
Last updated
The Nineth Update of INDIGO-1 release contains:
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: or
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.
Milestone v0.6.0 on github:
How to upgrade already deployed service:
docker pull indigodatacloud/iam-login-service
</br>
docker stop iam-login-service
</br>
docker rm iam-login-service
</br>
docker run \
</br>
--name iam-login-service --net=iam -p 8080:8080 \
</br>
--env-file=/path/to/iam-login-service/env \
</br>
-v /path/to/keystore.jks:/keystore.jks:ro \
</br>
indigodatacloud/iam-login-service
</br>
Service Reference
Docker Container:
The current update enabled authentication with SLAM service.
Improvements:
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>
Docker Container:
More information about bug fixes and other developments can be found on our
If you've followed the gitbook guide (), you could do as follows:</br>
IAM gitbook:
Please read the
- Enabled authentication with SLAM service