Skip to content

Commit

Permalink
Add Aiven authenticator (apache#1254)
Browse files Browse the repository at this point in the history
* Add Aiven's authenticator to approved list

* Add myself to authors
  • Loading branch information
relistan authored and Zariel committed Feb 4, 2019
1 parent 8516aab commit 252acab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,4 @@ Luke Hines <lukehines@protonmail.com>
Jacob Greenleaf <jacob@jacobgreenleaf.com>
Alex Lourie <alex@instaclustr.com>; <djay.il@gmail.com>
Marco Cadetg <cadetg@gmail.com>
Karl Matthias <karl@matthias.org>
1 change: 1 addition & 0 deletions conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ var (
"org.apache.cassandra.auth.PasswordAuthenticator",
"com.instaclustr.cassandra.auth.SharedSecretAuthenticator",
"com.datastax.bdp.cassandra.auth.DseAuthenticator",
"io.aiven.cassandra.auth.AivenAuthenticator",
}
)

Expand Down
1 change: 1 addition & 0 deletions conn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ func TestApprove(t *testing.T) {
approve("org.apache.cassandra.auth.PasswordAuthenticator"): true,
approve("com.instaclustr.cassandra.auth.SharedSecretAuthenticator"): true,
approve("com.datastax.bdp.cassandra.auth.DseAuthenticator"): true,
approve("io.aiven.cassandra.auth.AivenAuthenticator"): true,
approve("com.apache.cassandra.auth.FakeAuthenticator"): false,
}
for k, v := range tests {
Expand Down

0 comments on commit 252acab

Please sign in to comment.