def apply()

in src/main/scala/com/gu/config/Config.scala [59:64]


    def apply(env: Env): GoogleServiceAccount = {
      val ssmPrivateConfig = ConfigurationLoader.load(setupAppIdentity(env), CredentialsProvider.credentialsv2) {
        case identity: AwsIdentity => SSMConfigurationLocation.default(identity)
      }
      GoogleServiceAccount(ssmPrivateConfig.getString("google.serviceAccountJson"))
    }