infrastructure-management
Here are 100 public repositories matching this topic...
-
Updated
Feb 26, 2022 - Python
Describe the solution you'd like
We want to provide an easy way to view guidance on how to fix failing rules. For that, we want to add to the test command output a how-to-fix guidelines link next to every failing rule.
Since this is optional, we want this option to be a flag of test command or as a local configuration.
datree test ~/.datree/k8s-demo.yaml --verboseTo
-
Updated
Nov 22, 2018 - Go
-
Updated
Feb 25, 2022 - Ruby
Description
When /tmp and the destination directory is mounted on a different disk then fails with following error
Expected Behavior
Should not fail
Actual Behavior
*** Your new workflow can be found here: /home/uva/opensource/clutch/frontend/workflows/amiibo
For information on how to register this new workflow see our configuration guide: https://clutch.sh/docs/configur
-
Updated
Feb 26, 2022 - Shell
-
Updated
Feb 24, 2022 - Perl
-
Updated
Feb 17, 2022 - Go
-
Updated
Feb 13, 2019 - PowerShell
-
Updated
Feb 25, 2022
-
Updated
Jun 28, 2020 - Makefile
-
Updated
Apr 6, 2018 - Go
-
Updated
Nov 20, 2017 - Python
-
Updated
May 5, 2020 - Go
-
Updated
Nov 5, 2020 - Go
-
Updated
Apr 6, 2019 - Ruby
-
Updated
Apr 24, 2021 - Go
-
Updated
Feb 7, 2021 - Go
-
Updated
Feb 25, 2022 - Python
-
Updated
Dec 19, 2017 - Shell
-
Updated
Feb 18, 2022 - HTML
-
Updated
Feb 5, 2021 - C#
-
Updated
Jan 20, 2022 - HCL
Background
Currently, Elastic IPs are created manually by us and provided as IP in settings.
Need
This process could be updated and a new setting to generate EIP added.
With ec2_eip and ec2_eip_info automation can discover (using tags) the proper EIP and use it or create a new one when required.
-
Updated
Oct 19, 2021 - Go
-
Updated
Jul 19, 2021 - Python
-
Updated
Feb 11, 2021 - Java
-
Updated
Jul 26, 2018 - Groovy
-
Updated
Aug 24, 2021
Improve this page
Add a description, image, and links to the infrastructure-management topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the infrastructure-management topic, visit your repo's landing page and select "manage topics."


Description
In log messages, salt.modules.tls uses csr_path in log messages without checking for a trailing slash, resulting in misleading log entries:
(It also makes it appear that there's a trailing dot on the filename)
https://github.com/saltstack/salt/blob/v3003.3/salt/modules/tls.py#L1167 among other places. It pr