Skip to content

Commit

Permalink
fix: update params for building correct uri for secrets manager
Browse files Browse the repository at this point in the history
Signed-off-by: Sonu Saha <sonu.saha@progress.com>
  • Loading branch information
ahasunos committed Jan 19, 2024
1 parent 9577e10 commit 8797dc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/google_secret_manager_secret.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ def product_url(_ = nil)
end

def resource_base_url
'projects/{{project}}/secrets/{{secret_id}}'
'{{name}}'
end
end
2 changes: 1 addition & 1 deletion libraries/google_secret_manager_secrets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ def product_url(_ = nil)
end

def resource_base_url
'projects/{{project}}/secrets'
'{{parent}}/secrets'
end
end

0 comments on commit 8797dc5

Please sign in to comment.