ForgeRock / fr-config-manager

ForgeRock config manager
MIT License
6 stars 7 forks source link

Raw config - try POST with _action=create when PUT gets 404 #139

Closed christian-brindley closed 3 months ago

christian-brindley commented 4 months ago

Most configuration can be pushed with a PUT, regardless of whether the config exists or not. Some config - e.g. SAML entities - do not support create via PUT. Need to fall back to this when PUT fails with 404