Ryo Shimada
Ryo Shimada
Hi @victor-yunenko I think this is not related to #6801. because this is the issue of CMS_PERMISSION (not django permission) and you wrote "with no code modifications" in that. I...
If CMS_PERMISSION is True, the staff user needs both django's and cms's permission to add page, change, etc. ```py # cms/utils/page_permissions.py # auth_permission_required checks django's permission. # has_generic_permission checks cms's...
@rentziass as codeowner This issue is a feature request for `gha-runner-scale-set` (though labeled `community`). Please review #3564 from @asafhm
I think the conditions for pod regeneration should be strict: once a job is assigned and started, it should not be restarted with a clean runner, considering the idempotency of...
Hi @nikola-jokic I have re-produced this behavior with k3d and **cgroup v2** . Actions: https://github.com/air-hand/k8s-playground/actions/runs/16581762528/job/46899483499 runner container spec: https://github.com/air-hand/k8s-playground/pull/12/files#diff-1060e9175697db9b5d7b27f35c5eb40453d00303678d8f5791b0f16c3eb0940dL32 ``` $ kubectl get pod -w NAME READY STATUS RESTARTS AGE...
@gmlewis Thank you. I have created PR #3254, please review it.
Both implementations seem to call `jwt.ParseRSAPrivateKeyFromPEM` -> `pem.Decode`. Maybe the content of `key []byte` is just wrong. refs: https://github.com/jferrl/go-githubauth/blob/main/auth.go#L61 https://github.com/bradleyfalzon/ghinstallation/blob/d680810648e94347929da00376d1e7067f3572dd/appsTransport.go#L48 https://github.com/golang-jwt/jwt/blob/main/rsa_utils.go#L11
same here. It seems the cause is used old `compose-spec/compose-go` package to validate the `docker-compose.yaml` file. https://github.com/loft-sh/devpod/blob/main/go.mod#L10 the new `env_file` spec is supported by compose-go v2.0.0 and later. https://github.com/compose-spec/compose-go/releases/tag/v2.0.0
@nikola-jokic Hi nikola. No rush, but would appreciate feedback when convenient plz.
Hi there. I think that k8s user namespace is nice too, but what's the difference of `dind rootless` ? https://docs.docker.com/engine/security/rootless/#how-it-works https://docs.github.com/en/enterprise-cloud@latest/actions/tutorials/use-actions-runner-controller/deploy-runner-scale-sets#example-running-dind-rootless Rootless docker also run in user namespace, so it...