Материалы по теме 'hashicorp vault' | DevsDay.ru

IT-блоги Материалы по теме 'hashicorp vault'

IT-блоги Материалы по теме 'hashicorp vault'


Разработка dev.to 20 мая 2024 г. 0:53

Django is a powerful web framework known for its speed and ease of use. But with great power comes great responsibility, especially when it comes to security. In today's digital landscape, even minor vulnerabilities can have catastrophic consequences...... читать далее

django security webdev python

Разработка dev.to 19 мая 2024 г. 5:52

In the dynamic landscape of cloud-native applications, managing secrets securely is paramount. Secrets such as API keys, database credentials, and other sensitive configuration details need to be handled with care to prevent unauthorized access. Kube...... читать далее

cloud kubernetes security devops

Разработка dev.to 14 мая 2024 г. 17:41

Cloud workloads continue to grow as new digital innovations arise monthly in the worlds of IoT applications, cloud services, and big data analytics. However, the cloud's dynamic and often complex nature can make cloud application security challenging...... читать далее

cybersecurity devops webdev

Разработка dev.to 9 мая 2024 г. 11:41

In cloud computing and infrastructure management, Terraform by HashiCorp comes out as a powerful tool designed to make the management of infrastructure through code. As organizations continue to move towards a DevOps approach, understanding the funct...... читать далее

terraform terraformbenefit serversupport supportfly

Разработка dev.to 9 мая 2024 г. 2:00

Creating a Python package involves several actions, such as figuring out an apt directory structure, creating package files, and configuring the package metadata before deploying it. There are a few other steps that you need to follow including creat...... читать далее

opensourcesecurity engineering python pycharm

Разработка habr.com 6 мая 2024 г. 12:24

Vault — самое популярное в мире корпоративное хранилище секретов. С 2023 года его практически невозможно использовать в российских компаниях с сохранением лицензионной чистоты из-за новых политик лицензирования его разработчика, британской компании H...... читать далее

StarVault hashicorp vault импортозамещение безопасность vault orion soft

Разработка dev.to 28 апреля 2024 г. 7:22

About one month ago, I wrote a small Python script to securely manage secret data in my Git repositories. I believe this tool is very convenient and useful for many projects beyond just my personal use cases. I named the script keepsecret.py and pub...... читать далее

DevOps OpenNET 26 апреля 2024 г. 8:53

Корпорация IBM объявила о заключении соглашения по покупке компании HashiCorp, занимающейся разработкой инструментариев Vagrant, Packer, Hermes, Nomad и Terraform. Размер сделки составит 6.4 млрд долларов. Сделку, которая уже одобрена советами дире...... читать далее

Разработка dev.to 25 апреля 2024 г. 13:19

Thanks to my technical agency, SFEIR, I had the chance to go to KubeCon 2024 to see the latest news regarding Kubernetes. At this conference, a multitude of different products from across the Kubernetes world are represented, so much so that sometim...... читать далее

kubernetes cloudnative containers cncf

Разработка dev.to 19 апреля 2024 г. 17:48

This post outlines the necessary secrets required for Ansible playbooks. It includes details on how to use the ansiblesafe tool to manage these secrets securely. Red Hat Subscription Manager (RHSM) Variables These variables are used to re...... читать далее

ansible

Разработка dev.to 18 апреля 2024 г. 11:05

Infrastructure-as-Code (IaC) allows engineers to manage cloud assets, databases, and networks as code, enhancing efficiency and consistency and bypassing manual ClickOps for cloud infrastructure provisioning and deployment.  The key benefits of popul...... читать далее

infrastructureascode terraform cloud cloudcomputing

Разработка dev.to 17 апреля 2024 г. 17:42

Serverless architectures are the present (and future) of the cloud. Unlike traditional server-based models, serverless computing removes the infrastructure layer, enabling developers to focus solely on code without managing servers.  As of 2022, 53%...... читать далее

webdev cybersecurity serverless cloudcomputing

Разработка habr.com 15 апреля 2024 г. 12:31

Chaos engineering — это подход к проверке устойчивости приложений. Грубо говоря, мы умышленно ломаем что-либо в системе, чтобы посмотреть, как она будет себя вести, и делаем из этого эксперимента полезные выводы о надёжности и уязвимостях.Перевели ст...... читать далее

chaos engineering vault hashicorp vault gremlin

Разработка dev.to 9 апреля 2024 г. 3:55

Pasadena, California, is famous for the Rose Bowl Parade and its many incredible views of the San Gabriel mountains. Science fans probably know it best as the headquarters for NASA's Jet Propulsion Laboratory. It is also home to the largest community...... читать далее

linux conference security pasadena

Разработка dev.to 4 апреля 2024 г. 18:22

Cybernews recently reported 5,500 out of 10,000 public docker images contained 48,000+ sensitive secrets - a combination of harmless and potentially vulnerable API keys. This report illustrates why it's imperative that security and platform teams kno...... читать далее

containersecurity docker secrets

Разработка dev.to 3 апреля 2024 г. 8:36

Building a Secure and Resilient Foundation with Infrastructure as Code (IaC) Starting your Infrastructure as Code (IaC) journey on AWS, Azure, or other platforms demands a solid baseline. Whether you're utilizing AWS CloudFormation, CDK, Azure Reso...... читать далее

terraform cicd aws azure

Разработка dev.to 2 апреля 2024 г. 12:48

What Changed With Terraform Cloud Pricing In June 2023, HashiCorp adjusted the pricing scheme of Terraform Cloud (TFC), its commercial SaaS product. The main change was a shift to the Resources Under Management (RUM) model, which calculates service...... читать далее

terraform cloud devops infrastructureascode

Разработка dev.to 23 марта 2024 г. 4:00

what is Hashicorp vault.? Imagine HashiCorp Vault as a secure digital vault for all your sensitive information like passwords, API keys, and encryption certificates. It acts like a central location to store, access, and manage these secrets. Here's...... читать далее

terraform security devops secret

Разработка dev.to 12 марта 2024 г. 15:29

This post was originally published by the Cloud Security Alliance. In Chapter 1 of this series about considerations when building cloud-native applications, we introduced various topics such as business requirements, infrastructure considerations, au...... читать далее

aws cloud security design

Разработка dev.to 5 марта 2024 г. 14:20

Dive deep into the heart of the software world's matrix, where a powerful yet often overlooked tool resides—environment variables. These key-value pairs do more than just configure software applications; they carry the secrets of the past, present, a...... читать далее

devops programming learning env