push eventdhrp/tools
commit sha 9b187ca665942bdf6ec675502ebd1d27a75d8616
updated tools
push time in 6 days
startedcorda/vscode-corda
started time in a month
issue openedkubernetes-sigs/kustomize
kustomize build doesn't update .dockerconfigjson prefix
Issue:
When using kustomize to build a spec including a .dockerconfigjson type: kubernetes.io/dockerconfigjson and a namePrefix is given, then the secret is generated with said prefix, but the secretReference is not updated to include that prefix. As a result a user receives a imgPullError, even if the config was correct.
In other words:
resources:
- deployment.yaml
namePrefix: test-
secretGenerator:
- name: regcred
files:
- .dockerconfigjson
type: kubernetes.io/dockerconfigjson
- name: regcred-secret
files:
- .dockerconfigjson
with:
apiVersion: extensions/v1beta1
kind: Deployment
spec:
imagePullSecrets:
- name: regcred
template:
spec:
volumes:
- name: regcred-secret
secret:
secretName: regcred-secret
containers:
- name: test
image: dhrp/tools
Generates:
apiVersion: v1
data:
.dockerconfigjson: eyJhdXRocyI6eyJjdXN0b20ucmVnaXN0cnkuaW8iOnsicGFzc3dvcmQiOiJwYXNzIiwidXNlcm5hbWUiOiJ1c2VyIn19fQ==
kind: Secret
metadata:
name: test-regcred-765d229md4
type: kubernetes.io/dockerconfigjson
---
apiVersion: v1
data:
.dockerconfigjson: eyJhdXRocyI6eyJjdXN0b20ucmVnaXN0cnkuaW8iOnsicGFzc3dvcmQiOiJwYXNzIiwidXNlcm5hbWUiOiJ1c2VyIn19fQ==
kind: Secret
metadata:
name: test-regcred-secret-998kft7mhh
type: Opaque
---
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: test-Enter deployment name
spec:
imagePullSecrets:
- name: regcred
template:
spec:
containers:
- image: dhrp/tools
name: test
volumes:
- name: regcred-secret
secret:
secretName: test-regcred-secret-998kft7mhh
created time in a month
startedStackExchange/dnscontrol
started time in 2 months
startedmoby/buildkit
started time in 2 months
startedtonistiigi/buildkit-pack
started time in 2 months
startedMacPass/MacPass
started time in 2 months
starteduber/cadence
started time in 2 months
startedctrox/csi-s3
started time in 2 months
Security Bulletins that relate to Netflix Open Source
fork in 2 months
push eventdhrp/moulin
commit sha 54c5055118717de6174883a3ed6931bd340a1a44
client is top-level; protobuf is package
commit sha 9568dcdb09d7f94a0962314dc7e7550b88081040
Merge branch 'restructure'
push time in 3 months
push eventdhrp/moulin
commit sha 7f41500be1d3fdd9acd2dd8e38741b083192c4a4
restructured to use pkg and cmd folders
commit sha 1de6e5ac85e0c911e1cc90d347d5dce8f05a610f
Merge pull request #2 from dhrp/restructure restructured to use pkg and cmd folders
push time in 3 months
PR merged dhrp/moulin
This makes the project a lot more logical and re-usable by other projects.
pr closed time in 3 months
PR opened dhrp/moulin
pr created time in 3 months
push eventdhrp/moulin
commit sha 7f41500be1d3fdd9acd2dd8e38741b083192c4a4
restructured to use pkg and cmd folders
push time in 3 months
startedint128/kubelogin
started time in 3 months
PR opened go-chi/render
closes #22
pr created time in 3 months
push eventdhrp/render
commit sha 28cac32ec0d8bf2d1202c76702cb80f892c79373
Fixed a docstring closes #22
push time in 3 months
fork dhrp/render
easily manage HTTP request / response payloads of Go HTTP services
fork in 3 months
issue openedgo-chi/render
in this line: https://github.com/go-chi/render/blob/master/responder.go#L109
it says: // XML marshals 'v' to JSON, setting the Content-Type as application/xml. It
But that should be // XML marshals 'v' to XML, setting the Content-Type as application/xml. It
created time in 3 months