Skip to main content

Automatically apply changes from a remote URL to the Kubernetes cluster

Usage

To start the service locally, run

$ pip3 install --user autoapply
$ autoapply server https://user:password@example.com/repository/my-service.yaml

For a docker version, use

$ docker run -d -e URL=https://example.com/my-service.yaml pascalgn/autoapply

The following URLs are supported:

  • Direct access via HTTPS, for example https://example.com/my-config/config.yaml

  • Access via SSH, git@example.com:path/to/repository.git:path/to/config.yaml or ssh://git@example.com:123/path/to/repository.git:path/to/config.yaml

For Git URLs you can append #my-branch to specify the branch to be used. If no branch is given, master will be used.

Providing SSH keys

To use SSH keys, be sure to specify 600 as default mode when mounting them. For Kubernetes, this would look like this:

containers:
  - name: autoapply-container
    image: pascalgn/autoapply
    env:
      - name: URL
        value: 'git@github.com:pascalgn/hostinfo.git:examples/kubernetes.yaml'
    volumeMounts:
      - name: autoapply-ssh-secret-volume
        mountPath: /home/autoapply/.ssh
volumes:
  - name: autoapply-ssh-secret-volume
    secret:
      secretName: autoapply-ssh-secret-volume
      defaultMode: 600

Encrypted files

You can encrypt the values of Yaml files to protect Kubernetes secrets like SQL database or Docker registry credentials:

$ autoapply crypt -f application-secrets.yaml
Password: my-secret-passphrase

This will delete the original file and create a file application-secrets.yaml.crypt, which can later be decrypted by autoapply when providing the password for the server:

$ mkdir ~/.autoapply
$ echo -n my-secret-passphrase > ~/.autoapply/crypt.key
$ autoapply server https://example.com/repository/application-secrets.yaml

License

Autoapply is licensed under the ISC License

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

autoapply-0.2.3.tar.gz (6.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

autoapply-0.2.3-py3-none-any.whl (9.3 kB view details)

Uploaded Python 3

File details

Details for the file autoapply-0.2.3.tar.gz.

File metadata

  • Download URL: autoapply-0.2.3.tar.gz
  • Upload date:
  • Size: 6.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for autoapply-0.2.3.tar.gz
Algorithm Hash digest
SHA256 d1f38b032ccc0b73b5099bdc9943a12920d3df6c208e820263c9c22c622dee8a
MD5 2cb70571d8221822d736a0121497d750
BLAKE2b-256 c43d4d2a10b402c091e657fec2f8a8c3d8a2c8b731df7abe1535989d0065d2bf

See more details on using hashes here.

File details

Details for the file autoapply-0.2.3-py3-none-any.whl.

File metadata

File hashes

Hashes for autoapply-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 fddd5a366458e1561e2219a0961b2f53b76c08b55d0d3dc2580e8f9063d70ef5
MD5 37461e21eec733d5a655b67c6f35f3c5
BLAKE2b-256 62d79fbccebb2a961eebb71b779146c7ab424ff71dfc5e4c42a66d697cbe0bca

See more details on using hashes here.

Release history Release notifications | RSS feed

0.3.2

2 files

0.3.1

2 files

0.3.0

2 files

This release

0.2.3 This release

2 files

0.2.2

2 files

0.2.1

2 files

0.2.0

2 files

0.1.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page