Monthly Archives: January, 2014
Security Model in IBM Urbancode Deploy
During one of my customer meetings , there were questions on the Security model in IBM UrbanCode (UCD) , hence decided to document the basic workflow around security . At a high level, the security system in UCD consists of an authentication realm, authorization realm, roles, and teams. Authentication : This deals with user credentials …
Setting up IBM Urbancode Deploy to work with Git
I wanted to try integrating IBM UrbanCode Deploy with source-code management systems. Git is a one of the source-code management system which is supported and since it is open source, I decided to give it a try . Git allows groups of people to work on the same documents (often code) at the same time, and …