Skip to content

Commit

Permalink
fix: Trino as an OfflineStore Access Denied when BasicAuthenticaion (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Woo-Dong authored Feb 8, 2024
1 parent b4aed65 commit 49d2988
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

class BasicAuthModel(FeastConfigBaseModel):
username: StrictStr
password: SecretStr
password: StrictStr


class KerberosAuthModel(FeastConfigBaseModel):
Expand Down

0 comments on commit 49d2988

Please sign in to comment.