Skip to content

Commit

Permalink
refactor: remove secret path from plugin (#50)
Browse files Browse the repository at this point in the history
Co-authored-by: Sandeep Bhardwaj <sandeep.bhardwaj@gojek.com>
  • Loading branch information
smarchint and sbchaos committed Sep 22, 2022
1 parent 248e14b commit ea2b270
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion task/bq2bq/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ func (b *BQ2BQ) PluginInfo() (*models.PluginInfoResponse, error) {
Name: Name,
Description: "BigQuery to BigQuery transformation task",
Image: fmt.Sprintf("%s:%s", Image, Version),
SecretPath: "/tmp/auth.json",
PluginVersion: Version,
PluginType: models.PluginTypeTask,
PluginMods: []models.PluginMod{models.ModTypeCLI, models.ModTypeDependencyResolver},
Expand Down
1 change: 0 additions & 1 deletion task/bq2bq/optimus-plugin-bq2bq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ description: BigQuery to BigQuery transformation task
plugintype: task
pluginversion: latest
image: docker.io/odpf/optimus-task-bq2bq-executor
secretpath: /tmp/auth.json
questions:
- name: PROJECT
prompt: Project ID
Expand Down

0 comments on commit ea2b270

Please sign in to comment.