{"id":19601464,"url":"https://github.com/stackstorm/st2-auth-backend-flat-file","last_synced_at":"2025-04-13T09:51:27.189Z","repository":{"id":10240852,"uuid":"41373703","full_name":"StackStorm/st2-auth-backend-flat-file","owner":"StackStorm","description":"Authentication backend for StackStorm which stores authentication information in a htpasswd compatible file on disk.","archived":false,"fork":false,"pushed_at":"2024-10-20T15:29:47.000Z","size":48,"stargazers_count":0,"open_issues_count":0,"forks_count":10,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-03-27T01:12:41.305Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StackStorm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-08-25T16:07:08.000Z","updated_at":"2024-10-20T15:12:40.000Z","dependencies_parsed_at":"2024-06-11T20:23:42.002Z","dependency_job_id":"43b70cae-5463-407f-a960-2f41d623f704","html_url":"https://github.com/StackStorm/st2-auth-backend-flat-file","commit_stats":{"total_commits":24,"total_committers":5,"mean_commits":4.8,"dds":"0.41666666666666663","last_synced_commit":"dee24df3b4aec888003985d63b3ae12f20ee15cc"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StackStorm%2Fst2-auth-backend-flat-file","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StackStorm%2Fst2-auth-backend-flat-file/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StackStorm%2Fst2-auth-backend-flat-file/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StackStorm%2Fst2-auth-backend-flat-file/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StackStorm","download_url":"https://codeload.github.com/StackStorm/st2-auth-backend-flat-file/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248695300,"owners_count":21146952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T09:18:32.879Z","updated_at":"2025-04-13T09:51:27.149Z","avatar_url":"https://github.com/StackStorm.png","language":"Python","readme":"# Flat file authentication plugin for StackStorm Community edition\n\n[![Build Status](https://api.travis-ci.org/StackStorm/st2-auth-backend-flat-file.svg?branch=master)](https://travis-ci.org/StackStorm/st2-auth-backend-flat-file) [![IRC](https://img.shields.io/irc/%23stackstorm.png)](http://webchat.freenode.net/?channels=stackstorm)\n\nFlat file backend supports reading credentials from an Apache HTTPd htpasswd formatted file. To\nmanage this file you can use [htpasswd](https://httpd.apache.org/docs/2.2/programs/htpasswd.html)\nutility which comes with a standard Apache httpd distribution or by installing apache2-utils\npackage on Ubuntu / Debian.\n\n### Configuration Options\n\n| option    | required | default | description                                                |\n|-----------|----------|---------|------------------------------------------------------------|\n| file_path | yes      |         | Path to the file containing credentials                    |\n\n### Configuration Example\n\nPlease refer to the authentication section in the StackStorm\n[documentation](http://docs.stackstorm.com) for basic setup concept. The\nfollowing is an example of the auth section in the StackStorm configuration file for the flat-file\nbackend.\n\n```ini\n[auth]\nmode = standalone\nbackend = flat_file\nbackend_kwargs = {\"file_path\": \"/path/to/.htpasswd\"}\nenable = True\nuse_ssl = True\ncert = /path/to/ssl/cert/file\nkey = /path/to/ssl/key/file\nlogging = /path/to/st2auth.logging.conf\napi_url = https://myhost.example.com:9101\ndebug = False\n```\n\nThe following is an sample htpasswd command to generate a password file with a user entry.\n\n```\nhtpasswd -cs /path/to/.htpasswd stark\n```\n\n## Copyright, License, and Contributors Agreement\n\nCopyright 2015 StackStorm, Inc.\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this work except in\ncompliance with the License. You may obtain a copy of the License in the [LICENSE](LICENSE) file,\nor at: [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)\n\nBy contributing you agree that these contributions are your own (or approved by your employer) and\nyou grant a full, complete, irrevocable copyright license to all users and developers of the\nproject, present and future, pursuant to the license of the project.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackstorm%2Fst2-auth-backend-flat-file","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstackstorm%2Fst2-auth-backend-flat-file","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackstorm%2Fst2-auth-backend-flat-file/lists"}