You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/08/18 09:48:52 UTC

[airflow] branch master updated (558be73 -> 89b8bdf)

This is an automated email from the ASF dual-hosted git repository.

kamilbregula pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 558be73  Add redbubble link to Airflow merch (#10359)
     add 89b8bdf  Docs: Seperate page for each security topic (#10352)

No new revisions were added by this update.

Summary of changes:
 docs/howto/connection/index.rst                    |   2 +-
 docs/howto/index.rst                               |   1 -
 docs/howto/variable.rst                            |   2 +-
 docs/index.rst                                     |   2 +-
 docs/integration.rst                               |  14 +-
 docs/redirects.txt                                 |   3 +-
 docs/security.rst                                  | 508 ---------------------
 docs/security/access-control.rst                   |  97 ++++
 docs/security/api.rst                              | 118 +++++
 .../use-test-config.rst => security/flower.rst}    |  32 +-
 .../google/transfer => security}/index.rst         |   8 +-
 docs/security/kerberos.rst                         | 135 ++++++
 docs/security/secrets/fernet.rst                   |  62 +++
 .../google/cloud => security/secrets}/index.rst    |  17 +-
 .../aws-secrets-manaager-backend.rst               |   0
 .../aws-ssm-parameter-store-secrets-backend.rst    |   0
 .../google-cloud-secret-manager-backend.rst        |   0
 .../hashicorp-vault-secrets-backend.rst            |   0
 .../secrets}/secrets-backend/index.rst             |   0
 .../local-filesystem-secrets-backend.rst           |   0
 docs/security/webserver.rst                        | 123 +++++
 docs/security/workload.rst                         |  56 +++
 22 files changed, 639 insertions(+), 541 deletions(-)
 delete mode 100644 docs/security.rst
 create mode 100644 docs/security/access-control.rst
 create mode 100644 docs/security/api.rst
 copy docs/{howto/use-test-config.rst => security/flower.rst} (54%)
 copy docs/{howto/operator/google/transfer => security}/index.rst (92%)
 create mode 100644 docs/security/kerberos.rst
 create mode 100644 docs/security/secrets/fernet.rst
 copy docs/{howto/operator/google/cloud => security/secrets}/index.rst (64%)
 rename docs/{howto => security/secrets}/secrets-backend/aws-secrets-manaager-backend.rst (100%)
 rename docs/{howto => security/secrets}/secrets-backend/aws-ssm-parameter-store-secrets-backend.rst (100%)
 rename docs/{howto => security/secrets}/secrets-backend/google-cloud-secret-manager-backend.rst (100%)
 rename docs/{howto => security/secrets}/secrets-backend/hashicorp-vault-secrets-backend.rst (100%)
 rename docs/{howto => security/secrets}/secrets-backend/index.rst (100%)
 rename docs/{howto => security/secrets}/secrets-backend/local-filesystem-secrets-backend.rst (100%)
 create mode 100644 docs/security/webserver.rst
 create mode 100644 docs/security/workload.rst