Learn about defining stages for runtime protection to be used during different stages in your application workflow
GALILEO_PROJECT
environment variable.
When you create a central stage, you need to provide a prioritized list of rulesets. The order of these rulesets determines the action that is returned, if any rulesets are triggered, the action from the first triggered ruleset in the list is returned.
Stages can be paused and resumed when required. When paused, the stage will always return success (with a status of paused) with no rulesets triggered.
Stages can also be versioned, with different versions having different rulesets. When you use a stage, you can specify the version to use.
create_stage
Python SDK docs for more details.
None
.
See the get_stage
Python SDK docs for more details.
update_stage
Python SDK docs for more details.
pause_stage
Python SDK docs for more details.
resume_stage
Python SDK docs for more details.