Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
v1r3n committed Oct 11, 2022
1 parent a104124 commit 410e230
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion src/main/java/io/orkes/conductor/client/ApiClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -1345,7 +1345,6 @@ public String getToken() {
}

private String refreshToken() {
System.out.println("Refreshing API Token");

if (secretsManager != null) {
keyId = secretsManager.getSecret(this.ssmKeyPath);
Expand Down
5 changes: 1 addition & 4 deletions src/test/java/io/orkes/conductor/client/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@
import io.orkes.conductor.common.model.WorkflowRun;

public class Main {

static String key = "f7915af8-fc14-4b52-afa1-afbcd8b0fa26";
static String secret = "CQm0skOrxtdNhZjCyS364xols5y4lxYAqW4BMCCSlIO32GxX";


public static void mainxx(String[] args) {
ApiClient client = new ApiClient("http://localhost:8080/api");

Expand Down

0 comments on commit 410e230

Please sign in to comment.