<?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>DEV Community: Kian Ashnad</title>
    <description>The latest articles on DEV Community by Kian Ashnad (@kianashnad).</description>
    <link>https://dev.to/kianashnad</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F647406%2F6918715d-e60b-43c7-8e25-4fdefc783540.jpeg</url>
      <title>DEV Community: Kian Ashnad</title>
      <link>https://dev.to/kianashnad</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kianashnad"/>
    <language>en</language>
    <item>
      <title>How to set Authentication for Supervisor (monitoring tool)</title>
      <dc:creator>Kian Ashnad</dc:creator>
      <pubDate>Tue, 15 Jun 2021 03:54:27 +0000</pubDate>
      <link>https://dev.to/kianashnad/how-to-set-authentication-for-supervisor-monitoring-tool-3356</link>
      <guid>https://dev.to/kianashnad/how-to-set-authentication-for-supervisor-monitoring-tool-3356</guid>
      <description>&lt;p&gt;By default, &lt;code&gt;Supervisor&lt;/code&gt; shows your processes to everyone, but if you want to set Username and Password for that, continue reading the post.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Open the config file
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo nano /etc/supervisord.conf
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ol&gt;
&lt;li&gt;Find the lines including &lt;code&gt;username&lt;/code&gt; and &lt;code&gt;password&lt;/code&gt; and set your username and password there:
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;username = user
password = 123
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ol&gt;
&lt;li&gt;Save the file and exit.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Tadaaaa, there you go.&lt;/p&gt;

&lt;p&gt;it's gonna look like this:&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--oL-ie5gC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/nxbvh67i5r34xkrumm6b.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--oL-ie5gC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/nxbvh67i5r34xkrumm6b.png" alt="a login dialog"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;If you liked this post, please consider following me on &lt;a href="https://twitter.com/kianashnad/"&gt;Twitter&lt;/a&gt;&lt;/p&gt;

</description>
      <category>monitoring</category>
      <category>backend</category>
      <category>deployment</category>
      <category>supervisor</category>
    </item>
  </channel>
</rss>
