The Wayback Machine - https://web.archive.org/web/20200928150039/https://github.com/topics/developer-experience
Skip to content
#

developer-experience

Here are 199 public repositories matching this topic...

backstage
hyperknot
hyperknot commented Nov 20, 2019

I am using PG server in a certificate pinned environment. In Python / SQLAlchemy, this is the following code needed to connect:

pg_certs = {
    'sslcert': 'certs_dir/client-cert.pem',
    'sslkey': 'certs_dir/client-key.pem',
    'sslrootcert': 'certs_dir/server-ca.pem',
}

create_engine(pg_url, connect_args={'sslmode': 'require', **pg_certs}, ...)

Does Migra support this? I

hpcsc
hpcsc commented Jun 3, 2020

It would be nice if batect can provide a CLI command to get config variable by name (with consideration of config variable files, override variables etc)

Scenario:
Currently we use batect config variables to keep repo-wide variables in a central place (.e.g. component name to be used in the code, infra code etc). There are a few exceptional cases where we want to get the same variable name

Improve this page

Add a description, image, and links to the developer-experience topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the developer-experience topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.