Skip to content

Commit

Permalink
Add validations
Browse files Browse the repository at this point in the history
  • Loading branch information
abuabraham-ttd committed Jan 17, 2025
1 parent 26250e1 commit 580eddd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/gcp-oidc/gcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def _get_secret(self, secret_identifier=None) -> ConfidentialComputeConfig:
except NotFound:
raise ConfigNotFound(self.__class__.__name__, f"Secret Manager {os.getenv("API_TOKEN_SECRET_NAME")}")
config["api_token"] = secret_value
config["skip_validations"] = True #temp: to run e2e before modifying shared-actions
return config

def __populate_operator_config(self, destination):
Expand Down

0 comments on commit 580eddd

Please sign in to comment.