markvr

Results 8 issues of markvr

Example Input password=DEC(aaa)bbb) Output: password=ENC(aNUBHFyXZxvq4hGBSRSOSmwK0ZEZVvp/1fBP0mTUR9zyyFuGeS4zprlUZuJO2qH6)bbb) It has only encrypted the "aaa". and the trailing "bbb)" has been copied across in plaintext. Presumably because the regex at: https://github.com/ulisesbocchio/jasypt-spring-boot/blob/master/jasypt-maven-plugin/src/main/java/com/ulisesbocchio/jasyptmavenplugin/encrypt/EncryptionService.java#L56 is not greedy,...

bug

I'm not sure if this is an issue/bug or just me, but does anyone have a worked example of how to configure Jenkins with security enabled? The documentation is unfortunately...

question

Gallery is stated to support ModX 2.0.0-rc-2 or later. On 2.0.4-pl2 it fails to install. The console gets to: Skipping vehicle object of class modSystemSetting (data object exists and cannot...

In the same way that `docker service update` has an `update-order` option, it would be really helpful if `docker node --availability drain` had the same. This way, when draining a...

area/swarm

In Docker swarm, we currently set the value for haproxy: RSYSLOG_DESTINATION="local-traffic-logger len 65535" \ Where "local-traffic-logger" is another swarm service that saves the traffic logs to storage. If haproxy starts...

### Expected behavior Git to be installed, and no other changes. ### Actual behavior `sudo`, `bash` and other critical packages are removed. This is pretty fatal, and requires reimaging the...

When building using the Dockerfile I get the errors below. I'm trying to build this from source because I need to add the [authentication plugins](https://github.com/kubernetes/client-go/tree/master/examples#auth-plugins) ``` docker build -t foo...

### Description of the bug: Bazel fails to build a Java multi-module project when referencing properties in a Java record between modules. Build succeeds when using `--nojava_header_compilation` ### Which category...

type: bug
P1
team-Rules-Java