This is an automated email from the ASF dual-hosted git repository.
snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 8e04a352 Remove unused method (#221)
8e04a352 is described below
commit 8e04a352efb1168e3f7df8a261c74fcc8554334c
Author: Yuya Ebihara <[email protected]>
AuthorDate: Fri Sep 6 23:25:46 2024 +0900
Remove unused method (#221)
---
.../src/test/java/org/apache/polaris/service/auth/TokenUtils.java | 6 ------
1 file changed, 6 deletions(-)
diff --git
a/polaris-service/src/test/java/org/apache/polaris/service/auth/TokenUtils.java
b/polaris-service/src/test/java/org/apache/polaris/service/auth/TokenUtils.java
index c04e4270..366f0ed8 100644
---
a/polaris-service/src/test/java/org/apache/polaris/service/auth/TokenUtils.java
+++
b/polaris-service/src/test/java/org/apache/polaris/service/auth/TokenUtils.java
@@ -31,12 +31,6 @@ import org.apache.iceberg.rest.responses.OAuthTokenResponse;
public class TokenUtils {
- /** Get token against default realm */
- public static String getTokenFromSecrets(
- Client client, int port, String clientId, String clientSecret) {
- return getTokenFromSecrets(client, port, clientId, clientSecret, null);
- }
-
/** Get token against specified realm */
public static String getTokenFromSecrets(
Client client, int port, String clientId, String clientSecret, String
realm) {