8,112 questions
1
vote
0
answers
40
views
GCP IAP returns "You don't have access" even though I am Project Owner and have `IAP-secured Web App User`
I am trying to protect a VM-hosted web application using Google Cloud Identity-Aware Proxy (IAP) behind an External HTTPS Application Load Balancer.
Architecture
Internet
↓
External HTTPS ...
-5
votes
0
answers
58
views
Changing root domain after old domain expires causes persistent captain-nginx bootloop with missing SSL cert paths and 'no events section' errors [closed]
BUG REPORT: Changing root domain after old domain expires causes persistent captain-nginx bootloop with missing SSL cert paths and 'no events section' errors
Describe the Bug
My old CapRover root ...
0
votes
2
answers
99
views
How does Dependabot discover the latest Docker image tag from a private registry?
We have Dockerfiles referencing images from a private JFrog Artifactory registry, e.g.:
FROM my.private.registry/myorg/python:3.14.3
Dependabot automatically opens PRs proposing updates to newer tags ...
Best practices
0
votes
2
replies
96
views
Using one Jenklinsfile across multiple branch
Is it a good practice to centralize Jenkinsfiles in a separate repository?
I'm currently using a multibranch pipeline in Jenkins. My project repository contains a Jenkinsfile at its root, so every ...
Advice
1
vote
2
replies
151
views
Is staging slowly becoming less relevant in modern CI/CD systems?
If production is the only environment that truly reflects real user behavior, does it make more sense for teams to focus more on observability, feature flags, and controlled production testing instead ...
Advice
0
votes
5
replies
185
views
Looking for advice on choosing a stack and building a roadmap in low-level dev
Im a beginner system developer, and I want to gather everything I need to start my journey. I previously had experience in backend development with Golang, but now my direction has changed and I want ...
Advice
0
votes
0
replies
66
views
What is the most effective resilience pattern you’ve implemented in real-world projects, and how did it improve system reliability?
In your experience, what is the most effective resilience pattern you’ve implemented in real world projects, and how did it improve system reliability?
I’m currently exploring different resilience ...
0
votes
0
answers
105
views
Why does Crossplane KCL not receive status.atProvider.id (ocds returns null)?
I am using Crossplane with a KCL function to compose Azure resources.
My composition creates a LinuxWebApp and then attempts to use its ID to create a dependent PrivateEndpoint.
However, the WebApp ID ...
Best practices
1
vote
1
replies
123
views
Docker Project: A to Z process step by step
Would you recommend any free complete project has been created using docker which I can practice to learn in detail? I looked various sources but found limited resources like half or magnetic part of ...
Advice
0
votes
6
replies
223
views
Container error dependency failed to start,docker container exited with code 0(restarting)
I have trouble in deploying the project that is named Maybe, a personal finance tools with docker, then Container maybe-db-1 Error dependency db failed to start , db-1 exited with code 0 (restarting) ...
-1
votes
1
answer
112
views
Connection refused for localhost:9990 & localhost:8080 [closed]
We are migrating jenkins job from Vapp to GridEngine
When we run any test cases we could see the connect refused as localhost:8080 & localhost:9990
Gussing: the server is not configured for ...
Advice
0
votes
0
replies
144
views
Best way to organize a technical reference repository for backend and DevOps
I’m a junior backend developer and I’ve created a technical reference repository with resources related to backend development, DevOps, and security: https://github.com/Rub3cK0r3/engineering-reference
...
Best practices
0
votes
0
replies
67
views
How to measure failure rate for retryable jobs without noisy jobs skewing the metric?
We are a platform that runs training jobs. Each job will run at least 1 once, and then may retry on some failures depending on max_retries set by the user.
Currently our topline metric is:
...
Advice
0
votes
1
replies
108
views
How to delete a pipeline in Azure DevOps?
We used a Creation tool to create a GitHub Repository with a CI pipeline in Azure DevOps.
after creating a Fiori SAPUI5 Project in BAS using Project accelerator, a new flag was raised which was not ...
0
votes
0
answers
120
views
Azure Dev Ops - Org level search has changed to Code search
We can not find anywhere that any extension was added or any settings to disable Code search on the org. In the last 2 days our search has went from:
To now looking like:
This new search is very ...