[jira] [Updated] (CASSANDRASC-39) Allow for configuring Cassandra input validation parameters

2022-07-12 Thread Yifan Cai (Jira)


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

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

Committed as 
[a7a2c29|https://github.com/apache/cassandra-sidecar/commit/a7a2c29e990acb2363eb7a15cc4b970ebdc04753]

> Allow for configuring Cassandra input validation parameters
> ---
>
> Key: CASSANDRASC-39
> URL: https://issues.apache.org/jira/browse/CASSANDRASC-39
> Project: Sidecar for Apache Cassandra
>  Issue Type: New Feature
>  Components: Configuration
>Reporter: Francisco Guerrero
>Assignee: Francisco Guerrero
>Priority: Normal
> Fix For: 1.0
>
>
> Currently, Cassandra input is validated using the 
> {{org.apache.cassandra.sidecar.common.utils.ValidationUtils}} class. This 
> class is a static class with hard-coded values for validation. It does not 
> allow for configuring different versions of Cassandra, or customizing the set 
> of forbidden keyspaces, the allowed characters for a keyspace / table, or the 
> allowed characters for a component.



--
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-39) Allow for configuring Cassandra input validation parameters

2022-07-12 Thread Yifan Cai (Jira)


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

Yifan Cai updated CASSANDRASC-39:
-
Reviewers: Dinesh Joshi, Yifan Cai  (was: Yifan Cai)

> Allow for configuring Cassandra input validation parameters
> ---
>
> Key: CASSANDRASC-39
> URL: https://issues.apache.org/jira/browse/CASSANDRASC-39
> Project: Sidecar for Apache Cassandra
>  Issue Type: New Feature
>  Components: Configuration
>Reporter: Francisco Guerrero
>Assignee: Francisco Guerrero
>Priority: Normal
>
> Currently, Cassandra input is validated using the 
> {{org.apache.cassandra.sidecar.common.utils.ValidationUtils}} class. This 
> class is a static class with hard-coded values for validation. It does not 
> allow for configuring different versions of Cassandra, or customizing the set 
> of forbidden keyspaces, the allowed characters for a keyspace / table, or the 
> allowed characters for a component.



--
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-39) Allow for configuring Cassandra input validation parameters

2022-07-11 Thread Dinesh Joshi (Jira)


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

Dinesh Joshi updated CASSANDRASC-39:

Status: Ready to Commit  (was: Review In Progress)

+1 thanks for the patch.

> Allow for configuring Cassandra input validation parameters
> ---
>
> Key: CASSANDRASC-39
> URL: https://issues.apache.org/jira/browse/CASSANDRASC-39
> Project: Sidecar for Apache Cassandra
>  Issue Type: New Feature
>  Components: Configuration
>Reporter: Francisco Guerrero
>Assignee: Francisco Guerrero
>Priority: Normal
>
> Currently, Cassandra input is validated using the 
> {{org.apache.cassandra.sidecar.common.utils.ValidationUtils}} class. This 
> class is a static class with hard-coded values for validation. It does not 
> allow for configuring different versions of Cassandra, or customizing the set 
> of forbidden keyspaces, the allowed characters for a keyspace / table, or the 
> allowed characters for a component.



--
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-39) Allow for configuring Cassandra input validation parameters

2022-07-11 Thread Yifan Cai (Jira)


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

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

+1 on the patch

> Allow for configuring Cassandra input validation parameters
> ---
>
> Key: CASSANDRASC-39
> URL: https://issues.apache.org/jira/browse/CASSANDRASC-39
> Project: Sidecar for Apache Cassandra
>  Issue Type: New Feature
>  Components: Configuration
>Reporter: Francisco Guerrero
>Assignee: Francisco Guerrero
>Priority: Normal
>
> Currently, Cassandra input is validated using the 
> {{org.apache.cassandra.sidecar.common.utils.ValidationUtils}} class. This 
> class is a static class with hard-coded values for validation. It does not 
> allow for configuring different versions of Cassandra, or customizing the set 
> of forbidden keyspaces, the allowed characters for a keyspace / table, or the 
> allowed characters for a component.



--
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-39) Allow for configuring Cassandra input validation parameters

2022-07-11 Thread Francisco Guerrero (Jira)


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

Francisco Guerrero updated CASSANDRASC-39:
--
Authors: Francisco Guerrero
Test and Documentation Plan: Added unit tests for YAML parsing as well as 
tests using the new classes
 Status: Patch Available  (was: Open)

PR: https://github.com/apache/cassandra-sidecar/pull/32
CI: 
https://app.circleci.com/pipelines/github/frankgh/cassandra-sidecar?branch=CASSANDRASC-39

> Allow for configuring Cassandra input validation parameters
> ---
>
> Key: CASSANDRASC-39
> URL: https://issues.apache.org/jira/browse/CASSANDRASC-39
> Project: Sidecar for Apache Cassandra
>  Issue Type: New Feature
>  Components: Configuration
>Reporter: Francisco Guerrero
>Assignee: Francisco Guerrero
>Priority: Normal
>
> Currently, Cassandra input is validated using the 
> {{org.apache.cassandra.sidecar.common.utils.ValidationUtils}} class. This 
> class is a static class with hard-coded values for validation. It does not 
> allow for configuring different versions of Cassandra, or customizing the set 
> of forbidden keyspaces, the allowed characters for a keyspace / table, or the 
> allowed characters for a component.



--
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-39) Allow for configuring Cassandra input validation parameters

2022-07-07 Thread Francisco Guerrero (Jira)


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

Francisco Guerrero updated CASSANDRASC-39:
--
Change Category: Operability
 Complexity: Normal
Component/s: Configuration
 Status: Open  (was: Triage Needed)

> Allow for configuring Cassandra input validation parameters
> ---
>
> Key: CASSANDRASC-39
> URL: https://issues.apache.org/jira/browse/CASSANDRASC-39
> Project: Sidecar for Apache Cassandra
>  Issue Type: New Feature
>  Components: Configuration
>Reporter: Francisco Guerrero
>Assignee: Francisco Guerrero
>Priority: Normal
>
> Currently, Cassandra input is validated using the 
> {{org.apache.cassandra.sidecar.common.utils.ValidationUtils}} class. This 
> class is a static class with hard-coded values for validation. It does not 
> allow for configuring different versions of Cassandra, or customizing the set 
> of forbidden keyspaces, the allowed characters for a keyspace / table, or the 
> allowed characters for a component.



--
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