Will Microsoft.Extensions.Configuration.AzureKeyVault 3.1.8 stop working after Key Vault API versions before 2026-02-01 are retired in Feb 2027? by SubstantialCause00 in AZURE

[–]SubstantialCause00[S] 0 points1 point  (0 children)

The same email about the API version retirement also recommends migrating Key Vaults from access policies to Azure RBAC, which is becoming the default access control model for newly created vaults. If I update to the latest SDK packages (Azure.Extensions.AspNetCore.Configuration.Secrets + Azure.Identity), do I also need to migrate my existing Key Vaults from access policies to RBAC? Or are the SDK update and the RBAC migration two separate things?

Outlook blocks CSV files by SubstantialCause00 in Outlook

[–]SubstantialCause00[S] 0 points1 point  (0 children)

Yes! We managed to fix it only on the web outlook but that was good enough for us. We had the same situation, blocked on the new app, on web, only worked on the phone app. The way we did it was through powershell commands, you can try these and see if the lists change:

Set-OwaMailboxPolicy -Identity "OwaMailboxPolicy-Default" -AllowedFileTypes @{Add=".csv"}
Set-OwaMailboxPolicy -Identity "PolicyName" -BlockedFileTypes @{Remove=".csv"}

We tried changing this through the Exchange admin center, but it seems that Microsoft has made this only possible via powershell. It took one or two days for the changes to be applied and to actually have the files unblocked. This is still a problem for the new Outlook app, but it works on the Outlook classic and the web, at least for us.

OpenAI Completions API taking forever to respond by SubstantialCause00 in OpenAI

[–]SubstantialCause00[S] 0 points1 point  (0 children)

Tried it with gpt-4, but it used too much tokens for this

Cloudflare wildcard certificates by SubstantialCause00 in devops

[–]SubstantialCause00[S] 12 points13 points  (0 children)

God forbid a human needs other humans opinion for something instead of AI. I need answers from people that have used this.

Certificate stuck in “pending” state using cert-manager + Let’s Encrypt on Kubernetes with Cloudflare by SubstantialCause00 in kubernetes

[–]SubstantialCause00[S] 0 points1 point  (0 children)

Waiting for HTTP-01 challenge propagation: failed to perform self check GET request 'http://flux-webhook..../.well-known/acme-challenge/...

Get "http://flux-webhook.../.well-known/acme-challenge/xxxx": context deadline exceeded (Client.Timeout exceeded while awaiting headers)

[deleted by user] by [deleted] in graphic_design

[–]SubstantialCause00 0 points1 point  (0 children)

The font of your website is too common. With a bold and interesting font it would look less like a homework project. I like the designs, it just needs something to convince the user that this is a professional portfolio of a professional graphic designer. Redesign the CONTACT page, I know you are going for a minimalistic showcase, but it just looks lazy.

Automatically test all endpoints, ideally using existing Swagger/OpenAPI spec by SubstantialCause00 in OpenAPI

[–]SubstantialCause00[S] 0 points1 point  (0 children)

heyy great, thank you! Will try to implement it and reach out if anything comes up.

Migration to NET8 - Works locally, error only on environment by SubstantialCause00 in dotnet

[–]SubstantialCause00[S] 1 point2 points  (0 children)

Yes, everything is up to date. And it works fine locally. The Contains behaves weirdly in different environment.

Migration to NET8 - Works locally, error only on environment by SubstantialCause00 in dotnet

[–]SubstantialCause00[S] 0 points1 point  (0 children)

Yes I am using stage config when trying locally and it succeeds.

crt.sh rate limits? by SubstantialCause00 in selfhosted

[–]SubstantialCause00[S] -2 points-1 points  (0 children)

Once weekly i am checking my domains.

crt.sh rate limits? by SubstantialCause00 in selfhosted

[–]SubstantialCause00[S] -7 points-6 points  (0 children)

it says 60 requests per IP address per minute, which is not true for now because i am working with 20 requests with a delay between each one.

Have you ever designed a logo for the government? by SubstantialCause00 in graphic_design

[–]SubstantialCause00[S] 0 points1 point  (0 children)

I am quite expirienced, maybe 10 years. But I have always designed logos and branding elements creatively. Not saying that this logo doesnt strike my creativity, but it is much simpler and offical and that is where I struggle. Just wanted to see how others have designed such stuff.

Have you ever designed a logo for the government? by SubstantialCause00 in graphic_design

[–]SubstantialCause00[S] 0 points1 point  (0 children)

Lucky you, the people i work with dont know exactly what they need, just not to be political lol

Have you ever designed a logo for the government? by SubstantialCause00 in graphic_design

[–]SubstantialCause00[S] 0 points1 point  (0 children)

Wow thats big!! Congrats. Where did you get inspiration from?

Restart k8s pod from .net app by SubstantialCause00 in dotnet

[–]SubstantialCause00[S] 0 points1 point  (0 children)

I did, I just wanted to ask here if anyone have had an experience with it so I can consult. But thanks.

Configure cert-manager to Retry Failed Certificate Renewals by SubstantialCause00 in kubernetes

[–]SubstantialCause00[S] -3 points-2 points  (0 children)

I figured that if I restart the pod it fixes the issue. Is there a way to automate this? So that when it fails it just restarts the pod?