Re: [DISCUSS] Replace airlift/airline library with Picocli

2024-07-17 Thread Tibor Répási
> On 17. Jul 2024, at 01:28, David Capwell wrote: > > We also must weigh the risk of stability… Changing something for the sake of > changing it may get past all our CI then could break a user as they used > something we were not aware was being done (return codes, stdout/stderr, > etc.); re

Re: [discussion] Website - information on supported versions

2023-01-31 Thread Tibor Répási
ps://issues.apache.org/jira/browse/CASSANDRA-17788 > > Maybe you could integrate with this or make it even better? I think it offers > some API to query it but I was not digging deep. > > Regards > > ________ > From: Tibor Répási

[discussion] Website - information on supported versions

2023-01-31 Thread Tibor Répási
Hy Everyone, I was thinking about the information available on https://cassandra.apache.org/_/download.html about current and former releases, release dates, supported and unsupported versions of Apache Cassandra. These information are all availab

Re: Adding a security role to grant/revoke with no access to the data itself

2022-03-30 Thread Tibor Répási
two? Where does this stop? "2" seems to be >>> an arbitrary number. This starts to remind me of Shamir's shared >>> secrets. >>> >>> https://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing >>> >>>> On Wed, 30 Mar 2022 at 16:36,

Re: Adding a security role to grant/revoke with no access to the data itself

2022-03-30 Thread Tibor Répási
… TWO_MAN_RULE could probably be poor naming and a boolean option not flexible enough, let’s change that to an integer option like GRANTORS defaulting 1 and could be any higher defining the number of grantors needed for the role to become active. > On 30. Mar 2022, at 16:11, Tibor Rép

Re: Adding a security role to grant/revoke with no access to the data itself

2022-03-30 Thread Tibor Répási
f course people might still be able to collaborate to get access to some > data but a single person should not be able to do that all by himself. > > > Le mer. 30 mars 2022 à 14:52, Tibor Répási <mailto:tibor.rep...@anzix.org>> a écrit : > I like the idea of separation

Re: Adding a security role to grant/revoke with no access to the data itself

2022-03-30 Thread Tibor Répási
I like the idea of separation of duties. But, wouldn’t be a security_admin role not just a select and modify permission on system_auth? What would prevent the security_admin from self-authorizing himself? Would it be possible to add some sort of two-man rule? > On 30. Mar 2022, at 10:44, Bereng

Re: [Discuss] replacement of airlift/airline framework in CLI tools

2022-03-18 Thread Tibor Répási
any point release ... Regards On Wed, 16 Mar 2022 at 15:03, Tibor Répási <tibor.rep...@anzix.org> wrote: > In CASSANDRA-17445 we’ve started discussing the options of replacing the deprecated airl

[Discuss] replacement of airlift/airline framework in CLI tools

2022-03-16 Thread Tibor Répási
In CASSANDRA-17445 we’ve started discussing the options of replacing the deprecated airlift/airline framework used in CLI tools. Considering the amount of commands this framework is used in, the impact this might cause and the future possibilities the operational aspects of Cassandra could leve

Re: [DISCUSS] CASSANDRA-17292 Move cassandra.yaml toward a nested structure around major database concepts

2022-02-23 Thread Tibor Répási
As this is a major change including structural aspects as well as the separation of feature configuration, it came to my mind, why do we stuck with YAML as envelope? Many aspects already in discussion may be covered with already existing tools. Would it worth considering, e.g. Typesafe Config as

Re: [DISCUSS] CASSANDRA-17292 Move cassandra.yaml toward a nested structure around major database concepts

2022-02-22 Thread Tibor Répási
nce would be something like combining #1 and #4. We could > add something like a simple "version: <1|2>" element to the YAML that would > eliminate any possible confusion about back-compat within a given file. > > Thanks for enumerating these! > > On

Re: [DISCUSS] CASSANDRA-17292 Move cassandra.yaml toward a nested structure around major database concepts

2022-02-22 Thread Tibor Répási
Hi, I like the idea of having cassandra.yaml better structured, as an operator, my primer concern is the transition. How would we change the config structure from legacy to the new one during a rolling upgrade? My thoughts on this: 1. Legacy and new configuration is stored in different files. C