[jira] [Created] (JCLOUDS-808) Google auth support for new JSON key format

2015-01-22 Thread Eric Johnson (JIRA)
Eric Johnson created JCLOUDS-808:


 Summary: Google auth support for new JSON key format
 Key: JCLOUDS-808
 URL: https://issues.apache.org/jira/browse/JCLOUDS-808
 Project: jclouds
  Issue Type: New Feature
  Components: jclouds-labs-google
Reporter: Eric Johnson


Google introduced a new Service Account key format (JSON) and over time this 
will likely become the preferred format. We should begin by supporting this new 
format soon. If Google does make this the default, we may want to follow-up and 
issue a (debug | info) warning to users relying on P12 format.

AFAIK, there is no clear documentation on this format. However, if you open up 
the Developers Console and look under APIs  Auth - Credentials, you'll 
see the Generate New JSON Key button next to any existing Service Accounts 
(or be given the option to create one with a new SA).




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (JCLOUDS-172) Graduate GCE to core

2014-11-13 Thread Eric Johnson (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14209723#comment-14209723
 ] 

Eric Johnson commented on JCLOUDS-172:
--

This is really great to hear [~adriancole].  Thank you very much for help 
getting us into a much better state!

 Graduate GCE to core
 --

 Key: JCLOUDS-172
 URL: https://issues.apache.org/jira/browse/JCLOUDS-172
 Project: jclouds
  Issue Type: Task
  Components: jclouds-labs-google
Affects Versions: 1.8.0
Reporter: Andrew Bayer
Assignee: Adrian Cole
Priority: Critical

 We should really get GCE to a finished state and include it in 1.7.0.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (JCLOUDS-172) Graduate GCE to core

2014-11-07 Thread Eric Johnson (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14202020#comment-14202020
 ] 

Eric Johnson commented on JCLOUDS-172:
--

[~adriancole] and [~ccustine], I know Danny is keen on making sure we have full 
GCE API coverage and he's started to whittle away at some low-hanging fruit to 
get up to speed with jclouds. What's the best way to split up the work so we're 
not duplicating effort?  Perhaps separate Jira issues for each resource type or 
a shared Google Doc?


 Graduate GCE to core
 --

 Key: JCLOUDS-172
 URL: https://issues.apache.org/jira/browse/JCLOUDS-172
 Project: jclouds
  Issue Type: Task
  Components: jclouds-labs-google
Affects Versions: 1.8.0
Reporter: Andrew Bayer
Assignee: Adrian Cole
Priority: Critical

 We should really get GCE to a finished state and include it in 1.7.0.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: [jclouds-labs-google] Initial commit to add l7 loadbalancing features and tests (#38)

2014-10-31 Thread Eric Johnson
@adriancole - bummer! Ashlie was an intern with us over the summer and this was 
one of her projects. She's now back at school and obviously won't be continuing 
to work on it. But I'm sure @danbroudy can pick it up and start over, but I'm 
sad that we'll lose Ashlie's commit history and credit for the work.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/38#issuecomment-61288236

Re: [jclouds-labs-google] Initial commit to add l7 loadbalancing features and tests (#38)

2014-10-31 Thread Eric Johnson
Great idea, thanks @adriancole.  We'll do just that and then update this PR 
with a pointer to the future work too.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/38#issuecomment-61292000

Re: [jclouds-labs-google] JCLOUDS-740 GCE doesn't always return id, selfLink on lists. (#50)

2014-10-03 Thread Eric Johnson
/cc @danbroudy - this sounds pretty similar to what we saw yesterday.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/50#issuecomment-57783517

Re: [jclouds-labs-google] Initial commit to add l7 loadbalancing features and tests (#38)

2014-09-18 Thread Eric Johnson
 @@ -78,6 +93,20 @@ protected void configure() {
.put(FirewallOptions.class, new FirewallOptionsTypeAdapter())
.put(RouteOptions.class, new RouteOptionsTypeAdapter())
.put(Rule.class, new RuleTypeAdapter())
 +  .put(BackendServiceOptions.class, new 
 BackendServiceOptionsTypeAdapter())
 +  .put(BackendService.Backend.class, new BackendTypeAdapter())
 +  .put(UrlMapOptions.class, new UrlMapOptionsTypeAdapter())
 +  .put(UrlMap.HostRule.class, new HostRuleTypeAdapter())
 +  .put(UrlMap.PathMatcher.class, new PathMatcherTypeAdapter())
 +  .put(UrlMap.UrlMapTest.class, new TestTypeAdapter())
 +  .put(UrlMap.PathRule.class, new PathRuleTypeAdapter())
 +  .put(UrlMapValidateResult.class, new 
 UrlMapValidateResultTypeAdapter())
 +  .put(ResourceViewOptions.class, new 
 ResourceViewOptionsTypeAdapter())
 +  .put(ResourceView.class, new ResourceViewTypeAdapter())
 +  .put(new TypeLiteralListPageResourceView() {}.getType(),
 +   new ListPageResourceViewTypeAdapter())
 +  .put(new TypeLiteralListPageURI() {}.getType(),

@nacx sadly @ashmrtnz was only with us for the summer so won't be continuing 
this work. However, @danbroudy is picking it up and can address any feedback 
you folks have before merging.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/38/files#r17724028

Re: [jclouds-site] Added GCE to the list of providers (#74)

2014-04-15 Thread Eric Johnson
@nacx, @demobox - just curious when this will find its way to the live site?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/74#issuecomment-40464230

Re: [jclouds-site] Added GCE to the list of providers (#74)

2014-04-15 Thread Eric Johnson
Great!  Thanks for all the work to help get us listed.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/74#issuecomment-40524224