aalba6675

Results 9 issues of aalba6675

With a PublicKeyInfo object `pk_info`, `pk_info['public_key']` returns a `ParsableOctetBitString` for an RSA key(i.e, the spec override is not used). For EC keys however a `ECPointBitString` is returned Is this asymmetry...

enhancement

Corner case extracted from java issue #332(https://github.com/lightbend/config/issues/332); 1. Top config `{foo:42, foo: ${?a}}`. Create an unresolved ConfigTree: `unresolved` 1. Base config `source: {b: 14}` - which doesn't actually provide `a`...

This error will surface if trying to work through @afanasev 's issue #152. ``` from pyhocon.config_parser import ConfigFactory as CF, ConfigParser as CP from pyhocon.config_tree import ConfigTree as CT root...

We dump the root config history attr and in some cases get invalid history: ``` [GCC 7.2.1 20170915 (Red Hat 7.2.1-2)] on linux Type "help", "copyright", "credits" or "license" for...

Since 1.4, the REST API WSGI application is hosted by calamari-lite at localhost:8002. Should httpd should be configured as a reverse proxy instead of wsgi host? I think USE_X_FORWARDED_HOST =...

On Fedora 28 `/tmp` is mounted as `shared`. When doing the move mount from `/tmp/ocitmp.XXXX` to the container overlay it fails with `EINVAL`. Steps: 1. Create a systemd-based container with...

All using podman. 1. Start a container Alice that doesn't use `-v` ``` ## Alice: cgroup on /sys/fs/cgroup/systemd/libpod_parent/libpod-9075fe81752a0a9383e587ba9af6de76d546cfec3f3d23683d1de165c69ed96f/ctr type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,xattr,name=systemd) ``` 2. Start container Bobby using `-v`(notice the weird...

1. Firstly, this issue is only triggered when using bind mounts with podman. 1. When a bind mount is used, the cgroups mounted in `/sys/fs/cgroup/systemd/libpod_parent` has an infinite recursion after...

With refactoring of TLS code for Python >=3.4 we don't load certfile and keyfile anymore in xmlstream/xmlstream.py: XMLStream._create_secure_socket : in code path for python >=3.4 are we mssing ctx.load_cert_chain() somewhere?...