Skip to content

Commit

Permalink
Fixes #143
Browse files Browse the repository at this point in the history
  • Loading branch information
HadesArchitect committed Sep 26, 2022
1 parent 686b0c7 commit 7228c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func newDataSource(settings backend.DataSourceInstanceSettings) (instancemgmt.In
Hosts: strings.Split(settings.URL, ";"),
Keyspace: dss.Keyspace,
User: dss.User,
Password: dss.Password,
Password: settings.DecryptedSecureJSONData["password"],
Consistency: dss.Consistency,
Timeout: dss.Timeout,
TLSConfig: tlsConfig,
Expand Down

0 comments on commit 7228c9a

Please sign in to comment.