Skip to content

Commit

Permalink
fix: Trino BasicAuthenticaion password Access approved
Browse files Browse the repository at this point in the history
Signed-off-by: Woo-Dong <[email protected]>
  • Loading branch information
Woo-Dong committed Jan 22, 2024
1 parent bab8f33 commit 7aa1a1f
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: StrictStr # original: SecretStr
password: StrictStr


class KerberosAuthModel(FeastConfigBaseModel):
Expand Down

0 comments on commit 7aa1a1f

Please sign in to comment.