-
-
Notifications
You must be signed in to change notification settings - Fork 126
Description
Is your feature request related to existing pfSense functionality that is missing from the API? Please describe.
Netgate Documentation for FreeRadius
Is your feature request related to a problem? Please describe.
I'm creating a terraform provider based on your api and I would like to be able to add FreeRadius users using terraform
Describe the solution you'd like
PFsense API Endpoints dedicated to creating/updating FreeRadius Configuration. Don't necessarily need you to actually create them, some idea about how you might go about implementing this in your API would be sufficient. Particularly the part about how the configuration isn't usage if the package is not installed. Then again if the mood strikes you, I wouldn't object :D
Describe alternatives you've considered
I could use your configuration API but I decided that this would lose the benefit of the validation that you have placed in all the other APIs
Additional context
Thanks for making this API!