Mikael Knutsson
Mikael Knutsson
This is mainly to allow java applications to work (most of which only support PKCS#8 in PEM format).
Use this one for building for ourselves. If you want to use automated builds with any of the public docker container registries, here it is!
This fixes #6
Right now the CN will always be the 'default' ip-based CN, but some client certificate auth schemes use only CN to authenticate (namely: http://floragunncom.github.io/search-guard-docs/tls_certificates_production.html). To facilitate glob matching like: `*.subdomain.namespace.svc.cluster.local`...
Started using this LSP recently with vim and I have bindings to call `textDocument/formatting` to format the file I'm editing - it'd be great if terraform-lsp supported this function of...
Using the example code from the documentation: ```python import asyncio import aiopg dsn = 'dbname=aiopg user=aiopg password=passwd host=localhost' async def go(): async with aiopg.create_pool(dsn) as pool: async with pool.acquire() as...
We should assign the service account "default" if RBAC is deactivated rather than one named after the chart.
### What happened? When using rules python 1.0.0-rc2 in the main repository, the module extension call to initiate the pypi repo used by the protoc-gen-validate module uses the older "name"...
Whilst there is a darwin arm64 binary for the main `cfssl` binary, you do not currently build any for secondary binaries, such as `cfssljson` or `multirootca`. This would be very...
**Issue number:** Closes #464 **Description of changes:** This adds support for getting the key for signing repositories from the env as well as file/kms etc. **Testing done:** Has been used...