Category Archives: Development

Dotnet development

Commit to git from classic release pipeline

We have Azure Devops Server to manage our solutions. The version we currently run comes with yaml build pipelines and classic release pipelines. It is “easy” to commit and push to git from a yaml pipeline with the repository resource … Continue reading

Posted in Development | Tagged , | Leave a comment

Rancher Desktop and K3s allowed-unsafe-sysctls

Today I’ve got this error SysctlForbidden kubelet forbidden sysctl: “net.ipv6.conf.all.disable_ipv6” not whitelisted Rancher desktop will not accept all sysctls. Some are allowed, but most options are not. To get this working you have to add the setting to the allowed-unsafe-sysctls … Continue reading

Posted in Development, Security | Tagged , , | Leave a comment

Show container info on hosted static webpage with nginx server side includes

We are creating a CICD pipeline for apps hosting on Kubernetes. One of the things we like to do is to have the build number or any other version information visible in the UI. To achieve this with static webpages … Continue reading

Posted in Development | Tagged , , , | Leave a comment

Unittest with RestSharp

We’re developing an aspnet core website with webapi backend all on a cloud platform. The auth part is implemented with openidconnect and cookies. Every tab is a new application to reduce release and test times. For the website / applications … Continue reading

Posted in Development | Tagged , | Leave a comment

Call upstream api with token from jQuery

We’re developing an aspnet core website with webapi backend all on a cloud platform. The auth part is implemented with openidconnect and cookies. Every tab is a new application to reduce release and test times. For the website / applications … Continue reading

Posted in Development | Tagged , , | Leave a comment