<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 11-09-08 6:58 AM, Dmitri Dolguikh wrote:
    <blockquote cite="mid:4E6891AD.1000403@redhat.com" type="cite">
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      <font face="Arial">Katello api can act now as an oauth provider
        (2-legged only). To configure oauth provider you'll need to add
        something similar to katello.yml:<br>
        <br>
          cloud_forms:<br>
            oauth_key: cloud_forms<br>
            oauth_secret: shhh<br>
        <br>
        where section name should be the same as oauth_key within the
        section. oauth_secret is a shared secret between katello
        provider for a given application (identified by the key) and
        application itself.<br>
        <br>
        Please let me know if you have any questions,<br>
        -d<br>
        <br>
      </font> <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
katello-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:katello-devel@redhat.com">katello-devel@redhat.com</a>
<a class="moz-txt-link-freetext" href="https://www.redhat.com/mailman/listinfo/katello-devel">https://www.redhat.com/mailman/listinfo/katello-devel</a>
</pre>
    </blockquote>
    <font face="Arial">Oh, and one more thing:<br>
      katello expects a valid username in "katello-user" http header
      when oauth is being used. This is the user that will be used for
      all authorization checks.<br>
      <br>
      -d<br>
    </font>
  </body>
</html>