Most Popular
1500 questions
3
votes
2 answers
How to get the latest stable version of Firefox?
How to get the latest version of firefox? This URL was found, but is there no API? I would like to get the latest version, e.g. 58.0.2 so this could be used for other purposes. Just latest is insufficient as I require the version in one of my…
030
- 13,235
- 16
- 74
- 173
3
votes
1 answer
What are the security risks of CD in an open source project?
In the processes of setting up continuous deployment for an open source project with Travis I came across a predicament, can the encrypted private key be easily exfilitrated? For context, the deployment workflow is:
In a Travis build job, build and…
Moritz
- 1,217
- 2
- 11
- 24
3
votes
1 answer
One Checkout When Running Parallel Stages In Jenkins
Introduction
We have a multibranch pipeline project. The build configuration is defined by a jenkinsfile. The system consists of one master and a couple of agents.
The stages are run in parallel, and for each one we do a checkout of the…
ezFreak
- 33
- 1
- 3
3
votes
2 answers
Modelling economic value of risk-reduction DevOPs efforts
A significant part of the activity of software Engineers working on automated testing, continuous delivery, service integration and monitoring, and building SDLC infrastructure strives to reduce operational risks lying on the system they are working…
Michaël Le Barbier
- 2,620
- 1
- 15
- 26
3
votes
3 answers
Should compilers be kept in artifactory?
We are setting up our source and build system in AWS. we will have two persistent VMs hosting source and artifactory. We have a bunch of compilers (a few Gigs) we want available via NFS, is this something that should be hosted in artifactory?
I'm…
scott
- 466
- 4
- 11
3
votes
2 answers
Can Ansible alone be a complete CI-CD tool?
I am new to Ansible and was wondering about the capabilities of Ansible. Can Ansible alone be a complete CI-CD tool?
Scenario that needs to be implemented:
As soon as a developer perform a git commit, the build should be generated and placed some…
Gaurav Parashar
- 187
- 1
- 4
3
votes
1 answer
What is the best Windows Infrastructure to run Adobe After Effects like AWS Lambda?
I have an app where we allow users to create videos by choosing an AE template and modifying the text, images, etc.
We run AE on a windows server which renders the final video.
For other scenarios where we do not use AE, we use AWS Lambda of which…
Ashit Vora
- 131
- 2
3
votes
1 answer
Is it possible to securely delete a file from a virtual disk in a cloud provider?
Considering that virtual hard drives are generally formatted using something like ext3 that abstracts away from the underlying block device, which in and of itself is an abstraction over the top of a physical and network topology.
Is it possible to…
Richard Slater
- 11,612
- 6
- 41
- 81
3
votes
1 answer
Is JS an reasonable choice for a DevOps internal tool (i.e. cloud-formation runner, scripts)?
I'm working on a project to move our current stack from a mix of half-manual, half-undocumented, half-ansible into a solid code-defined architecture on AWS. Our plan is to use AWS CloudFormation heavily and off-load the following tasks to an…
Aea
- 133
- 3
3
votes
2 answers
How can secrets be distributed in a docker swarm?
Currently I use env and sql files so that docker compose can load secrets from there and build sql database docker instances with specific user/password. The question is, how can this be ported to docker swarm? Docker secrets seem to only provide…
Moritz
- 1,217
- 2
- 11
- 24
3
votes
1 answer
How to track (non ECS) container costs on EC2?
I've been evaluating Netflix Ice - as a billing tool - but it appears to only work at the Machine instance level - not at the container level.
I'm looking for a tool to help generate billing reports for using docker containers across a cluster of…
hawkeye
- 1,143
- 1
- 9
- 14
3
votes
3 answers
What is the AWS user permission that allows attaching and detaching IAM Roles to instances?
My coworker is trying to attach IAM roles to EC2 instances and doesn’t have permissions. I’m trying to work out which permissions to give him.
My question is: What is the AWS user permission that allows attaching and detaching IAM Roles to…
hawkeye
- 1,143
- 1
- 9
- 14
3
votes
3 answers
Software Security Testing in a DevSecOps Pipeline
This is a somewhat general question by design, intended for discussion of process. At my current (and all previous) companies we had issues with releasing insecure software into production. This cut across the divide from mobile, web, API's,…
randomNerdboy
- 141
- 5
3
votes
1 answer
Is it possible to run every testing.xml file with different jenkins job?
I've around 100 test method in my testing.xml file. and that testing.xml configured in pom.xml file so I'm able to run my all those testcase as maven test and I'm getting the proper reports and all.
I have created one Jenkins job and configured…
NarendraR
- 233
- 1
- 4
- 14
3
votes
1 answer
Should I use filebeat or an app-logging module with lumberjack capabilities to collect my logs
I have a pretty basic elk setup which aggregates logs from around 15 VMs that are running various services.
All of them have configured filebeat syslog forwarder with a single input in logstash.
I have app servers where I run NodeJS web apps, which…
Ivan Drinchev
- 133
- 4