The following configuration needs to be created during installation / conversion. For the spike I hacked the install_studio.sh script to create /data/jirastudio/home/studio.properties:

      # GAPPS Related configuration
      com.atlassian.agmp.domain.name=atl-paid-dev.com
      com.atlassian.agmp.admin.email=gapps-syd@atlassian.com
      com.atlassian.agmp.oauth.consumer.key=<signer key goes here>
      com.atlassian.agmp.oauth.signer.url=http://signer/cgi-bin/signer/signer.pl
      com.atlassian.agmp.google.logout.url=http://www.google.com/a/atl-paid-dev.com/Logout
      com.atlassian.agmp.reprovision=1
      
      # no more than 50 concurrent requests:
      com.atlassian.agmp.oauth.signer.max.connections=50
      # 10 second timeout:
      com.atlassian.agmp.oauth.signer.http.timeout.millis=10000
      

      Perhaps the unicorn scripts could be modified to create a file called gapps.properties in /data/jirastudio/home with these properties, and the Gapps properties class modified to read from that location.

              rfernandes Robin Fernandes (go/robinleave) (Inactive)
              shaldane Sam Haldane (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: