[jira] [Updated] (CASSANDRASC-82) Expose additional SSL configuration options for the Sidecar Service

2023-11-30 Thread Yifan Cai (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRASC-82?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yifan Cai updated CASSANDRASC-82:
-
  Fix Version/s: 1.0
Source Control Link: 
https://github.com/apache/cassandra-sidecar/commit/ad936f6482aee2a05fa45ba4fdd06267958298f6
 Resolution: Fixed
 Status: Resolved  (was: Ready to Commit)

> Expose additional SSL configuration options for the Sidecar Service
> ---
>
> Key: CASSANDRASC-82
> URL: https://issues.apache.org/jira/browse/CASSANDRASC-82
> Project: Sidecar for Apache Cassandra
>  Issue Type: Improvement
>  Components: Configuration
>Reporter: Francisco Guerrero
>Assignee: Francisco Guerrero
>Priority: Normal
>  Labels: low-hanging-fruit, lowhanging-fruit, 
> pull-request-available
> Fix For: 1.0
>
>
> Sidecar exposes some SSL configuration options, but there are additional 
> options that Sidecar should be exposing for users. Similar to what Cassandra 
> offers in terms of configurations, we should be able to configure 
> {{cipher_suites}} as well as {{accepted_protocols}} under SSL configuration.
> Additionally, we should explore if there are any other SSL knobs that 
> Cassandra exposes that Sidecar doesn't and add it as part of this jira.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRASC-82) Expose additional SSL configuration options for the Sidecar Service

2023-11-29 Thread Yifan Cai (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRASC-82?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yifan Cai updated CASSANDRASC-82:
-
Status: Ready to Commit  (was: Review In Progress)

> Expose additional SSL configuration options for the Sidecar Service
> ---
>
> Key: CASSANDRASC-82
> URL: https://issues.apache.org/jira/browse/CASSANDRASC-82
> Project: Sidecar for Apache Cassandra
>  Issue Type: Improvement
>  Components: Configuration
>Reporter: Francisco Guerrero
>Assignee: Francisco Guerrero
>Priority: Normal
>  Labels: low-hanging-fruit, lowhanging-fruit, 
> pull-request-available
>
> Sidecar exposes some SSL configuration options, but there are additional 
> options that Sidecar should be exposing for users. Similar to what Cassandra 
> offers in terms of configurations, we should be able to configure 
> {{cipher_suites}} as well as {{accepted_protocols}} under SSL configuration.
> Additionally, we should explore if there are any other SSL knobs that 
> Cassandra exposes that Sidecar doesn't and add it as part of this jira.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRASC-82) Expose additional SSL configuration options for the Sidecar Service

2023-11-29 Thread Yifan Cai (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRASC-82?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yifan Cai updated CASSANDRASC-82:
-
Reviewers: Yifan Cai
   Status: Review In Progress  (was: Patch Available)

> Expose additional SSL configuration options for the Sidecar Service
> ---
>
> Key: CASSANDRASC-82
> URL: https://issues.apache.org/jira/browse/CASSANDRASC-82
> Project: Sidecar for Apache Cassandra
>  Issue Type: Improvement
>  Components: Configuration
>Reporter: Francisco Guerrero
>Assignee: Francisco Guerrero
>Priority: Normal
>  Labels: low-hanging-fruit, lowhanging-fruit, 
> pull-request-available
>
> Sidecar exposes some SSL configuration options, but there are additional 
> options that Sidecar should be exposing for users. Similar to what Cassandra 
> offers in terms of configurations, we should be able to configure 
> {{cipher_suites}} as well as {{accepted_protocols}} under SSL configuration.
> Additionally, we should explore if there are any other SSL knobs that 
> Cassandra exposes that Sidecar doesn't and add it as part of this jira.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRASC-82) Expose additional SSL configuration options for the Sidecar Service

2023-11-15 Thread Francisco Guerrero (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRASC-82?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Francisco Guerrero updated CASSANDRASC-82:
--
Test and Documentation Plan: Added unit tests as well as tests validating 
that a client cannot talk to a server that does not accept the client's protocol
 Status: Patch Available  (was: Open)

PR: https://github.com/apache/cassandra-sidecar/pull/79/files
CI: https://app.circleci.com/pipelines/github/frankgh/cassandra-sidecar/380

> Expose additional SSL configuration options for the Sidecar Service
> ---
>
> Key: CASSANDRASC-82
> URL: https://issues.apache.org/jira/browse/CASSANDRASC-82
> Project: Sidecar for Apache Cassandra
>  Issue Type: Improvement
>  Components: Configuration
>Reporter: Francisco Guerrero
>Priority: Normal
>  Labels: low-hanging-fruit, lowhanging-fruit, 
> pull-request-available
>
> Sidecar exposes some SSL configuration options, but there are additional 
> options that Sidecar should be exposing for users. Similar to what Cassandra 
> offers in terms of configurations, we should be able to configure 
> {{cipher_suites}} as well as {{accepted_protocols}} under SSL configuration.
> Additionally, we should explore if there are any other SSL knobs that 
> Cassandra exposes that Sidecar doesn't and add it as part of this jira.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRASC-82) Expose additional SSL configuration options for the Sidecar Service

2023-11-15 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRASC-82?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated CASSANDRASC-82:
--
Labels: low-hanging-fruit lowhanging-fruit pull-request-available  (was: 
low-hanging-fruit lowhanging-fruit)

> Expose additional SSL configuration options for the Sidecar Service
> ---
>
> Key: CASSANDRASC-82
> URL: https://issues.apache.org/jira/browse/CASSANDRASC-82
> Project: Sidecar for Apache Cassandra
>  Issue Type: Improvement
>  Components: Configuration
>Reporter: Francisco Guerrero
>Priority: Normal
>  Labels: low-hanging-fruit, lowhanging-fruit, 
> pull-request-available
>
> Sidecar exposes some SSL configuration options, but there are additional 
> options that Sidecar should be exposing for users. Similar to what Cassandra 
> offers in terms of configurations, we should be able to configure 
> {{cipher_suites}} as well as {{accepted_protocols}} under SSL configuration.
> Additionally, we should explore if there are any other SSL knobs that 
> Cassandra exposes that Sidecar doesn't and add it as part of this jira.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRASC-82) Expose additional SSL configuration options for the Sidecar Service

2023-11-02 Thread Francisco Guerrero (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRASC-82?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Francisco Guerrero updated CASSANDRASC-82:
--
Change Category: Operability
 Complexity: Low Hanging Fruit
   Assignee: Francisco Guerrero
 Status: Open  (was: Triage Needed)

> Expose additional SSL configuration options for the Sidecar Service
> ---
>
> Key: CASSANDRASC-82
> URL: https://issues.apache.org/jira/browse/CASSANDRASC-82
> Project: Sidecar for Apache Cassandra
>  Issue Type: Improvement
>  Components: Configuration
>Reporter: Francisco Guerrero
>Assignee: Francisco Guerrero
>Priority: Normal
>  Labels: low-hanging-fruit, lowhanging-fruit
>
> Sidecar exposes some SSL configuration options, but there are additional 
> options that Sidecar should be exposing for users. Similar to what Cassandra 
> offers in terms of configurations, we should be able to configure 
> {{cipher_suites}} as well as {{accepted_protocols}} under SSL configuration.
> Additionally, we should explore if there are any other SSL knobs that 
> Cassandra exposes that Sidecar doesn't and add it as part of this jira.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRASC-82) Expose additional SSL configuration options for the Sidecar Service

2023-11-01 Thread Francisco Guerrero (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRASC-82?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Francisco Guerrero updated CASSANDRASC-82:
--
Labels: low-hanging-fruit lowhanging-fruit  (was: )

> Expose additional SSL configuration options for the Sidecar Service
> ---
>
> Key: CASSANDRASC-82
> URL: https://issues.apache.org/jira/browse/CASSANDRASC-82
> Project: Sidecar for Apache Cassandra
>  Issue Type: Improvement
>  Components: Configuration
>Reporter: Francisco Guerrero
>Priority: Normal
>  Labels: low-hanging-fruit, lowhanging-fruit
>
> Sidecar exposes some SSL configuration options, but there are additional 
> options that Sidecar should be exposing for users. Similar to what Cassandra 
> offers in terms of configurations, we should be able to configure 
> {{cipher_suites}} as well as {{accepted_protocols}} under SSL configuration.
> Additionally, we should explore if there are any other SSL knobs that 
> Cassandra exposes that Sidecar doesn't and add it as part of this jira.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRASC-82) Expose additional SSL configuration options for the Sidecar Service

2023-11-01 Thread Francisco Guerrero (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRASC-82?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Francisco Guerrero updated CASSANDRASC-82:
--
Component/s: Configuration

> Expose additional SSL configuration options for the Sidecar Service
> ---
>
> Key: CASSANDRASC-82
> URL: https://issues.apache.org/jira/browse/CASSANDRASC-82
> Project: Sidecar for Apache Cassandra
>  Issue Type: Improvement
>  Components: Configuration
>Reporter: Francisco Guerrero
>Priority: Normal
>
> Sidecar exposes some SSL configuration options, but there are additional 
> options that Sidecar should be exposing for users. Similar to what Cassandra 
> offers in terms of configurations, we should be able to configure 
> {{cipher_suites}} as well as {{accepted_protocols}} under SSL configuration.
> Additionally, we should explore if there are any other SSL knobs that 
> Cassandra exposes that Sidecar doesn't and add it as part of this jira.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org