zonemaster / zonemaster-backend

The Zonemaster Backend - part of the Zonemaster project
Other
14 stars 23 forks source link

Anonymous batch creation #1153

Open mattias-p opened 9 months ago

mattias-p commented 9 months ago

Today you have to provide credentials to create a new batch. At the F2F in January 2024 we talked about dropping this restriction. Instead anonymous users should be allowed create batches up to a configurable maximum size.

Approach 1: Make user batch_create credential parameters optional

Approach 2: Remove batch_create credential parameters

Clean up

Alternatives

Stabilization

Tracking issue

Affected interfaces

Additions:

Additional affected interfaces for approach 2

Incompatibly changed:

Dependencies

Dependencies for approach 1

Dependencies for approach 2

Overlapping proposals