This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AWSTemplateFormatVersion: "2010-09-09" | |
Description: CloudFormation template with a custom resource that accepts user input. | |
Parameters: | |
WorkspaceName: | |
Type: String | |
Description: Enter the workspace name. | |
Mappings: | |
LambdaEnvironmentVariables: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import pxtrace | |
import px | |
program = """ | |
#include <uapi/linux/ptrace.h> | |
#include <linux/sched.h> | |
#include <linux/nsproxy.h> | |
#include <linux/pid_namespace.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2021-08-17T12:34:58Z DEBUG drogue_cloud_service_common::client::device_auth] Outcome for AuthenticationRequest { application: "855d8de0-73b2-42fc-9fff-c9d19eb7f101", device: "device1", credential: Password(...), as: None } is AuthenticationResponse { outcome: Pass { application: Application { metadata: NonScopedMetadata { name: "855d8de0-73b2-42fc-9fff-c9d19eb7f101", uid: "352fb81a-5f18-4e1a-949e-b00d75dc90fe", creation_timestamp: 2021-08-17T12:34:53.694610Z, generation: 9, resource_version: "02950c43-5314-433c-a01a-a013b88689ab", deletion_timestamp: None, finalizers: ["kafka"], labels: {}, annotations: {} }, spec: {}, status: {"kafka": Object({"user": Object({"password": String("BBLwD96KzahA"), "username": String("user-855d8de0-73b2-42fc-9fff-c9d19eb7f101"), "mechanism": String("SCRAM-SHA-512")}), "conditions": Array([Object({"type": String("HasFinalizer"), "status": String("True"), "lastTransitionTime": String("2021-08-17T12:34:53.765740891Z")}), Object({"type": String("CreateTopics"), "status": String("Tr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "pull", | |
"rule":{ | |
"ruleType": "rate-limiter", | |
"parameters":[ | |
{"identifier": "Enterprise", "limit": 1000}, | |
{"identifier": "Team", "limit": 100}, | |
{"identifier": "Personal", "limit": 10} | |
] |