Refresh README; add SECURITY; update logos
209
README.rst
|
@ -1,81 +1,174 @@
|
|||
==================
|
||||
What is SaltStack?
|
||||
==================
|
||||
.. raw:: html
|
||||
|
||||
SaltStack makes software for complex systems management at scale.
|
||||
SaltStack is the company that created and maintains the Salt Open
|
||||
project and develops and sells SaltStack Enterprise software, services
|
||||
and support. Easy enough to get running in minutes, scalable enough to
|
||||
manage tens of thousands of servers, and fast enough to communicate with
|
||||
them in *seconds*.
|
||||
<p align="center">
|
||||
<a href="https://github.com/saltstack/salt/blob/master/LICENSE" alt="License Apache 2.0">
|
||||
<img src="https://img.shields.io/github/license/saltstack/salt" /></a>
|
||||
<a href="https://pypi.org/project/salt">
|
||||
<img src="https://img.shields.io/pypi/dm/salt?label=pypi%20downloads"
|
||||
alt="commits since last release"></a>
|
||||
<a href="https://coveralls.io/github/saltstack/salt">
|
||||
<img src="https://img.shields.io/coveralls/github/saltstack/salt"
|
||||
alt="coverage"></a>
|
||||
<a href="https://lgtm.com/projects/g/saltstack/salt/context:python">
|
||||
<img src="https://img.shields.io/lgtm/grade/python/github/saltstack/salt"
|
||||
alt="Code quality: python"/></a>
|
||||
</br>
|
||||
<a href="https://saltstackcommunity.herokuapp.com/">
|
||||
<img src="https://img.shields.io/badge/slack-@saltstackcommunity-blue.svg?logo=slack"
|
||||
alt="chat on Slack"></a>
|
||||
<a href="https://www.twitch.tv/saltstackinc">
|
||||
<img src="https://img.shields.io/twitch/status/saltstackinc"
|
||||
alt="Watch on Twitch"></a>
|
||||
<a href="https://www.reddit.com/r/saltstack/">
|
||||
<img src="https://img.shields.io/reddit/subreddit-subscribers/saltstack?style=social"
|
||||
alt="chat on reddit"></a>
|
||||
<a href="https://twitter.com/intent/follow?screen_name=saltstack">
|
||||
<img src="https://img.shields.io/twitter/follow/saltstack?style=social&logo=twitter"
|
||||
alt="follow on Twitter"></a>
|
||||
</p>
|
||||
|
||||
Salt is a new approach to infrastructure management built on a dynamic
|
||||
communication bus. Salt can be used for data-driven orchestration,
|
||||
remote execution for any infrastructure, configuration management for
|
||||
any app stack, and much more.
|
||||
<!-- PROJECT LOGO -->
|
||||
<br />
|
||||
<p align="center">
|
||||
<a href="https://saltstack.com">
|
||||
<img src="doc/_static/salt-oss-logo.png" alt="Salt Logo" width="300">
|
||||
</a>
|
||||
<p align="center">
|
||||
<a href="https://repo.saltstack.com/">
|
||||
<img src="https://img.shields.io/github/v/release/saltstack/salt"
|
||||
alt="Latest release version"></a>
|
||||
</br>
|
||||
<b>Salt</b> is the world’s fastest, most intelligent and scalable automation engine.
|
||||
<br />
|
||||
<a href="https://docs.saltstack.com/en/latest/"><strong>Explore the docs »</strong></a>
|
||||
<br />
|
||||
<a href="https://www.saltstack.com/try-salt-open/">Demo Salt For Free Online</a>
|
||||
·
|
||||
<a href="https://github.com/saltstack/salt/issues/new?assignees=&labels=Bug&template=bug_report.md&title=%5BBUG%5D">Report Bug</a>
|
||||
·
|
||||
<a href="https://github.com/saltstack/salt/issues/new?assignees=&labels=Feature&template=feature_request.md&title=%5BFEATURE+REQUEST%5D">Request Feature</a>
|
||||
</p>
|
||||
</p>
|
||||
|
||||
Download Salt Open
|
||||
==================
|
||||
|
||||
Salt Open is tested and packaged to run on CentOS, Debian, RHEL, Ubuntu,
|
||||
Windows. Download Salt Open and get started now.
|
||||
About Salt
|
||||
==========
|
||||
|
||||
`<https://repo.saltstack.com/>`_
|
||||
Built on python, Salt uses simple and human-readable YAML combined with
|
||||
event-driven automation to deploy and configure complex IT systems. In addition
|
||||
to powering SaltStack’s powerful enterprise product suite, Salt can be found
|
||||
under the hood of products from Juniper, Cisco, Cloudflare, Nutanix, SUSE, and
|
||||
Tieto, to name a few.
|
||||
|
||||
`Installation Instructions <https://docs.saltstack.com/en/latest/topics/installation/index.html>`_
|
||||
About SaltStack
|
||||
===============
|
||||
|
||||
SaltStack develops award-winning software used by IT and security operations
|
||||
teams to help modern business more efficiently secure and maintain all aspects
|
||||
of their digital infrastructure. But we’re not like other legacy systems
|
||||
management or security software tools. Our software is unique in providing
|
||||
intelligent, event-driven automation for efficient control of complex business
|
||||
systems at any scale.
|
||||
|
||||
We help enterprise IT organizations orchestrate and automate difficult IT tasks
|
||||
with speed and flexibility to ultimately deliver continuous security compliance,
|
||||
vulnerability remediation, and real IT security.
|
||||
|
||||
Whether you need help automating the work of ITOps, DevOps, NetOps, or SecOps
|
||||
functions, SaltStack software is the answer. In addition to open source
|
||||
software, such as Salt, we offer
|
||||
`SaltStack Enterprise <https://www.saltstack.com/products/saltstack-enterprise/>`_
|
||||
and
|
||||
`SaltStack SecOps <https://www.saltstack.com/products/secops/>`_ products to
|
||||
manage and secure your digital business operations.
|
||||
|
||||
Download Salt
|
||||
=============
|
||||
|
||||
Salt is tested and packaged to run on CentOS, Debian, RHEL, Ubuntu,
|
||||
Windows. Download Salt and get started now.
|
||||
|
||||
* `<https://repo.saltstack.com/>`_
|
||||
* `Installation Instructions <https://docs.saltstack.com/en/latest/topics/installation/index.html>`_
|
||||
|
||||
SaltStack Documentation
|
||||
=======================
|
||||
|
||||
Installation instructions, getting started guides, and in-depth API
|
||||
documentation.
|
||||
Installation instructions, getting started guides, in-depth API
|
||||
documentation, and contributing to Salt.
|
||||
|
||||
`<https://docs.saltstack.com/en/getstarted/>`_
|
||||
* `Getting Started with Salt <https://docs.saltstack.com/en/getstarted/>`_
|
||||
* `Latest Salt Documentation <https://docs.saltstack.com/en/latest/>`_
|
||||
* `Salt’s Contributor Guide <https://docs.saltstack.com/en/latest/topics/development/contributing.html>`_
|
||||
|
||||
`<https://docs.saltstack.com/en/latest/>`_
|
||||
Security Advisories
|
||||
===================
|
||||
|
||||
Engage SaltStack
|
||||
================
|
||||
In 2020, SaltStack created a
|
||||
`**Security Announcements** <https://www.saltstack.com/security-announcements/>`_
|
||||
landing page. SaltStack recommends subscribing to the
|
||||
`SaltStack Security RSS feed <http://www.saltstack.com/feed/?post_type=security>`_
|
||||
to receive notification when new information is available regarding security
|
||||
announcements.
|
||||
|
||||
`SaltConf`_, **User Groups and Meetups** - SaltStack has a vibrant and `global
|
||||
community`_ of customers, users, developers and enthusiasts. Connect with other
|
||||
Salted folks in your area of the world, or join `SaltConf`_, the SaltStack
|
||||
annual user conference held in Salt Lake City. Please visit the `SaltConf`_ site
|
||||
for details of our next conference. Also, please let us know if you would like
|
||||
to start a user group or if we should add your existing SaltStack user group to
|
||||
this list by emailing: info@saltstack.com
|
||||
Other channels to receive security announcements include the
|
||||
`Salt Community mailing list <https://groups.google.com/forum/#!forum/salt-users>`_
|
||||
and the
|
||||
`Salt Community Slack Channel <https://saltstackcommunity.herokuapp.com/>`_.
|
||||
|
||||
**SaltStack Training** - Get access to proprietary `SaltStack education
|
||||
offerings`_ through instructor-led training offered on-site, virtually or at
|
||||
SaltStack headquarters in Salt Lake City. SaltStack Enterprise training helps
|
||||
increase the value and effectiveness of SaltStack software for any customer and
|
||||
is a prerequisite for coveted `SaltStack Certified Engineer (SSCE)`_ status.
|
||||
SaltStack training is also available through several `SaltStack professional
|
||||
services`_ offerings.
|
||||
Responsibly Reporting Security Vulnerabilities
|
||||
++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
**Follow SaltStack on -**
|
||||
When reporting security vulnerabilities for Salt or other SaltStack projects,
|
||||
refer to the
|
||||
`SECURITY.md <https://github.com/saltstack/salt/blob/master/SECURITY.md>`_ file
|
||||
found in this repository.
|
||||
|
||||
* YouTube - `<http://www.youtube.com/saltstack>`_
|
||||
* Twitter - `<http://www.twitter.com/saltstack>`_
|
||||
* Facebook - `<https://www.facebook.com/SaltStack/>`_
|
||||
* LinkedIn - `<https://www.linkedin.com/company/salt-stack-inc>`_
|
||||
* LinkedIn Group - `<https://www.linkedin.com/groups/4877160>`_
|
||||
Engage SaltStack and The Community
|
||||
==================================
|
||||
|
||||
.. _global community: http://www.meetup.com/pro/saltstack/
|
||||
.. _SaltConf: http://saltconf.com/
|
||||
.. _SaltStack education offerings: http://saltstack.com/training/
|
||||
.. _SaltStack Certified Engineer (SSCE): http://saltstack.com/certification/
|
||||
.. _SaltStack professional services: http://saltstack.com/services/
|
||||
.. _PyCrypto is unmaintained: https://github.com/dlitz/pycrypto/issues/301#issue-551975699
|
||||
.. _PyCryptodome: https://pypi.org/project/pycryptodome/
|
||||
.. _Issue #52674: https://github.com/saltstack/salt/issues/52674
|
||||
.. _Issue #54115: https://github.com/saltstack/salt/issues/54115
|
||||
Please be sure to review our
|
||||
`Code of Conduct <https://github.com/saltstack/salt/blob/master/CODE_OF_CONDUCT.md>`_.
|
||||
Also, check out some of our community resources including:
|
||||
|
||||
* `SaltStack Community Wiki <https://github.com/saltstack/community/wiki>`_
|
||||
* `SaltStack Community Slack <https://saltstackcommunity.herokuapp.com/`_
|
||||
* `SaltStack: IRC on Freenode <https://webchat.freenode.net/#salt>`_
|
||||
* `SaltStack YouTube channel <https://www.youtube.com/user/SaltStack>`_
|
||||
* `SaltStackInc Twitch channel <https://www.twitch.tv/saltstackinc>`_
|
||||
|
||||
There are lots of ways to get involved in our community. Every month, there are
|
||||
around a dozen opportunities to meet with other contributors and the Salt Core
|
||||
team and collaborate in real time. The best way to keep track is by subscribing
|
||||
to the
|
||||
`Salt Community Events Calendar <https://calendar.google.com/calendar/embed?src=saltstack.com_md73c3ufcs2eqbsmmnike4em80%40group.calendar.google.com&ctz=America%2FNew_York>`_.
|
||||
If you have additional questions, email us at core@saltstack.com or reach out
|
||||
directly to the Community Manager, Cassandra Faris via Slack. We’d be glad to
|
||||
have you join our community!
|
||||
|
||||
SaltStack Training
|
||||
++++++++++++++++++
|
||||
|
||||
Get access to proprietary
|
||||
`SaltStack education offerings <https://www.saltstack.com/products/saltstack-training/>`_
|
||||
through instructor-led training offered on-site, virtually or at SaltStack
|
||||
headquarters in Salt Lake City. SaltStack Enterprise training helps increase the
|
||||
value and effectiveness of SaltStack software for any customer and is a
|
||||
prerequisite for coveted **SaltStack Certified Administrator (SSCA)** and
|
||||
**SaltStack Certified Engineer (SSCE)** certifications.
|
||||
|
||||
SaltStack training is also available through several
|
||||
`SaltStack professional services <https://www.saltstack.com/products/saltstack-services/>`_
|
||||
offerings.
|
||||
|
||||
License
|
||||
=======
|
||||
|
||||
SaltStack is licensed by the SaltStack Team under the Apache 2.0 license. Please see the
|
||||
LICENSE file for the full text of the Apache license, followed by a full summary
|
||||
of the licensing used by external modules.
|
||||
SaltStack is licensed by the SaltStack Team under the Apache 2.0 license. Please
|
||||
see the
|
||||
`LICENSE file <https://github.com/saltstack/salt/blob/master/LICENSE>`_ for the
|
||||
full text of the Apache license, followed by a full summary of the licensing
|
||||
used by external modules.
|
||||
|
||||
A complete list of attributions and dependencies can be found here: https://github.com/saltstack/salt/blob/master/DEPENDENCIES.md
|
||||
A complete list of attributions and dependencies can be found here:
|
||||
`salt/DEPENDENCIES.md <https://github.com/saltstack/salt/blob/master/DEPENDENCIES.md>`_
|
120
SECURITY.md
Normal file
|
@ -0,0 +1,120 @@
|
|||
# SaltStack's Security Disclosure Policy
|
||||
|
||||
**Email**
|
||||
- security@saltstack.com
|
||||
|
||||
**GPG key ID:**
|
||||
- 4EA0793D
|
||||
|
||||
**GPG key fingerprint:**
|
||||
- `8ABE 4EFC F0F4 B24B FF2A AF90 D570 F2D3 4EA0 793D`
|
||||
|
||||
**GPG Public Key**
|
||||
|
||||
```
|
||||
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||
|
||||
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
|
||||
vtBIWO4LPeGEvb2Gs65PL2eouOqU6yvBr5Y=
|
||||
=F/97
|
||||
-----END PGP PUBLIC KEY BLOCK-----
|
||||
```
|
||||
|
||||
The SaltStack Security Team is available at security@saltstack.com for
|
||||
security-related bug reports or questions.
|
||||
|
||||
We request the disclosure of any security-related bugs or issues be reported
|
||||
non-publicly until such time as the issue can be resolved and a security-fix
|
||||
release can be prepared. At that time we will release the fix and make a public
|
||||
announcement with upgrade instructions and download locations.
|
||||
|
||||
## Security response procedure
|
||||
|
||||
SaltStack takes security and the trust of our customers and users very
|
||||
seriously. Our disclosure policy is intended to resolve security issues as
|
||||
quickly and safely as is possible.
|
||||
|
||||
1. A security report sent to security@saltstack.com is assigned to a team
|
||||
member. This person is the primary contact for questions and will
|
||||
coordinate the fix, release, and announcement.
|
||||
|
||||
2. The reported issue is reproduced and confirmed. A list of affected projects
|
||||
and releases is made.
|
||||
|
||||
3. Fixes are implemented for all affected projects and releases that are
|
||||
actively supported. Back-ports of the fix are made to any old releases that
|
||||
are actively supported.
|
||||
|
||||
4. Packagers are notified via the [salt-packagers](https://groups.google.com/forum/#!forum/salt-packagers) mailing list that an issue
|
||||
was reported and resolved, and that an announcement is incoming.
|
||||
|
||||
5. A new release is created and pushed to all affected repositories. The
|
||||
release documentation provides a full description of the issue, plus any
|
||||
upgrade instructions or other relevant details.
|
||||
|
||||
6. An announcement is made to the [salt-users](https://groups.google.com/forum/#!forum/salt-users) and [salt-announce](https://groups.google.com/forum/#!forum/salt-announce) mailing
|
||||
lists. The announcement contains a description of the issue and a link to
|
||||
the full release documentation and download locations.
|
||||
|
||||
## Receiving security announcements
|
||||
|
||||
The fastest place to receive security announcements is via the [salt-announce](https://groups.google.com/forum/#!forum/salt-announce)
|
||||
mailing list. This list is low-traffic.
|
59
doc/_static/salt-logo-full.svg
vendored
|
@ -1,58 +1 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
version="1.1"
|
||||
width="360.92499"
|
||||
height="226.2"
|
||||
id="svg2"
|
||||
xml:space="preserve"><metadata
|
||||
id="metadata8"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs6"><clipPath
|
||||
id="clipPath18"><path
|
||||
d="m 0,0 2887,0 0,1809.65 -2887,0 L 0,0 z"
|
||||
id="path20" /></clipPath></defs><g
|
||||
transform="matrix(1.25,0,0,-1.25,0,226.2)"
|
||||
id="g10"><g
|
||||
transform="scale(0.1,0.1)"
|
||||
id="g12"><g
|
||||
id="g14"><g
|
||||
clip-path="url(#clipPath18)"
|
||||
id="g16"><path
|
||||
d="M 1416.44,343.559 C 1354.69,358.34 1340,369.379 1340,394.23 l 0,0.969 c 0,21.102 19.3,38.16 52.5,38.16 29.47,0 58.47,-11.488 87.53,-33.148 l 30.37,42.828 c -32.75,26.27 -70.01,40.59 -116.92,40.59 -64.05,0 -110.17,-38.27 -110.17,-93.551 l 0,-0.969 c 0,-59.379 38.66,-79.629 107.37,-96.168 59.84,-13.882 72.75,-26.281 72.75,-49.371 l 0,-0.91 c 0,-24.34 -22.13,-40.488 -57.1,-40.488 -40.1,0 -70.98,15.18 -101.82,41.848 l -34.06,-40.43 c 38.67,-34.641 85.21,-51.649 134.57,-51.649 67.63,0 114.99,35.95 114.99,96.289 l 0,0.969 c 0,53.41 -35.43,77.742 -103.57,94.36"
|
||||
id="path22"
|
||||
style="fill:#100f0d;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 1818.56,479.031 -261.58,0 0,-52.551 102.26,0 0,-269.929 57.05,0 0,269.929 102.27,0 0,52.551"
|
||||
id="path24"
|
||||
style="fill:#100f0d;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 1951.2,481.309 -141.86,-324.758 58.07,0 33.1,77.808 111.99,0 18.81,50.27 -110.04,0 55.28,128.941 109.2,-257.019 59.9,0 -141.91,324.758 -52.54,0"
|
||||
id="path26"
|
||||
style="fill:#100f0d;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 2332.7,203.078 c -61.7,0 -106.41,51.594 -106.41,114.66 l 0,0.903 c 0,63.14 44.71,113.808 106.41,113.808 36.8,0 64.49,-16.148 90.16,-40.039 l 36.56,41.871 c -30.94,29.508 -66.76,50.16 -126.27,50.16 -97.64,0 -166.35,-74.972 -166.35,-166.703 l 0,-0.859 c 0,-92.59 70.12,-165.84 164.08,-165.84 60.3,0 97.15,22.121 130.82,57.102 l -36.34,36.91 c -27.64,-25.821 -53.07,-41.973 -92.66,-41.973"
|
||||
id="path28"
|
||||
style="fill:#100f0d;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 2666.68,340.309 133.99,138.722 -69.55,0 -153.46,-162.152 0,162.152 -56.64,0 0,-322.48 56.64,0 0,93.558 50.33,51.532 110.12,-145.09 68.59,0 -140.02,183.758"
|
||||
id="path30"
|
||||
style="fill:#100f0d;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 223.895,335.262 c -70.973,15.226 -87.528,32.238 -87.528,62.668 l 0,0.968 c 0,29 26.731,51.981 68.649,51.981 33.097,0 63.074,-10.629 93.046,-34.981 L 319.277,444 c -32.761,26.27 -66.379,39.629 -113.41,39.629 -61.195,0 -105.844,-37.301 -105.844,-88.027 l 0,-0.911 c 0,-52.953 34.016,-76.953 108.176,-93.05 67.739,-14.282 83.836,-31.282 83.836,-61.262 l 0,-0.957 c 0,-31.731 -28.496,-54.832 -71.836,-54.832 -44.703,0 -76.894,15.25 -110.566,45.621 L 87.0547,203.59 c 38.6753,-34.641 80.6483,-51.649 131.8363,-51.649 63.992,0 109.996,35.95 109.996,91.239 l 0,0.84 c 0,49.371 -33.102,75.589 -104.992,91.242"
|
||||
id="path32"
|
||||
style="fill:#100f0d;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 515.496,481.309 -146.965,-324.758 37.367,0 38.332,85.199 148.559,0 12,32.75 -146.394,0 73.71,164.441 125.239,-282.39 39.242,0 -146.906,324.758 -34.184,0"
|
||||
id="path34"
|
||||
style="fill:#100f0d;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 796.52,479.031 -36.403,0 0,-322.48 217.895,0 0,33.679 -181.492,0 0,288.801"
|
||||
id="path36"
|
||||
style="fill:#100f0d;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 976.195,445.359 108.225,0 0,-288.808 36.8,0 0,288.808 108.3,0 0,33.672 -253.325,0 0,-33.672"
|
||||
id="path38"
|
||||
style="fill:#100f0d;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 1797.45,1106.81 0,262.46 227.32,131.13 0,-262.32 -227.32,-131.27 z m -291.74,438.37 -6.77,-4.41 0.13,-6.94 0,-78.73 -115.36,-66.65 237.92,-137.4 -202.47,-116.71 -440.094,254.11 440.094,254.28 127.74,-73.67 -41.19,-23.88 z m 274.04,-145.15 -227.32,131.11 227.24,131.2 227.25,-131.2 -227.17,-131.11 z m -245.07,-57.63 0,158 227.24,-131.13 0,-262.46 -86.27,49.76 -0.66,97.48 -0.24,7.23 -6.42,3.89 -133.65,77.23 z m 107.08,-381.658 0.45,-25.965 21.88,13.953 213.2,133 0,-232.335 -440.22,-254.254 0,508.379 202.52,117.02 2.17,-259.798 z m 132.09,98.358 -96.85,-60.358 -0.98,116.628 94.71,-54.76 3.12,-1.51 z m -274.78,355.02 0,-51.18 -44.25,25.51 44.25,25.67 z m -537.836,-56.41 440.306,-254.19 0,-508.379 -440.306,254.195 0,508.374 z m 824.946,341.95 -6.19,3.14 -6.88,-3.14 -190.6,-110.09 -156.71,90.46 -6.2,2.91 -6.95,-2.91 -487.099,-281.28 0.078,-4.4 0.078,-558.01 -0.156,-6.485 6.797,-4.851 483.152,-278.965 3.5,-1.949 4.18,2.019 483.21,278.895 6.06,3.57 0.37,7.844 0,285.372 -9.1,5.31 149.84,86.64 6.66,4.85 0,322.41 -3.89,2.53 -270.15,156.13"
|
||||
id="path40"
|
||||
style="fill:#100f0d;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g></g></g></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1859.76 274.21"><title>SaltStack_black</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path d="M312.22,37.29h54.23l81.16,229.4h-52L380.5,219.53H296l-15.55,47.16H230.33ZM309.06,180h58.75l-29-90.27Z"/><path d="M469.42,37.29h47.94V225.44H631.9v41.25H469.42Z"/><path d="M783.63,37.29V77.91H715V266.69H666.75V77.91H597.81V37.29Z"/><path d="M1175,37.29V77.91h-68.63V266.69h-48.25V77.91H989.18V37.29Z"/><path d="M1235.93,37.29h54.24l81.16,229.4h-52l-15.14-47.16h-84.47l-15.56,47.16h-50.13ZM1232.77,180h58.75l-29-90.27Z"/><path d="M1405.51,62.73q27.1-28.9,69.91-29.8,57.25-1.2,84.53,36.21,15.08,21,16.6,42.46l-47.92,1q-4.92-16.39-12.26-24.65-13.12-14.67-38.27-14.14-25.61.54-39.95,21.93t-13.54,60q.81,38.6,16.82,57.47t40,18.39q24.66-.51,37.25-17.28,7-9,11.31-26.86l47.61-1q-5.37,37.62-30.2,61.65T1483.07,273q-49,1-77.63-30.12-28.7-31.32-29.85-86.85Q1374.33,95.91,1405.51,62.73Z"/><path d="M1605.77,37.29h47.15V131.8l88.63-94.51h61.94l-94.13,94.34,99,135.06h-61.63L1676,166.55,1652.92,190v76.73h-47.15Z"/><path d="M96.5,76.89c7.33-4.24,16.72-6.45,28.39-6.45q17.07,0,28.56,5.76,17.24,8.72,18.51,29.41H218Q216.77,69,190.85,49.82T128.22,30.6A141.21,141.21,0,0,0,96.5,33.92Z"/><path d="M204.83,152.76q-13.22-10.41-39.68-16.65l-40.25-9.49q-23.31-5.45-30.48-9.5-11.17-6.06-11.17-18.36c0-.75.19-1.41.24-2.13H39.16c-.13,1.83-.26,3.66-.26,5.55q0,33.78,23.19,49.65,13.68,9.49,50.3,17.58l24.84,5.46q21.79,4.66,31.85,10.73,10,6.24,10,17.59,0,19.45-20.5,26.61-10.81,3.73-28.13,3.74-28.92,0-40.83-14.17-6.52-7.77-8.74-23.5H35.16q0,35.79,26,56.26t71.25,20.47q44.37,0,68.66-20.78t24.31-52.21Q225.34,169,204.83,152.76Z"/><path d="M848.22,78.5c7.33-4.23,16.73-6.45,28.4-6.45q17.07,0,28.56,5.76,17.22,8.72,18.51,29.41h46.06q-1.26-36.56-27.18-55.79T880,32.21a141.24,141.24,0,0,0-31.73,3.32Z"/><path d="M956.55,154.38q-13.2-10.42-39.67-16.65l-40.26-9.5q-23.29-5.44-30.48-9.49Q835,112.67,835,100.37c0-.75.18-1.4.24-2.12H790.88c-.12,1.83-.26,3.66-.26,5.55q0,33.78,23.19,49.65,13.7,9.48,50.31,17.58L889,176.48q21.81,4.67,31.85,10.74,10.05,6.22,10,17.58,0,19.45-20.5,26.61-10.8,3.74-28.12,3.74-28.92,0-40.84-14.16-6.51-7.78-8.74-23.5H786.89q0,35.79,26,56.25t71.26,20.47q44.35,0,68.66-20.77t24.3-52.21Q977.06,170.56,956.55,154.38Z"/><rect width="60.74" height="60.74"/><path d="M1848.83,249.39a5.89,5.89,0,0,0,1-3.53,6.82,6.82,0,0,0-.51-2.73,5.13,5.13,0,0,0-1.48-2,6.68,6.68,0,0,0-2.38-1.21,11.65,11.65,0,0,0-3.22-.41h-7.37v21h3.64v-8.09h4.07l4.2,8.09h3.91v-.19l-4.71-8.75A6.52,6.52,0,0,0,1848.83,249.39Zm-3.61-.87a3.7,3.7,0,0,1-1.23.72,5.21,5.21,0,0,1-1.71.26h-3.75v-7h3.73a5.44,5.44,0,0,1,1.78.26,2.89,2.89,0,0,1,1.22.72,2.79,2.79,0,0,1,.71,1.12,4.47,4.47,0,0,1,.23,1.46,3.71,3.71,0,0,1-.25,1.4A2.91,2.91,0,0,1,1845.22,248.52Z"/><path d="M1842,232.36a17.73,17.73,0,1,0,17.73,17.72A17.74,17.74,0,0,0,1842,232.36Zm0,32.51a14.79,14.79,0,1,1,14.78-14.79A14.81,14.81,0,0,1,1842,264.87Z"/></g></g></svg>
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 2.9 KiB |
BIN
doc/_static/salt-logo.png
vendored
Before Width: | Height: | Size: 179 KiB After Width: | Height: | Size: 22 KiB |
37
doc/_static/salt-logo.svg
vendored
|
@ -1,36 +1 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
version="1.1"
|
||||
width="141.83417"
|
||||
height="144.83875"
|
||||
id="svg3008">
|
||||
<defs
|
||||
id="defs3010" />
|
||||
<metadata
|
||||
id="metadata3013">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
transform="translate(-534.79745,-317.08566)"
|
||||
id="layer1">
|
||||
<path
|
||||
d="m 643.78483,391.58441 0,-32.8075 28.415,-16.39125 0,32.79 -28.415,16.40875 z m -36.4675,-54.79625 -0.84625,0.55125 0.0163,0.8675 0,9.84125 -14.42,8.33125 29.74,17.175 -25.30875,14.58875 -55.01175,-31.76375 55.01175,-31.785 15.9675,9.20875 -5.14875,2.985 z m 34.255,18.14375 -28.415,-16.38875 28.405,-16.4 28.40625,16.4 -28.39625,16.38875 z m -30.63375,7.20375 0,-19.75 28.405,16.39125 0,32.8075 -10.78375,-6.22 -0.0825,-12.185 -0.03,-0.90375 -0.8025,-0.48625 -16.70625,-9.65375 z m 13.385,47.70725 0.0562,3.24563 2.735,-1.74413 26.65,-16.625 0,29.04187 -55.0275,31.78175 0,-63.54737 25.315,-14.6275 0.27125,32.47475 z m 16.51125,-12.29475 -12.10625,7.54475 -0.1225,-14.5785 11.83875,6.845 0.39,0.18875 z m -34.3475,-44.3775 0,6.3975 -5.53125,-3.18875 5.53125,-3.20875 z m -67.2295,7.05125 55.03825,31.77375 0,63.54737 -55.03825,-31.77437 0,-63.54675 z m 103.11825,-42.74375 -0.77375,-0.3925 -0.86001,0.3925 -23.82499,13.76125 -19.58875,-11.3075 -0.775,-0.36375 -0.86875,0.36375 -60.88738,35.16 0.01,0.55 0.01,69.75125 -0.0195,0.81062 0.84963,0.60638 60.394,34.87062 0.4375,0.24363 0.5225,-0.25238 60.40125,-34.86187 0.7575,-0.44625 0.0463,-0.9805 0,-35.6715 -1.1375,-0.66375 18.73,-10.83 0.83249,-0.60625 0,-40.30125 -0.48624,-0.31625 -33.7688,-19.51625"
|
||||
id="path40"
|
||||
style="fill:#100f0d;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 350 356.48"><title>Sbug_Black</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path d="M126.19,100.55c9.59-5.54,21.87-8.43,37.14-8.43q22.32,0,37.34,7.52,22.53,11.4,24.21,38.47h60.24q-1.65-47.82-35.54-73T167.68,40a185.31,185.31,0,0,0-41.49,4.33Z"/><path d="M267.86,199.77Q250.58,186.15,216,178l-52.64-12.42q-30.47-7.12-39.86-12.42-14.59-7.92-14.6-24c0-1,.24-1.84.31-2.78h-58c-.17,2.39-.34,4.79-.34,7.26q0,44.16,30.32,64.92Q99.1,211,147,221.55l32.47,7.13q28.52,6.1,41.66,14,13.13,8.15,13.12,23,0,25.46-26.8,34.8-14.13,4.89-36.78,4.89-37.82,0-53.41-18.52-8.51-10.17-11.42-30.73H46q0,46.8,33.94,73.56t93.19,26.77q58,0,89.79-27.16T294.68,261Q294.68,220.93,267.86,199.77Z"/><rect width="79.44" height="79.44"/><path d="M335.71,326.13a7.69,7.69,0,0,0,1.33-4.61,9,9,0,0,0-.66-3.58,6.71,6.71,0,0,0-1.93-2.59,8.5,8.5,0,0,0-3.12-1.58,15,15,0,0,0-4.2-.54h-9.65v27.44h4.76V330.1h5.32l5.5,10.57h5.11v-.24L332,329A8.51,8.51,0,0,0,335.71,326.13ZM331,325a4.43,4.43,0,0,1-1.6.94,6.66,6.66,0,0,1-2.25.34h-4.9v-9.2h4.89a7.2,7.2,0,0,1,2.32.33,4.16,4.16,0,0,1,1.6,1,3.72,3.72,0,0,1,.92,1.47,5.76,5.76,0,0,1,.3,1.91,5.17,5.17,0,0,1-.32,1.83A3.76,3.76,0,0,1,331,325Z"/><path d="M326.81,303.86A23.19,23.19,0,1,0,350,327,23.21,23.21,0,0,0,326.81,303.86Zm0,42.51A19.33,19.33,0,1,1,346.14,327,19.36,19.36,0,0,1,326.81,346.37Z"/></g></g></svg>
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 1.4 KiB |
BIN
doc/_static/salt-oss-logo.png
vendored
Normal file
After Width: | Height: | Size: 17 KiB |