porter-archive
porter-archive copied to clipboard
Kubernetes powered PaaS that runs in your own cloud.
# Description # Location - [X] Browser - [ ] CLI - [X] API # Steps to reproduce Try to delete a failed pod that Kubernetes has automatically removed. #...
# Location - [x ] Browser - [ ] CLI - [ ] API # Motivation It takes a little extra to identify the right node when debugging why a...
# Description # Location - [x] Browser - [ ] CLI - [ ] API # Steps to reproduce 1. put in a string-input-password value for postgresdb 2. connecting to...
# Description It seems that multiple requests (~5-10) which involve generating a token for either GCP or AWS will corrupt the Token Cache data in postgres. Can't recreate this on...
The update the `dockerconfigjson` written by `docker-credentials-helper` throws an error when using docker-compose locally. Error: ``` docker.errors.DockerException: Credentials store error: StoreError('Credentials store docker-credential-porter exited with "Get "http://localhost:8080/api/projects/17/registries/ecr/ca-central-1/token": dial tcp [::1]:8080:...
Assuming a role via AWS STS requires a session token that we do not query for. Since we use [`NewStaticCredentials`](https://github.com/aws/aws-sdk-go/blob/v1.35.28/aws/credentials/static_provider.go#L25) to initialize an API user, we can pass the session...