How should I handle configuration and secrets in MySQL?
Configuration must be available to the application without exposing credentials in source control, logs or browser code. What belongs in the runtime and which access controls matter?
ReadMeFeed / Community knowledge
Real questions. Useful conversations. Find the people who know your stack.
Configuration must be available to the application without exposing credentials in source control, logs or browser code. What belongs in the runtime and which access controls matter?
I'm designing a Knockout view-model layer (Knockout 3.5.x) where a large list rendered with foreach produces many item view models, each carrying several computed values. Most of those computeds are only observed while their row is visible or bound, and the view models themselves can live for a long time. The documented trade-off is clear in outline: ko.comp
After pip install openai , when I try to import openai , it shows this error: the 'ssl' module of urllib3 is compile with LibreSSL not OpenSSL I just followed a tutorial on a project about using API of OpenAI. But when I get to the first step which is the install and import OpenAI, I got stuck. And I tried to find the solution for this error but I found noth
I see patchesStrategicMerge in my kustomization.yaml file, but not getting it clearly, like whats its need or why we require that? kustomization.yaml resources: - a.yaml patchesStrategicMerge: - b.yaml - c.yaml I went through this: https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/#customizing and https://github.com/kubernetes/communit
What does 444 in the language options in 7-Zip mean? I use Windows 11 24H2 Pro and 7-Zip 24.09 x64 .
I have a static site that I am deploying to s3 and then using CloudFront to distribute to users. After I build the site, I want to push the new build to s3 . I found 2 approaches to do that. aws s3 cp --recursive ./public/ s3://bucket-name --cache-control 'public, max-age=300, s-maxage=31536000' aws s3 sync --delete ./public/ s3://bucket-name --cache-control
I just installed tensorflow v2.3 on anaconda python. I tried to test out the installation using the python command below; $ python -c "import tensorflow as tf; x = [[2.]]; print('tensorflow version', tf.__version__); print('hello, {}'.format(tf.matmul(x, x)))" I got the following message; 2020-12-15 07:59:12.411952: I tensorflow/core/platform/cpu_feature_gua
I am trying to generate a Docker Image without using Visual Studio. I am in the project folder and I execute from windows 10 admin command line docker build . I can't figure out how to make this work. [+] Building 1.3s (8/9) => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 753B 0.0s => [internal] load .docke
I can't find Windows Disc Image Burner on either of my Window 10 machines or Windows 11 machine. Do I need to pick something in add/remove windows features or something? It's not just missing from the context menu. It doesn't show up if I try to look for it in apps and features either.
commented · 30 Jul 2021, 07:05 UTC
answered · 24 Jul 2021, 19:55 UTC