Update fleet-logo.svg (#38362)
- Updated the https://fleetdm.com/logos to include the Fleet logo dots (with built-in padding). - Updated https://fleetdm.com/guides/okta-conditional-access-integration#step-5-add-fleet-idp-authenticator-in-okta to reference fleetdm.com/logos as the single source of truth for logo downloads. Related issue: https://github.com/fleetdm/fleet/issues/37652 --------- Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>
This commit is contained in:
co-authored by
Noah Talerman
parent
e2500002ed
commit
e26a22a23e
@@ -108,7 +108,7 @@ Once you've created the identity provider in Okta, click on the Fleet identity p
|
||||
2. Click **Add authenticator**.
|
||||
3. Find **IdP Authenticator** and click **Add**.
|
||||
4. In the **Identity Provider** dropdown, select **Fleet**.
|
||||
5. For the logo, download the [Fleet logo](https://raw.githubusercontent.com/fleetdm/fleet/main/orbit/cmd/desktop/fleet-logo.svg) and upload it.
|
||||
5. For the logo, download the [Fleet logo](http://fleetdm.com/images/press-kit/fleet-logo-mark.svg) and upload it.
|
||||
6. Click **Add**.
|
||||
|
||||
### Step 6: Add Fleet to an authentication policy
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
@@ -0,0 +1,8 @@
|
||||
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M20 23.8049C22.2091 23.8049 24 22.0577 24 19.9024C24 17.7472 22.2091 16 20 16C17.7909 16 16 17.7472 16 19.9024C16 22.0577 17.7909 23.8049 20 23.8049Z" fill="#63C740"/>
|
||||
<path d="M32 23.8049C34.2091 23.8049 36 22.0577 36 19.9024C36 17.7472 34.2091 16 32 16C29.7909 16 28 17.7472 28 19.9024C28 22.0577 29.7909 23.8049 32 23.8049Z" fill="#5CABDF"/>
|
||||
<path d="M44 23.8049C46.2091 23.8049 48 22.0577 48 19.9024C48 17.7472 46.2091 16 44 16C41.7909 16 40 17.7472 40 19.9024C40 22.0577 41.7909 23.8049 44 23.8049Z" fill="#D66C7B"/>
|
||||
<path d="M20 35.5122C22.2091 35.5122 24 33.765 24 31.6098C24 29.4545 22.2091 27.7073 20 27.7073C17.7909 27.7073 16 29.4545 16 31.6098C16 33.765 17.7909 35.5122 20 35.5122Z" fill="#C98DEF"/>
|
||||
<path d="M32 35.5122C34.2091 35.5122 36 33.765 36 31.6098C36 29.4545 34.2091 27.7073 32 27.7073C29.7909 27.7073 28 29.4545 28 31.6098C28 33.765 29.7909 35.5122 32 35.5122Z" fill="#FAA669"/>
|
||||
<path d="M20 47.2195C22.2091 47.2195 24 45.4723 24 43.3171C24 41.1618 22.2091 39.4146 20 39.4146C17.7909 39.4146 16 41.1618 16 43.3171C16 45.4723 17.7909 47.2195 20 47.2195Z" fill="#3AEFC4"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
+1
-1
@@ -32,7 +32,7 @@
|
||||
}
|
||||
|
||||
.preview-image {
|
||||
max-width: 400px;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
@media (max-width: 576px) {
|
||||
|
||||
Vendored
+10
-2
@@ -8,7 +8,7 @@
|
||||
<h2>Logo</h2>
|
||||
<p>Download the official Fleet logos.</p>
|
||||
<div class="row d-flex text-center">
|
||||
<div class="col-lg-6 pb-lg-0 pb-5 col-12">
|
||||
<div class="col-lg-4 pb-lg-0 pb-5 col-12">
|
||||
<div class="m-lg-auto float-sm-left">
|
||||
<img class="preview-image" src="/images/press-kit/press-kit-fleet-logo-dark-preview-600x336@2x.png" alt="Fleet logo with white text">
|
||||
<div style="padding-top: 16px;">
|
||||
@@ -17,7 +17,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="w-sm-100"></div>
|
||||
<div class="col-lg-6 col-12 pb-lg-0 pb-5">
|
||||
<div class="col-lg-4 col-12 pb-lg-0 pb-5">
|
||||
<div class="m-lg-auto float-sm-left">
|
||||
<img class="preview-image" src="/images/press-kit/press-kit-fleet-logo-white-preview-600x336@2x.png" alt="Fleet logo with dark blue text">
|
||||
<div style="padding-top: 16px;">
|
||||
@@ -25,6 +25,14 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-4 col-12 pb-lg-0 pb-5">
|
||||
<div class="m-lg-auto float-sm-left">
|
||||
<img class="preview-image" src="/images/press-kit/press-kit-fleet-logo-mark-preview-600x336@2x.png" alt="Fleet logo mark">
|
||||
<div style="padding-top: 16px;">
|
||||
<a href="/images/press-kit/fleet-logo-mark.svg" download>SVG</a><span class="px-2">|</span><a href="/images/press-kit/fleet-logo-mark-rgb.png" download>PNG</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<h2>Media resources</h2>
|
||||
|
||||
Reference in New Issue
Block a user