Bo Huang
Bo Huang
 I believe `username` comes from here https://github.com/jbuck/assume-aws-role/blob/671e984b7f606d18510bce32ecfe310065ec020c/bin/assume-aws-role.js#L124 To make `username` more meaningful, I'd like to change it to something like `
Clock skew may cause an error about id_token issued in the future. `openid-client` lib provides a tolerance to solve this. https://github.com/panva/node-openid-client/blob/master/docs/README.md#customizing-clock-skew-tolerance
I managed to setup `pglogical 2.2.0` logical replication from a Postgres 9.6.10 RDS instance to a Postgres 10.4 RDS instance. The subscription check `SELECT subscription_name, status FROM pglogical.show_subscription_status();` returns `replicating`....
[Question] Why "secret_key" in "data.vault_aws_access_credentials" not marked as Sensitive in schema
We use [Atlantis](https://www.runatlantis.io/) to run Terraform on Github PRs and post plan outputs back as PR comments. It would be nice if a change in `data.vault_aws_access_credentials.secret_key` does not explicitly show...
We are running `quay.io/pganalyze/collector:v0.22.0` in Kubernetes and experiencing memory leak. Haven't tried whether an upgrade would fix it but I did not see any mention of memory leak in existing...
**Is your feature request related to a problem? Please describe.** Our team is trying to automate CSP (cloud service providers such as AWS, Azure and GCP) key rotation with external-secrets...
I want to install `pam_ssh_agent_auth` in Fedora CoreOS. The installation succeeded with a reminder to reboot though. ``` [core@ip-10-10-8-158 pam_ssh_agent_auth-0.10.3]$ sudo rpm-ostree install pam_ssh_agent_auth Checking out tree 6df95bd... done Enabled...
What ArgoCD dashboard shows The same Rollout in Argo Rollouts Dashboard The Rollout's template ```yaml apiVersion: argoproj.io/v1alpha1 kind: Rollout metadata: annotations: rollout.argoproj.io/revision: "586" rollout.argoproj.io/workload-generation: "724" creationTimestamp: "2023-06-28T16:30:09Z" labels: argocd.argoproj.io/instance: orchestrator-69ff9...
I'm exploring a way to avoid performance degradation of critical containers caused by other containers that compete for CPU / memory / network resources. For example we have an app...
I'm writing an operator where the PodTemplate of a custom resource should be compared to its dependent ReplicaSet during reconciliation. To help easier understanding, think of this custom resource as...