Skip to content

Commit

Permalink
Merge pull request #447 from TileDB-Inc/kostas/update-accesscredentia…
Browse files Browse the repository at this point in the history
…l-type-gcp

Add gcp_token in AccessCredentialType for google cloud service accounts
  • Loading branch information
SarantopoulosKon authored Sep 5, 2024
2 parents 3783c17 + ad0cdba commit c58c76c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openapi-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1523,7 +1523,8 @@ definitions:
enum:
- "key" # a pair of (key, secret) values
- "arn" # a role assignment
- "azure_token" # an azure token credential
- "token" # a token credential
- "azure_token" # alias for "token" credential

AccessCredential:
# Within this type, all fields which are used to contain credential data
Expand Down

0 comments on commit c58c76c

Please sign in to comment.