StackStorm authentication backend which reads credentials from a htpasswd compatible file on disk.
Project description
Flat file authentication plugin for StackStorm Community edition
Flat file backend supports reading credentials from an Apache HTTPd htpasswd formatted file. To manage this file you can use htpasswd utility which comes with a standard Apache httpd distribution or by installing apache2-utils package on Ubuntu / Debian.
Configuration Options
| option | required | default | description |
|---|---|---|---|
| file_path | yes | Path to the file containing credentials |
Configuration Example
Please refer to the authentication section in the StackStorm documentation for basic setup concept. The following is an example of the auth section in the StackStorm configuration file for the flat-file backend.
[auth]
mode = standalone
backend = flat_file
backend_kwargs = {"file_path": "/path/to/.htpasswd"}
enable = True
use_ssl = True
cert = /path/to/ssl/cert/file
key = /path/to/ssl/key/file
logging = /path/to/st2auth.logging.conf
api_url = https://myhost.example.com:9101
debug = False
The following is an example htpasswd command to generate a password file with a user entry. You should be using no other hashing algorithm than bcrypt as it is consider the only secure hashing algorithm amoung all the algorithms supported by htpasswd.
htpasswd -cB /path/to/.htpasswd stark
Copyright, License, and Contributors Agreement
Copyright 2025 StackStorm, Inc. Copyright 2015 StackStorm, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at: http://www.apache.org/licenses/LICENSE-2.0
By contributing you agree that these contributions are your own (or approved by your employer) and you grant a full, complete, irrevocable copyright license to all users and developers of the project, present and future, pursuant to the license of the project.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file st2-auth-backend-flat-file-0.4.1.tar.gz.
File metadata
- Download URL: st2-auth-backend-flat-file-0.4.1.tar.gz
- Upload date:
- Size: 13.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6eb2e6e4f957fc31e85698232fbc7cda0b84580a93fd87f8797eae95c5dd4659
|
|
| MD5 |
30dd3cc9b9b55f242dee1a248d7f5884
|
|
| BLAKE2b-256 |
8e5e19b41cc213bedef9107a8ad0d8c21107bc7c26dd54697fd8611051914c41
|
File details
Details for the file st2_auth_backend_flat_file-0.4.1-py3-none-any.whl.
File metadata
- Download URL: st2_auth_backend_flat_file-0.4.1-py3-none-any.whl
- Upload date:
- Size: 14.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca78524b296fd1ece20a4515d2eb745d31a06e7e7845beb1bf1dbf0baa35687b
|
|
| MD5 |
9faab0f171ffdef802c190f2e6a74b1a
|
|
| BLAKE2b-256 |
28c7ce6a10b839e08482d686290201f05b227e724c2aeafadc3bf579dbe7c346
|