Skip to content

Support for flag approval/approval request workflows via the CLI #581

Description

@fcma-creid1

Currently, there's no support for approval flows int he LD CLI - the UI makes it really easy for users to review and request approval for changes. When access has been provided, a user can request an approval for their flag change, which in our instance is connected to our ServiceNow change management system. It creates a standard change based on our workflows, and the approval is near instantaneous with the logging and auditability our use case requires.

It'd be great to be able to do something similar in the CLI - currently, trying to alter an approval-enabled flag via automation returns {"code":"method_not_allowed","message":"Flag configuration updates require approval: action 'updateOn' not allowed"}.

The eventual hope is that we can manage flags as a part of our CI/CD process, which hinges on being able to perform this approval process in a headless fashion.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions