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!

Était-ce utile?

La 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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top