Skip to content

Commit

Permalink
Merge pull request #43 from remap-keys/remove-auth-info
Browse files Browse the repository at this point in the history
Remove auth info.
  • Loading branch information
yoichiro authored Nov 6, 2023
2 parents cf448e6 + 58bbdaa commit b2b4bc8
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const PROJECT_ID = 'remap-b2d08';
const LOCATION = 'asia-northeast1';
const QUEUE = 'build-task-queue';
const BUILD_SERVER_URL = 'http://35.213.40.208:8080';
const BUILD_SERVER_TASK_AUTH_SA = `remap-build-server-task-auth@${PROJECT_ID}.iam.gserviceaccount.com`;

export class CreateFirmwareBuildingTaskCommand extends AbstractCommand<IResult> {
@NeedAuthentication()
Expand Down Expand Up @@ -65,9 +64,6 @@ export class CreateFirmwareBuildingTaskCommand extends AbstractCommand<IResult>
},
httpMethod: HttpMethod.GET,
url: `${BUILD_SERVER_URL}/build?uid=${uid}&taskId=${taskId}`,
oidcToken: {
serviceAccountEmail: BUILD_SERVER_TASK_AUTH_SA,
},
},
};
const request = {
Expand Down

0 comments on commit b2b4bc8

Please sign in to comment.