Re: Welcome Francisco Guerrero Hernandez as Cassandra Committer

2023-11-28 Thread Jyothsna Konisa
Congratulations Francisco! On Tue, Nov 28, 2023 at 11:10 AM Ekaterina Dimitrova wrote: > Congrats Francisco! Well deserved ! > > On Tue, 28 Nov 2023 at 14:08, J. D. Jordan > wrote: > >> Congrats! >> >> > On Nov 28, 2023, at 12:57 PM, C. Scott Andreas >> wrote: >> > >> > Congratulations, Franc

Re: [VOTE] CEP-34: mTLS based client and internode authenticators

2023-07-24 Thread Jyothsna Konisa
Thank you everyone! Voting passes with 8 +1s and no -1. Closing this thread now. Jyothsna Konisa. On Sat, Jul 22, 2023 at 3:14 AM Brandon Williams wrote: > +1 > > Kind Regards, > Brandon > > On Fri, Jul 21, 2023 at 11:58 AM Jyothsna Konisa > wrote: > > > > Hi

[VOTE] CEP-34: mTLS based client and internode authenticators

2023-07-21 Thread Jyothsna Konisa
Implementation : https://github.com/apache/cassandra/pull/2372 Discussion : https://lists.apache.org/thread/pnfg65r76rbbs70hwhsz94ds6yo2042f The vote will be open for 72 hours. A vote passes if there are at least 3 binding +1s and no binding vetoes. Thanks, Jyothsna Konisa.

Re: CASSANDRA-18554 - mTLS based client and internode authenticators

2023-07-07 Thread Jyothsna Konisa
the cassandra.yaml optionally configurable. Thanks, Jyothsna Konisa. On Thu, Jul 6, 2023 at 5:30 PM Dinesh Joshi wrote: > > On Jun 30, 2023, at 1:09 PM, Jeremiah Jordan > wrote: > > > > I don’t think users necessarily need to be able to update their own > identities.

Re: CASSANDRA-18554 - mTLS based client and internode authenticators

2023-06-28 Thread Jyothsna Konisa
Hi Yuki, I have added cassandra docs for CQL syntax that we are adding and how to get started with using mTLS authenticators along with the migration plan. Please review it and let me know if it looks good. Thanks, Jyothsna Konisa. On Wed, Jun 21, 2023 at 10:46 AM Jyothsna Konisa wrote: >

Re: CASSANDRA-18554 - mTLS based client and internode authenticators

2023-06-21 Thread Jyothsna Konisa
I will add the setup process & migration process in the Javadocs, does this sound good? Thanks, Jyothsna Konisa. On Tue, Jun 20, 2023 at 11:33 PM Yuki Morishita wrote: > Hi Jyothsna, > > Thanks, sorry I have additional questions regarding set up and migration: > &

Re: CASSANDRA-18554 - mTLS based client and internode authenticators

2023-06-20 Thread Jyothsna Konisa
performed by the super user only. Not even read-write users can perform modifications to the table. Also, If others have no concerns regarding this patch, can we move forward with the merge? or do we need voting on this one? Thanks, Jyothsna Konisa. On Mon, Jun 19, 2023 at 4:00 PM Jyothsna Konisa

Re: CASSANDRA-18554 - mTLS based client and internode authenticators

2023-06-19 Thread Jyothsna Konisa
s. Thanks, Jyothsna Konisa. On Sun, Jun 18, 2023 at 5:42 PM Yuki Morishita wrote: > HI, > > I was discussing with users the other day regarding a similar feature. > They were thinking of implementing the custom Authenticator similar to > what MySQL offers: > > CREATE USER &#

Re: CASSANDRA-18554 - mTLS based client and internode authenticators

2023-06-15 Thread Jyothsna Konisa
Hi Everyone! We are adding the following CQL queries in this patch for adding and dropping identities in the new `system_auth.identity_to_role` table. ADD IDENTITY 'testIdentity' TO ROLE 'testRole'; DROP IDENTITY 'testIdentity'; Please let us know if anyone has a

RE: Re: CASSANDRA-18554 - mTLS based client and internode authenticators

2023-06-02 Thread Jyothsna Konisa
Hi Christopher, Thanks for all the questions. I want to add some details about internode mTLS connection & internode mTLS authenticator that we are adding in this patch. SSL/TLS related configuration for internode connections are present in “server_encryption_options” section of cassandra.yam