You are on page 1of 4

JUST IN TIME ACCESS

Created by: Autumn Johnson


Team: Private Cloud
Mentor: Rongxun Wang
Manager: Sreraman

PURPOSE
Grants users access to build machines for a given period of time
then revokes that access.
Maintains a database of the history of all requests

More security && accountability

Database storing all


requests

JITA
IMPLEMENTATION

RESTful WCF service


hosted by a Windows
service

You: the client

JITA SERVICE API


RequestResponse ActivateRequest(string m achine, string duration, string reason, string num H ours);
RequestResponse Expire()
RequestResponse ExtendRequest(string requestID )

You might also like