From c26d20a19e6f8adc3d65870e5777eae1010297ac Mon Sep 17 00:00:00 2001 From: SupportSDM Date: Thu, 3 Oct 2024 14:19:45 +0000 Subject: [PATCH] 11.13.0 --- com/strongdm/api/APIHost.java | 23 +++++++++++++++++++++ com/strongdm/api/SigningCallCredential.java | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 com/strongdm/api/APIHost.java diff --git a/com/strongdm/api/APIHost.java b/com/strongdm/api/APIHost.java new file mode 100644 index 0000000..5413253 --- /dev/null +++ b/com/strongdm/api/APIHost.java @@ -0,0 +1,23 @@ +// Copyright 2020 StrongDM Inc +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// Code generated by constgen. DO NOT EDIT. + +package com.strongdm.api; + +// APIHost defines the API host for various control planes. +public final class APIHost { + public static final String US = "api.strongdm.com:443"; + public static final String UK = "api.uk.strongdm.com:443"; +} diff --git a/com/strongdm/api/SigningCallCredential.java b/com/strongdm/api/SigningCallCredential.java index 9ec20a3..7362a57 100644 --- a/com/strongdm/api/SigningCallCredential.java +++ b/com/strongdm/api/SigningCallCredential.java @@ -23,7 +23,7 @@ class SigningCallCredential extends CallCredentials { private final String apiAccessKey; private final String signature; private static final String API_VERSION = "2024-03-28"; - private static final String USER_AGENT = "strongdm-sdk-java/11.12.0"; + private static final String USER_AGENT = "strongdm-sdk-java/11.13.0"; protected SigningCallCredential(String apiAccessKey, String signature) { this.apiAccessKey = apiAccessKey;