8,202 questions
0
votes
0
answers
12
views
Vercel deployment - High Edge Requests
I'm running a project deployed on Vercel and noticed something unusual in the analytics. Over the past day, there have been 1.7 million Edge Requests (screenshot attached), although daily visitors are ...
0
votes
0
answers
19
views
Http streams breaking issues after shifting to http2
So in my application i have to run alot of http streams so in order to run more than 6 streams i decided to shift my server to http2.
My server is deployed on google cloud and i enabled http2 from the ...
1
vote
0
answers
23
views
Proper devops flow for applications requiring environment variables at build time
I'm building a simple app in Next.js and building/deploying with docker and github actions. My current pipeline looks like this for dev:
jobs:
build-server-image:
runs-on: ubuntu-latest
...
-1
votes
0
answers
54
views
Best way to integrate Laravel Nova in a microservices architecture with Docker: same container or separate service? [closed]
We're transitioning from traditional monolithic PHP and pure JS web development to a modern infrastructure that includes:
CI/CD (Jenkins)
Docker or Podman-based containerization
Laravel and React
...
-1
votes
0
answers
25
views
Secure Git Deployment from Production Server via HTTPS Only (No SSH) – Best Practices? [closed]
We’re implementing a secure deployment pipeline and would appreciate feedback on our current approach, especially regarding best practices and potential improvements.
Context:
We have a tiered ...
0
votes
2
answers
52
views
How to get commit ID for a tag in Azure Devops git repository
I am trying to automate a view of all the workitems that have been closed between 2 branch tags of a git repo. One of the main issues I'm having is for some reason, when I view the tags from the tags ...
-1
votes
0
answers
19
views
Safari Fails to Load Next.js Chunk Files with SSL Errors While Chrome Works Fine [closed]
I'm experiencing a strange issue with my Next.js 13.5.6 I app deployed behind Nginx with SSL via Let's Encrypt.
Everything works perfectly in Chrome, but in Safari, some requests for Next.js chunk ...
0
votes
0
answers
41
views
Node.js semantic release is not properly taking the ranges for the hotfix branches
I have a hotfixes strategy to deploy from branches with the name as: N.N.x example: 0.30.x
I have next configuration of the semantic release:
branches: [
"main",
"+([0-9])?(.{+...
-1
votes
0
answers
36
views
Can not login to nexus with docker login [closed]
This is my docker compose in linux server for nexus registry:
version: "3.8"
services:
nexus:
image: sonatype/nexus3:latest
container_name: nexus
restart: always
ports:
...
1
vote
2
answers
29
views
Jenkins Trigger Build if 2 string don't match
Currently i am using "post-build Actions" in order to trigger another build and it works, i have a condition of "string match" that if it matches the build triggered,
Now i have ...
3
votes
1
answer
67
views
Should liveness and readiness endpoints be `.well-known`?
I don't think there is definitive guides on this, but I've always felt that liveness and readiness endpoints -- in the context of kubernetes -- should be exposed under /.well-known/. I looked for ...
0
votes
1
answer
40
views
changing the git push timestamp in azure devops repo
I had first used git rebase for editing the particular committer and saved and proceeded with GIT_COMMITTER_DATE="2025-04-10T15:30:00" git commit --amend --no-edit --date "2025-04-10T15:...
0
votes
2
answers
70
views
How to omit Large Files when migrating from azure DevOps to Github?
I've been asked to mirror our Azure DevOps git repository to github. The problem is unlike DevOps, Github has a 100mb file limit. I would really like to avoid using git LFS because I don't want all ...
-1
votes
1
answer
37
views
Multiple docker questions [closed]
Ok, I have searched through the Internet but I am not able to find a good answer to my current situation.
Got a project divided into three separate sub-folders, to know: database (postgresql), backend ...
0
votes
0
answers
27
views
Cant acces gitlab by REST from specific server
Today I run into unpredictable behaviour of CI/CD when tried to update server - pipline could not start. I found that the problem is getting data from method https://git.example.com/api/v4/runners.
...
0
votes
0
answers
18
views
Deployment on AWS or own system for low latency
I am creating a tik-tok like app, where 99% of the traffic will come from my city, while the nearest AWS/DigitalOcean servers are located in Mumbai / Pune (300 km from my city).
Considering my app ...
1
vote
0
answers
32
views
GitHub Actions test failure after handling environment variables with .env
I am working on a Java Spring Boot project, and I am having problems when using GitHub Actions for CD.
I was able to run my test code and the entire application successfully on my local machine.
...
-5
votes
0
answers
59
views
HTTP health check failed on port 8000
I've been trying to deploy service whole day on Koyeb and on the Render. But on Koyeb it always says HTTP health check failed on port 8000 and on Render it gives me Welcome to Nginx! page. Here's ...
0
votes
2
answers
43
views
Seeking Guidance on Cloud Cost Optimization: Reducing Delays, Identifying Wasted Resources, and Analyzing Top Cost Contributors
I’m working on a Cloud Cost Optimization assignment and need some advice on structuring my approach. The goal is to complete the following tasks:
Reduce delay in cost awareness: Teams should know ...
0
votes
0
answers
17
views
Please give me the instructions to connect AWS Neptune database with locally hosted Jupyter notebook to make queries [duplicate]
I have an AWS Neptune Database, the task is to connect the Database with Jupyter notebook that is running locally in my windows system. How can I achieve this, please help me. Thank you in advance...
...
0
votes
1
answer
45
views
When Merging the code, all pipeline getting triggered
I have admin api and public api. 2 seperate branch has been created and 2 different pipelines were created. When i merge the public api code, the admin pipeline also getting triggered, which should ...
1
vote
1
answer
100
views
GCP External Nat - changed external ip on it's own [closed]
We have a GCP router that uses an external NAT. The NAT was configured to use automatic "Cloud Nat IP addresses".
2 days ago, without us doing anything, the IP changed.
gcloud compute ...
0
votes
1
answer
63
views
git push --mirror hangs up
I have a bash script that does the following:
git push lfs --all
git push --mirror <remote>
Can this happen due to azure api rate limits? Is there any way of knowing whether that is the case?
...
0
votes
0
answers
49
views
How to Reduce the Size of a Nest.js Docker Container Built with a Multi-Stage Dockerfile? [duplicate]
I'm using a multi-stage Dockerfile to build and run my Nest.js application in a Node.js container. However, the final container size is around 600 MB, and I’d like to reduce it further.
# Build stage
...
0
votes
2
answers
82
views
When creating a container, the error "secret not found" appears [closed]
I'm trying to use Vault CSI Provider to get secrets and HCP Vault
Made the following policy and role on terraform:
resource "vault_policy" "n8n" {
name = "n8n"
...
0
votes
1
answer
53
views
I get the Error TF401175: The version descriptor <Branch: refs/heads/.....> could not be resolved to a version in the repository
This API call somehow returns TF401175: The version descriptor <Branch: refs/heads/.....> could not be resolved to a version in the repository ..., even though the branches both definitely exist ...
0
votes
1
answer
57
views
how to handle scheduled build and scheduled release in seperate yml pipeline in azure devops
we have a build pipeline and a release pipeline separately both in yaml, azure devops. we have a scheduled build every day and scheduled release every day. currently, what happens since the scheduled ...
0
votes
0
answers
133
views
Azure DevOps Pipeline Build Issue - Duplicate Destination Paths
We have a project that we've been building locally for months, with no issue, and in Azure DevOps with success until just recently. It is a DotNet MAUI application, which has multiple projects within ...
0
votes
0
answers
42
views
Need to have Ingress Controller in AWS only for the private EKS Subnet
I have two types of subnets as DMZ subnets and private subnets. EKS cluster is on the private subnet, and one of the ALBs is on the DMZ subnet. I want to create an ingress controller in the private ...
0
votes
0
answers
85
views
Serve static files from outside wwwroot
When I run my Devops pipeline, it creates the WebApp.zip file for a .NET Core web app on Azure.
That file includes all my content and a wwwroot folder.
When I run the app, I get 404 for files outside ...
0
votes
2
answers
70
views
Azure DevOps YAML loop
The QA team requested the ability to run pipeline jobs in a loop with a parameter that would specify the number of iterations.
My solution:
trigger:
- master
parameters:
- name: myarray
type: ...
0
votes
0
answers
60
views
HTTP block or redirect to https for Artifactory version 7.77.6
I'm working with an Apache HTTP Server, and I have an internal service running on port 8082 that should be redirected and proxied to an external HTTPS service running on port 8543. However, despite my ...
2
votes
0
answers
39
views
Kubernetes Java Client Unable to Find Config When Running as Docker Container
I have a Java service that uses the Fabric8 Kubernetes Java Client to connect to a Kubernetes cluster. When I run the service locally using java -jar, it works perfectly. However, when I build a ...
-1
votes
1
answer
45
views
Splunkforwarder Startup Error in Docker containers
Commands used to run docker image:
docker run -d -p 9997:9997 -p 8080:8080 -p 8089:8089 -e "SPLUNK_START_ARGS=--accept-license" -e "SPLUNK_PASSWORD=test12345" --name uf ...
0
votes
0
answers
30
views
How can I make terragrunt S3 remote_state use a profile locally but not in CI?
I'm trying to use the terragrunt remote_state block to configure an S3 backend for my state files. Locally I'd like it to use a named profile from my AWS config, but in CI I want it to use the OIDC ...
0
votes
2
answers
106
views
Azure Agent SSL Issue: "an existing connection was forcibly closed by the remote host" [closed]
Windows server was updated from 10 to 11. TLS certificates were updated. I've verified that its using 1.2. SSL works as well. Azure DevOps is accessible via the server.
Installing a new agent result ...
0
votes
2
answers
87
views
Where does the TFS pipeline prints the output?
Suppose I want to build a pipeline of a code which will print "Hello from CICD" in Azure Devops on a Linux agent. Now I want to know that after the pipeline is successfully run where is the ...
0
votes
3
answers
218
views
How to run Azure Pipeline only after PR has been approved?
Just as the title says,
I would like to have a PR workflow in which my pipeline starts running only after someone approved my PR in Azure Repos.
Everything is inside Azure DevOps.
0
votes
0
answers
25
views
How can I filter out rows with missing mandatory data and log them in AWS Glue without causing an error?
I am crawling data from a database, manipulating it, creating a CSV file, and uploading it to S3. I want to add an additional layer of safety: if a row is missing mandatory data, I want to filter it ...
0
votes
0
answers
65
views
Why is the OWASP Dependency Track dashboard empty?
am new to Dependency Track and I was managed to configure it and set it up with SecOps pipeline. I have few Node JS test projects configured in Dependency Track which shows Vulnerabilities but the ...
0
votes
1
answer
63
views
DevOps tools for visualizing/managing resource relationships in GCP?
I'm working on a GCP project where we need better visibility into how our resources are connected and dependent on each other. Our infrastructure has grown complex with multiple services, networks, ...
0
votes
0
answers
40
views
Branches not visible in MS Fabric-Github integration
I am Unable to find branches after connecting Github to MS Fabric using Git integration using Classic PAT after giving repo permissions.
There are 2 branches in the repo but its showing no branches. ...
0
votes
0
answers
64
views
Why does Code-server not work when I enable forwarding in NGINX?
I am uploading a stack with the following compose:
services:
code-server:
container_name: code-server
hostname: CodeServer
image: lscr.io/linuxserver/code-server:latest
volumes:...
1
vote
1
answer
131
views
In Gitlab CI how to pass a docker image between jobs, without pushing to registry?
I want to build image in job1, and save it as artifact for other jobs. This will eliminate the need of building the image in every job.
However I am not sure how can I achieve passing the image ...
0
votes
1
answer
52
views
Jenkins Pipeline: "process apparently never started" error during the Build stage in a Docker agent
I am running a Jenkins on local and I created a pipeline that uses a Docker container as an agent for the build stage. However, I am encountering the following error during the Build and Test stage.
...
0
votes
0
answers
26
views
Restrict SAST Scan Jobs to Protected Branches in GitLab YML
I've included the stage - Test in my .gitlab-ci.yml file
sast:
stage: test
include:
- template: Security/SAST.gitlab-ci.yml
Below is my SAST YML Template
variables:
SECURE_ANALYZERS_PREFIX: &...
-1
votes
1
answer
181
views
Azure Devops pipeline retention policy issue
I'm using Azure DevOps Server 2022.2 (AzureDevopsServer_20240806.7).
My pipeline is configured to build and release an ASP.NET Core 8 Web API project which build artifacts and generates 3 GB of files.
...
1
vote
0
answers
32
views
Maven build issue in git submodule
I am using Adobe Cloud manager pipeline to build my Java AMS project.
Here i am using git submodules & here is parent pom look like
<artifactId>parent</artifactId>
<groupId>aem65&...
0
votes
1
answer
61
views
How to create a YAML pipeline in Dev Ops to export Power Automate solution and Import it to Dev Ops Project?
I would like to export a Power Automate solution (TestSolution) from the environment (TESTW) and import it into the project (ProjektTest), repo (TestRepo), branch (main). Unfortunately, I'm not very ...
0
votes
2
answers
83
views
unable to read variable from parameter
i'm trying to pass to a parameter a variable declared in a variable group devops library:
name: $(BuildDefinitionName)$(SourceBranchName)$(date:yyyyMMdd)$(rev:.r)
trigger:
- none
variables: # ...