Skip to content

Commit

Permalink
11.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SupportSDM committed Oct 3, 2024
1 parent b495b03 commit c26d20a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions com/strongdm/api/APIHost.java
Original file line number Diff line number Diff line change
@@ -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";
}
2 changes: 1 addition & 1 deletion com/strongdm/api/SigningCallCredential.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c26d20a

Please sign in to comment.