Question

Is there any documentation or examples on using API keys with Rally Ruby toolkit? Also, are the other Rally toolkit (Java,C#) supported for use with API keys? (https://help.rallydev.com/rally-application-manager). Thanks!

Was it helpful?

Solution

There is a Ruby example here. Replace config[:username] and config[:password] with config[:api_key]

config[:api_key] = "_abc123"

Currently only rally-node and ruby toolkits support API Key, but eventually the others should too.

This post has a rally-node example that uses API Key.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top