<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Debug School: Archana Swami</title>
    <description>The latest articles on Debug School by Archana Swami (@archie2572_547).</description>
    <link>https://www.debug.school/archie2572_547</link>
    <image>
      <url>https://www.debug.school/images/9m5aiavWTkoi22C1rnGD95iwp6r82FxuTN0wXcYi6QY/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzEzMS83MDU0/NzMzNS0yYmRlLTRk/ODMtOTMxYy0yNzE1/NDZhODJlYWYucG5n</url>
      <title>Debug School: Archana Swami</title>
      <link>https://www.debug.school/archie2572_547</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/archie2572_547"/>
    <language>en</language>
    <item>
      <title>HashiVault Commands and Auth method usage</title>
      <dc:creator>Archana Swami</dc:creator>
      <pubDate>Mon, 10 Oct 2022 11:40:59 +0000</pubDate>
      <link>https://www.debug.school/archie2572_547/hashivault-commands-and-auth-method-usage-24mk</link>
      <guid>https://www.debug.school/archie2572_547/hashivault-commands-and-auth-method-usage-24mk</guid>
      <description>&lt;p&gt;1.List of Authentication Methods in Hashicorp Vault&lt;br&gt;
--easy way to managing secrets&lt;br&gt;
--allows dynamic secrets&lt;br&gt;
--It’s open source&lt;br&gt;
--It is self-hosted&lt;br&gt;
--It can be used to encrypt data of your applications&lt;br&gt;
--It can generate PKI certificates&lt;br&gt;
--Vault’s functionality can be extended with Secret Engines and Auth Engines&lt;br&gt;
--It can be configured to be highly available&lt;br&gt;
--Key management&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;5 Use Case of Approle and Userpass Authentication Methods&lt;br&gt;
--allow machines or apps to acquire a token to interact with Vault.&lt;br&gt;
--Dynamic secrete generation&lt;br&gt;
--Automates secret management&lt;br&gt;
--Allows user to login to vault to perform tasks&lt;br&gt;
--configurations to handle large numbers of apps&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Top 10 Commands for Hashicorp Vault Learnt Today?&lt;br&gt;
--Vault server -dev&lt;br&gt;
--Vault enable auth&lt;br&gt;
--Vault auth list&lt;br&gt;
--vault server -help&lt;br&gt;
--vault login $root_token&lt;br&gt;
--vault status&lt;br&gt;
--vault login&lt;br&gt;
--vault auth enable userpass&lt;br&gt;
--export VAULT_ADDR='&lt;a href="http://127.0.0.1:8200"&gt;http://127.0.0.1:8200&lt;/a&gt;'&lt;br&gt;
--vault -help&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
    </item>
  </channel>
</rss>
