Efficient API with privacy protection

    公开(公告)号:US12105835B2

    公开(公告)日:2024-10-01

    申请号:US17224307

    申请日:2021-04-07

    IPC分类号: G06F21/62 G06F9/54

    CPC分类号: G06F21/6245 G06F9/547

    摘要: Methods, computer readable media, and devices for efficient application programming interface (API) processing with privacy protection include one method of receiving a user request for content from a client, parsing the user request for content to identify one or more request portions having a type of public information, customized information, and personal information, transmitting the one or more request portions to a corresponding microservice based on the type of the portion of content being requested, receiving one or more response portions, determining a type of the one or more portions of content, and in response to determining the type of a portion of content is not personal information, caching the portion of content based on the type of the portion of content, combining the one or more response portions into a user response, and sending the user response to the client.

    Incrementally Validating Security Policy Code Using Information From An Infrastructure As Code Repository

    公开(公告)号:US20240289259A1

    公开(公告)日:2024-08-29

    申请号:US18657412

    申请日:2024-05-07

    IPC分类号: G06F11/36 H04L9/40

    摘要: In an example, an apparatus may include a validation module configured to identify a security policy update from a security as code repository, wherein the identified security policy update is a candidate for deployment to a production environment having a plurality of attributes defined by an infrastructure as code repository; identify, from the plurality of attributes and using the infrastructure as code repository, individual attributes that correspond to the identified security policy update, wherein the identified individual attributes are identical to a subset of the plurality of attributes; generate a test environment based on the identified individual attributes; following deployment of the identified security policy update to the test environment, check for security exceptions or availability exceptions using the test environment; and output validation results based on a result of the checking.

    METRIC PRESENTATION WITHIN A FLOW BUILDER
    3.
    发明公开

    公开(公告)号:US20240272770A1

    公开(公告)日:2024-08-15

    申请号:US18581864

    申请日:2024-02-20

    摘要: Disclosed are some implementations of systems, apparatus, methods and computer program products for executing process flows. A graphical representation of a flow is provided for presentation via a display device, where the flow includes a plurality of elements, each of the elements corresponding to a set of computer-readable instructions. A set of metrics associated with the flow is generated or updated, where the set of metrics indicates, for each of a plurality of paths of the flow, one or more metrics collected across a plurality of users of the database system that accessed the flow, each of the paths of the flow corresponding to a subset of the plurality of elements of the flow. An indication of the set of metrics associated with the flow is provided, for presentation via the display device, in relation to one or more elements of the flow such that at least a first portion of the set of metrics is provided for presentation in close proximity to a visual representation of a first one of the elements of the flow and a second portion of the set of metrics is provided for presentation in close proximity to a visual representation of a second one of the elements of the flow. A request to modify the flow is processed and the graphical representation of the flow is modified responsive to processing the request to modify the flow. In addition, a modified flow corresponding to the modified graphical representation can be stored.

    Automated operations management for computer systems

    公开(公告)号:US12056009B2

    公开(公告)日:2024-08-06

    申请号:US17821390

    申请日:2022-08-22

    发明人: Mark F. Wilding

    摘要: Techniques are disclosed relating to automated operations management. In various embodiments, a computer system accesses operational information that defines commands for an operational scenario and accesses blueprints that describe operational entities in a target computer environment related to the operational scenario. The computer system implements the operational scenario for the target computer environment. The implementing may include executing a hierarchy of controller modules that include an orchestrator controller module at top level of the hierarchy that is executable to carry out the commands by issuing instructions to controller modules at a next level. The controller modules may be executable to manage the operational entities according to the blueprints to complete the operational scenario. In various embodiments, the computer system includes additional features such as an application programming interface (API), a remote routing engine, a workflow engine, a reasoning engine, a security engine, and a testing engine.

    Controlled updates of containers in a distributed application deployment environment

    公开(公告)号:US12014162B2

    公开(公告)日:2024-06-18

    申请号:US17462888

    申请日:2021-08-31

    发明人: Mayank Kumar

    IPC分类号: G06F8/65 G06F9/445

    CPC分类号: G06F8/65 G06F9/445

    摘要: System and methods are described for implementing controlled updates of containers in a distributed application deployment environment. In one implementation, a method comprises: receiving a request to update a target container of a plurality of containers within a deployed computing unit; identifying an updated configuration object to be applied to the target container based on the request; receiving or computing a health indicator representative of performance of the deployed computing unit or other containers to which the updated configuration object has been applied; and assigning the updated configuration object to the target container based on the health indicator.

    Key-value storage using a skip list

    公开(公告)号:US12013860B2

    公开(公告)日:2024-06-18

    申请号:US18149440

    申请日:2023-01-03

    IPC分类号: G06F16/2455

    CPC分类号: G06F16/24562

    摘要: This disclosure provides various techniques that may allow for accessing values stored in a data structure that stores multiple values corresponding to database transactions using a skip list. A key may be used to traverse the skip list to access data associated with the key. The skip list maintains on ordering of multiple keys, each associated with a particular record in the data structure, using indirect links between data records in the data structure that reference buckets included in hash table. Each bucket includes pointers to one or more records in the skip list.