> @@ -35,7 +35,7 @@ > <test.oauth.identity>FIX_ME</test.oauth.identity> > <test.oauth.credential>FIX_ME</test.oauth.credential> > <test.oauth.endpoint>FIX_ME</test.oauth.endpoint> > - > <test.jclouds.oauth.signature-or-mac-algorithm>FIX_ME</test.jclouds.oauth.signature-or-mac-algorithm> > + <test.jclouds.oauth.jws-alg>RS256</test.jclouds.oauth.jws-alg>
I guess the idea behind FIX_ME was that users would specify that property themselves. We're setting it now to RS256 by default, with the possibility to override. Just wanted to make sure that's what is intended..? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/90/files#r20220165
