Skip to content

feat: implement dokku_http_auth task#124

Merged
josegonzalez merged 1 commit intomasterfrom
18-implement-http-auth-task
Apr 25, 2026
Merged

feat: implement dokku_http_auth task#124
josegonzalez merged 1 commit intomasterfrom
18-implement-http-auth-task

Conversation

@josegonzalez
Copy link
Copy Markdown
Member

Summary

  • Adds dokku_http_auth task for managing HTTP basic authentication on dokku apps via the dokku-http-auth plugin
  • Supports present (enable with username/password) and absent (disable) states with idempotency via http-auth:report
  • 100% compatible with the upstream ansible-dokku dokku_http_auth module

Closes #18

…cation

Adds the dokku_http_auth task that enables or disables HTTP basic
authentication on dokku applications via the dokku-http-auth plugin.
Supports present/absent states with idempotency by checking
http-auth:report before making changes.
@josegonzalez josegonzalez merged commit 46ee52f into master Apr 25, 2026
10 checks passed
@josegonzalez josegonzalez deleted the 18-implement-http-auth-task branch April 25, 2026 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement http_auth_task

1 participant