Max level shown:
1 [ Jul 19 18:39:33 Disabled. ]
2 [ Jul 19 18:39:33 Rereading configuration. ]
3 [ Jul 19 18:39:35 Rereading configuration. ]
4 [ Jul 19 18:40:08 Enabled. ]
5 [ Jul 19 18:40:08 Executing start method ("ctrun -l child -o noorphan,regent /opt/oxide/nexus/bin/nexus /var/svc/manifest/site/nexus/config.toml &"). ]
6 [ Jul 19 18:40:08 Method "start" exited with status 0. ]
7 note: configured to log to "/dev/stdout"
82023-07-19T18:40:08.899ZDEBGnexus: registered DTrace probes
92023-07-19T18:40:08.901ZINFOnexus: setting up nexus server
102023-07-19T18:40:08.914ZINFOnexus (ServerContext): registering Oso class class = Action
112023-07-19T18:40:08.914ZINFOnexus (ServerContext): registering Oso class class = AnyActor
122023-07-19T18:40:08.914ZINFOnexus (ServerContext): registering Oso class class = AuthenticatedActor
132023-07-19T18:40:08.914ZINFOnexus (ServerContext): registering Oso class class = Database
142023-07-19T18:40:08.914ZINFOnexus (ServerContext): registering Oso class class = DnsConfig
152023-07-19T18:40:08.914ZINFOnexus (ServerContext): registering Oso class class = Fleet
162023-07-19T18:40:08.914ZINFOnexus (ServerContext): registering Oso class class = IpPoolList
172023-07-19T18:40:08.914ZINFOnexus (ServerContext): registering Oso class class = ConsoleSessionList
182023-07-19T18:40:08.914ZINFOnexus (ServerContext): registering Oso class class = DeviceAuthRequestList
192023-07-19T18:40:08.914ZINFOnexus (ServerContext): registering Oso class class = SiloCertificateList
202023-07-19T18:40:08.914ZINFOnexus (ServerContext): registering Oso class class = SiloIdentityProviderList
212023-07-19T18:40:08.914ZINFOnexus (ServerContext): registering Oso class class = SiloUserList
222023-07-19T18:40:08.914ZINFOnexus (ServerContext): registering Oso class class = Project
232023-07-19T18:40:08.914ZINFOnexus (ServerContext): registering Oso class class = Disk
242023-07-19T18:40:08.914ZINFOnexus (ServerContext): registering Oso class class = Snapshot
252023-07-19T18:40:08.914ZINFOnexus (ServerContext): registering Oso class class = ProjectImage
262023-07-19T18:40:08.914ZINFOnexus (ServerContext): registering Oso class class = Instance
272023-07-19T18:40:08.914ZINFOnexus (ServerContext): registering Oso class class = IpPool
282023-07-19T18:40:08.914ZINFOnexus (ServerContext): registering Oso class class = InstanceNetworkInterface
292023-07-19T18:40:08.914ZINFOnexus (ServerContext): registering Oso class class = Vpc
302023-07-19T18:40:08.914ZINFOnexus (ServerContext): registering Oso class class = VpcRouter
312023-07-19T18:40:08.914ZINFOnexus (ServerContext): registering Oso class class = RouterRoute
322023-07-19T18:40:08.914ZINFOnexus (ServerContext): registering Oso class class = VpcSubnet
332023-07-19T18:40:08.914ZINFOnexus (ServerContext): registering Oso class class = Image
342023-07-19T18:40:08.914ZINFOnexus (ServerContext): registering Oso class class = SiloImage
352023-07-19T18:40:08.914ZINFOnexus (ServerContext): registering Oso class class = AddressLot
362023-07-19T18:40:08.914ZINFOnexus (ServerContext): registering Oso class class = LoopbackAddress
372023-07-19T18:40:08.914ZINFOnexus (ServerContext): registering Oso class class = Certificate
382023-07-19T18:40:08.914ZINFOnexus (ServerContext): registering Oso class class = ConsoleSession
392023-07-19T18:40:08.914ZINFOnexus (ServerContext): registering Oso class class = DeviceAuthRequest
402023-07-19T18:40:08.914ZINFOnexus (ServerContext): registering Oso class class = DeviceAccessToken
412023-07-19T18:40:08.914ZINFOnexus (ServerContext): registering Oso class class = PhysicalDisk
422023-07-19T18:40:08.914ZINFOnexus (ServerContext): registering Oso class class = Rack
432023-07-19T18:40:08.914ZINFOnexus (ServerContext): registering Oso class class = RoleBuiltin
442023-07-19T18:40:08.915ZINFOnexus (ServerContext): registering Oso class class = SshKey
452023-07-19T18:40:08.915ZINFOnexus (ServerContext): registering Oso class class = Silo
462023-07-19T18:40:08.915ZINFOnexus (ServerContext): registering Oso class class = SiloUser
472023-07-19T18:40:08.915ZINFOnexus (ServerContext): registering Oso class class = SiloGroup
482023-07-19T18:40:08.915ZINFOnexus (ServerContext): registering Oso class class = IdentityProvider
492023-07-19T18:40:08.915ZINFOnexus (ServerContext): registering Oso class class = SamlIdentityProvider
502023-07-19T18:40:08.915ZINFOnexus (ServerContext): registering Oso class class = Sled
512023-07-19T18:40:08.915ZINFOnexus (ServerContext): registering Oso class class = Service
522023-07-19T18:40:08.915ZINFOnexus (ServerContext): registering Oso class class = UpdateArtifact
532023-07-19T18:40:08.915ZINFOnexus (ServerContext): registering Oso class class = UserBuiltin
542023-07-19T18:40:08.915ZINFOnexus (ServerContext): registering Oso class class = SystemUpdate
552023-07-19T18:40:08.915ZINFOnexus (ServerContext): registering Oso class class = UpdateDeployment
562023-07-19T18:40:08.915ZINFOnexus (ServerContext): full Oso configuration config = #\n# Oso configuration for Omicron\n# This file is augmented by generated snippets.\n#\n\n#\n# ACTOR TYPES AND BASIC RULES\n#\n\n# `AnyActor` includes both authenticated and unauthenticated users.\nactor AnyActor {}\n\n# An `AuthenticatedActor` has an identity in the system. All of our operations\n# today require that an actor be authenticated.\nactor AuthenticatedActor {}\n\n# For any resource, `actor` can perform action `action` on it if they're\n# authenticated and their role(s) give them the corresponding permission on that\n# resource.\nallow(actor: AnyActor, action: Action, resource) if\n actor.authenticated and\n has_permission(actor.authn_actor.unwrap(), action.to_perm(), resource);\n\n# Define role relationships\nhas_role(actor: AuthenticatedActor, role: String, resource: Resource)\n\tif resource.has_role(actor, role);\n\n#\n# ROLES AND PERMISSIONS IN THE FLEET/SILO/PROJECT HIERARCHY\n#\n# We define the following permissions for most resources in the system:\n#\n# - "create_child": required to create child resources (of any type)\n#\n# - "list_children": required to list child resources (of all types) of a\n# resource\n#\n# - "modify": required to modify or delete a resource\n#\n# - "read": required to read a resource\n#\n# We define the following predefined roles for only a few high-level resources:\n# the Fleet (see below), Silo, Organization, and Project. The specific roles\n# are oriented around intended use-cases:\n#\n# - "admin": has all permissions on the resource\n#\n# - "collaborator": has "read", "list_children", and "create_child", plus\n# the "admin" role for child resources. The idea is that if you're an\n# Organization Collaborator, you have full control over the Projects within\n# the Organization, but you cannot modify or delete the Organization itself.\n#\n# - "viewer": has "read" and "list_children" on a resource\n#\n# Below the Project level, permissions are granted via roles at the Project\n# level. For example, for someone to be able to create, modify, or delete any\n# Instances, they must be granted project.collaborator, which means they can\n# create, modify, or delete _all_ resources in the Project.\n#\n# The complete set of predefined roles:\n#\n# - fleet.admin (superuser for the whole system)\n# - fleet.collaborator (can manage Silos)\n# - fleet.viewer (can read most non-siloed resources in the system)\n# - silo.admin (superuser for the silo)\n# - silo.collaborator (can create and own Organizations)\n# - silo.viewer (can read most resources within the Silo)\n# - organization.admin (complete control over an organization)\n# - organization.collaborator (can manage Projects)\n# - organization.viewer (can read most resources within the Organization)\n# - project.admin (complete control over a Project)\n# - project.collaborator (can manage all resources within the Project)\n# - project.viewer (can read most resources within the Project)\n#\n# Outside the Silo/Organization/Project hierarchy, we (currently) treat most\n# resources as nested under Fleet or else a synthetic resource (see below). We\n# do not yet support role assignments on anything other than Fleet, Silo,\n# Organization, or Project.\n#\n\n# "Fleet" is a global singleton representing the whole system. The name comes\n# from the idea described in RFD 24, but it's not quite right. This probably\n# should be more like "Region" or "AvailabilityZone". The precise boundaries\n# have not yet been figured out.\nresource Fleet {\n\tpermissions = [\n\t "list_children",\n\t "modify",\n\t "read",\n\t "create_child",\n\t];\n\n\troles = [\n\t # Roles that can be attached by users\n\t "admin",\n\t "collaborator",\n\t "viewer",\n\n\t # Internal-only roles\n\t "external-authenticator"\n\t];\n\n\t# Roles implied by other roles on this resource\n\t"viewer" if "collaborator";\n\t"collaborator" if "admin";\n\n\t# Permissions granted directly by roles on this resource\n\t"list_children" if "viewer";\n\t"read" if "viewer";\n\t"create_child" if "collaborator";\n\t"modify" if "admin";\n}\n\n# For fleets specifically, roles can be conferred by roles on the user's Silo.\nhas_role(actor: AuthenticatedActor, role: String, _: Fleet) if\n\tsilo_role in actor.confers_fleet_role(role) and\n\thas_role(actor, silo_role, actor.silo.unwrap());\n\nresource Silo {\n\tpermissions = [\n\t "list_children",\n\t "modify",\n\t "read",\n\t "create_child",\n\t];\n\troles = [ "admin", "collaborator", "viewer" ];\n\n\t# Roles implied by other roles on this resource\n\t"viewer" if "collaborator";\n\t"collaborator" if "admin";\n\n\t# Permissions granted directly by roles on this resource\n\t"list_children" if "viewer";\n\t"read" if "viewer";\n\n\t"create_child" if "collaborator";\n\t"modify" if "admin";\n\n\t# Permissions implied by roles on this resource's parent (Fleet). Fleet\n\t# privileges allow a user to see and potentially administer the Silo,\n\t# but they do not give anyone permission to look at anything inside the\n\t# Silo. To achieve this, we use permission rules here. (If we granted\n\t# Fleet administrators _roles_ on the Silo, then those would cascade\n\t# into the Silo as well.)\n\trelations = { parent_fleet: Fleet };\n\t"read" if "viewer" on "parent_fleet";\n\t"modify" if "collaborator" on "parent_fleet";\n\n\t# external authenticator has to create silo users\n\t"list_children" if "external-authenticator" on "parent_fleet";\n\t"create_child" if "external-authenticator" on "parent_fleet";\n}\n\nhas_relation(fleet: Fleet, "parent_fleet", silo: Silo)\n\tif silo.fleet = fleet;\n\n# As a special case, all authenticated users can read their own Silo. That's\n# not quite the same as having the "viewer" role. For example, they cannot list\n# Organizations in the Silo.\n#\n# One reason this is necessary is because if an unprivileged user tries to\n# create an Organization using "POST /organizations", they should get back a 403\n# (which implies they're able to see /organizations, which is essentially seeing\n# the Silo itself) rather than a 404. This behavior isn't a hard constraint\n# (i.e., you could reasonably get a 404 for an API you're not allowed to call).\n# Nor is the implementation (i.e., we could special-case this endpoint somehow).\n# But granting this permission is the simplest way to keep this endpoint's\n# behavior consistent with the rest of the API.\n#\n# This rule is also used to determine if a user can list the identity providers\n# in the Silo (which they should be able to), since that's predicated on being\n# able to read the Silo.\n#\n# It's unclear what else would break if users couldn't see their own Silo.\nhas_permission(actor: AuthenticatedActor, "read", silo: Silo)\n\tif silo in actor.silo;\n\nresource Project {\n\tpermissions = [\n\t "list_children",\n\t "modify",\n\t "read",\n\t "create_child",\n\t];\n\troles = [ "admin", "collaborator", "viewer" ];\n\n\t# Roles implied by other roles on this resource\n\t"viewer" if "collaborator";\n\t"collaborator" if "admin";\n\n\t# Permissions granted directly by roles on this resource\n\t"list_children" if "viewer";\n\t"read" if "viewer";\n\t"create_child" if "collaborator";\n\t"modify" if "admin";\n\n\t# Roles implied by roles on this resource's parent (Silo)\n\trelations = { parent_silo: Silo };\n\t"admin" if "collaborator" on "parent_silo";\n\t"viewer" if "viewer" on "parent_silo";\n}\nhas_relation(silo: Silo, "parent_silo", project: Project)\n\tif project.silo = silo;\n\n#\n# GENERAL RESOURCES OUTSIDE THE SILO/PROJECT HIERARCHY\n#\n# Many resources use snippets of Polar generated by the `authz_resource!` Rust\n# macro. Some resources require custom Polar code. Those appear here.\n#\n\nresource Certificate {\n\tpermissions = [ "read", "modify" ];\n\trelations = { parent_silo: Silo, parent_fleet: Fleet };\n\n\t# Fleet-level and silo-level roles both grant privileges on certificates.\n\t"read" if "admin" on "parent_silo";\n\t"modify" if "admin" on "parent_silo";\n\t"read" if "admin" on "parent_fleet";\n\t"modify" if "admin" on "parent_fleet";\n}\nhas_relation(silo: Silo, "parent_silo", certificate: Certificate)\n\tif certificate.silo = silo;\nhas_relation(fleet: Fleet, "parent_fleet", certificate: Certificate)\n\tif certificate.silo.fleet = fleet;\n\nresource SiloUser {\n\tpermissions = [\n\t "list_children",\n\t "modify",\n\t "read",\n\t "create_child",\n\t];\n\n\t# Fleet and Silo administrators can manage a Silo's users. This is one\n\t# of the only areas of Silo configuration that Fleet Administrators have\n\t# permissions on.\n\trelations = { parent_silo: Silo, parent_fleet: Fleet };\n\t"list_children" if "read" on "parent_silo";\n\t"read" if "read" on "parent_silo";\n\t"modify" if "admin" on "parent_silo";\n\t"create_child" if "admin" on "parent_silo";\n\t"list_children" if "read" on "parent_fleet";\n\t"read" if "read" on "parent_fleet";\n\t"modify" if "admin" on "parent_fleet";\n\t"create_child" if "admin" on "parent_fleet";\n}\nhas_relation(silo: Silo, "parent_silo", user: SiloUser)\n\tif user.silo = silo;\nhas_relation(fleet: Fleet, "parent_fleet", user: SiloUser)\n\tif user.silo.fleet = fleet;\n\n# authenticated actors have all permissions on themselves\nhas_permission(actor: AuthenticatedActor, _perm: String, silo_user: SiloUser)\n if actor.equals_silo_user(silo_user);\n\nhas_permission(actor: AuthenticatedActor, "read", silo_user: SiloUser)\n if silo_user.silo in actor.silo;\n\nresource SiloGroup {\n\tpermissions = [\n\t "list_children",\n\t "modify",\n\t "read",\n\t "create_child",\n\t];\n\n\trelations = { parent_silo: Silo };\n\t"list_children" if "read" on "parent_silo";\n\t"read" if "read" on "parent_silo";\n\t"modify" if "admin" on "parent_silo";\n\t"create_child" if "admin" on "parent_silo";\n}\nhas_relation(silo: Silo, "parent_silo", group: SiloGroup)\n\tif group.silo = silo;\n\nresource SshKey {\n\tpermissions = [ "read", "modify" ];\n\trelations = { silo_user: SiloUser };\n\n\t"read" if "read" on "silo_user";\n\t"modify" if "modify" on "silo_user";\n}\nhas_relation(user: SiloUser, "silo_user", ssh_key: SshKey)\n\tif ssh_key.silo_user = user;\n\nresource IdentityProvider {\n\tpermissions = [\n\t "read",\n\t "modify",\n\t "create_child",\n\t "list_children",\n\t];\n\trelations = { parent_silo: Silo, parent_fleet: Fleet };\n\n\t# Silo-level roles grant privileges on identity providers.\n\t"read" if "viewer" on "parent_silo";\n\t"list_children" if "viewer" on "parent_silo";\n\t"modify" if "admin" on "parent_silo";\n\t"create_child" if "admin" on "parent_silo";\n\n\t# Fleet-level roles also grant privileges on identity providers.\n\t"read" if "viewer" on "parent_fleet";\n\t"list_children" if "viewer" on "parent_fleet";\n\t"modify" if "admin" on "parent_fleet";\n\t"create_child" if "admin" on "parent_fleet";\n}\nhas_relation(silo: Silo, "parent_silo", identity_provider: IdentityProvider)\n\tif identity_provider.silo = silo;\nhas_relation(fleet: Fleet, "parent_fleet", collection: IdentityProvider)\n\tif collection.silo.fleet = fleet;\n\nresource SamlIdentityProvider {\n\tpermissions = [\n\t "read",\n\t "modify",\n\t "create_child",\n\t "list_children",\n\t];\n\trelations = { parent_silo: Silo, parent_fleet: Fleet };\n\n\t# Silo-level roles grant privileges on identity providers.\n\t"read" if "viewer" on "parent_silo";\n\t"list_children" if "viewer" on "parent_silo";\n\t"modify" if "admin" on "parent_silo";\n\t"create_child" if "admin" on "parent_silo";\n\n\t# Fleet-level roles also grant privileges on identity providers.\n\t"read" if "viewer" on "parent_fleet";\n\t"list_children" if "viewer" on "parent_fleet";\n\t"modify" if "admin" on "parent_fleet";\n\t"create_child" if "admin" on "parent_fleet";\n}\nhas_relation(silo: Silo, "parent_silo", saml_identity_provider: SamlIdentityProvider)\n\tif saml_identity_provider.silo = silo;\nhas_relation(fleet: Fleet, "parent_fleet", collection: SamlIdentityProvider)\n\tif collection.silo.fleet = fleet;\n\n#\n# SYNTHETIC RESOURCES OUTSIDE THE SILO HIERARCHY\n#\n# The resources here do not correspond to anything that appears explicitly in\n# the API or is stored in the database. These are used either at the top level\n# of the API path (e.g., "/v1/system/ip-pools") or as an implementation detail of the system\n# (in the case of console sessions and "Database"). The policies are\n# either statically-defined in this file or driven by role assignments on the\n# Fleet. None of these resources defines their own roles.\n#\n\n# Describes the policy for reading and modifying DNS configuration\n# (both internal and external)\nresource DnsConfig {\n\tpermissions = [ "read", "modify" ];\n\trelations = { parent_fleet: Fleet };\n\t# "external-authenticator" requires these permissions because that's the\n\t# context that Nexus uses when creating and deleting Silos. These\n\t# operations necessarily need to read and modify DNS configuration.\n\t"read" if "external-authenticator" on "parent_fleet";\n\t"modify" if "external-authenticator" on "parent_fleet";\n\t# "admin" on the parent fleet also gets these permissions, primarily for\n\t# the test suite.\n\t"read" if "admin" on "parent_fleet";\n\t"modify" if "admin" on "parent_fleet";\n}\nhas_relation(fleet: Fleet, "parent_fleet", dns_config: DnsConfig)\n\tif dns_config.fleet = fleet;\n\n# Describes the policy for accessing "/v1/system/ip-pools" in the API\nresource IpPoolList {\n\tpermissions = [\n\t "list_children",\n\t "modify",\n\t "create_child",\n\t];\n\n\t# Fleet Administrators can create or modify the IP Pools list.\n\trelations = { parent_fleet: Fleet };\n\t"modify" if "admin" on "parent_fleet";\n\t"create_child" if "admin" on "parent_fleet";\n\n\t# Fleet Viewers can list IP Pools\n\t"list_children" if "viewer" on "parent_fleet";\n}\nhas_relation(fleet: Fleet, "parent_fleet", ip_pool_list: IpPoolList)\n\tif ip_pool_list.fleet = fleet;\n\n# Any authenticated user can create a child of a provided IP Pool.\n# This is necessary to use the pools when provisioning instances.\nhas_permission(actor: AuthenticatedActor, "create_child", ip_pool: IpPool)\n\tif silo in actor.silo and silo.fleet = ip_pool.fleet;\n\n# Describes the policy for creating and managing web console sessions.\nresource ConsoleSessionList {\n\tpermissions = [ "create_child" ];\n\trelations = { parent_fleet: Fleet };\n\t"create_child" if "external-authenticator" on "parent_fleet";\n}\nhas_relation(fleet: Fleet, "parent_fleet", collection: ConsoleSessionList)\n\tif collection.fleet = fleet;\n\n# Describes the policy for creating and managing device authorization requests.\nresource DeviceAuthRequestList {\n\tpermissions = [ "create_child" ];\n\trelations = { parent_fleet: Fleet };\n\t"create_child" if "external-authenticator" on "parent_fleet";\n}\nhas_relation(fleet: Fleet, "parent_fleet", collection: DeviceAuthRequestList)\n\tif collection.fleet = fleet;\n\n# Describes the policy for creating and managing Silo certificates\nresource SiloCertificateList {\n\tpermissions = [ "list_children", "create_child" ];\n\n\trelations = { parent_silo: Silo, parent_fleet: Fleet };\n\n\t# Both Fleet and Silo administrators can see and modify the Silo's\n\t# certificates.\n\t"list_children" if "admin" on "parent_silo";\n\t"list_children" if "admin" on "parent_fleet";\n\t"create_child" if "admin" on "parent_silo";\n\t"create_child" if "admin" on "parent_fleet";\n}\nhas_relation(silo: Silo, "parent_silo", collection: SiloCertificateList)\n\tif collection.silo = silo;\nhas_relation(fleet: Fleet, "parent_fleet", collection: SiloCertificateList)\n\tif collection.silo.fleet = fleet;\n\n# Describes the policy for creating and managing Silo identity providers\nresource SiloIdentityProviderList {\n\tpermissions = [ "list_children", "create_child" ];\n\n\trelations = { parent_silo: Silo, parent_fleet: Fleet };\n\n\t# Everyone who can read the Silo (which includes all the users in the\n\t# Silo) can see the identity providers in it.\n\t"list_children" if "read" on "parent_silo";\n\n\t# Fleet and Silo administrators can manage the Silo's identity provider\n\t# configuration. This is one of the only areas of Silo configuration\n\t# that Fleet Administrators have permissions on. This is also one of\n\t# the only cases where we need to look two levels up the hierarchy to\n\t# see if somebody has the right permission. For most other things,\n\t# permissions cascade down the hierarchy so we only need to look at the\n\t# parent.\n\t"create_child" if "admin" on "parent_silo";\n\t"create_child" if "admin" on "parent_fleet";\n}\nhas_relation(silo: Silo, "parent_silo", collection: SiloIdentityProviderList)\n\tif collection.silo = silo;\nhas_relation(fleet: Fleet, "parent_fleet", collection: SiloIdentityProviderList)\n\tif collection.silo.fleet = fleet;\n\n# Describes the policy for creating and managing Silo users (mostly intended for\n# API-managed users)\nresource SiloUserList {\n\tpermissions = [ "list_children", "create_child" ];\n\n\trelations = { parent_silo: Silo, parent_fleet: Fleet };\n\n\t# Everyone who can read the Silo (which includes all the users in the\n\t# Silo) can see the users in it.\n\t"list_children" if "read" on "parent_silo";\n\n\t# Fleet and Silo administrators can manage the Silo's users. This is\n\t# one of the only areas of Silo configuration that Fleet Administrators\n\t# have permissions on. This is also one of the few cases (so far) where\n\t# we need to look two levels up the hierarchy to see if somebody has the\n\t# right permission. For most other things, permissions cascade down the\n\t# hierarchy so we only need to look at the parent.\n\t"create_child" if "admin" on "parent_silo";\n\t"list_children" if "admin" on "parent_fleet";\n\t"create_child" if "admin" on "parent_fleet";\n}\nhas_relation(silo: Silo, "parent_silo", collection: SiloUserList)\n\tif collection.silo = silo;\nhas_relation(fleet: Fleet, "parent_fleet", collection: SiloUserList)\n\tif collection.silo.fleet = fleet;\n\n# These rules grants the external authenticator role the permissions it needs to\n# read silo users and modify their sessions. This is necessary for login to\n# work.\nhas_permission(actor: AuthenticatedActor, "read", silo: Silo)\n\tif has_role(actor, "external-authenticator", silo.fleet);\nhas_permission(actor: AuthenticatedActor, "read", user: SiloUser)\n\tif has_role(actor, "external-authenticator", user.silo.fleet);\nhas_permission(actor: AuthenticatedActor, "modify", user: SiloUser)\n\tif has_role(actor, "external-authenticator", user.silo.fleet);\nhas_permission(actor: AuthenticatedActor, "read", group: SiloGroup)\n\tif has_role(actor, "external-authenticator", group.silo.fleet);\nhas_permission(actor: AuthenticatedActor, "modify", group: SiloGroup)\n\tif has_role(actor, "external-authenticator", group.silo.fleet);\n\nhas_permission(actor: AuthenticatedActor, "read", session: ConsoleSession)\n\tif has_role(actor, "external-authenticator", session.fleet);\nhas_permission(actor: AuthenticatedActor, "modify", session: ConsoleSession)\n\tif has_role(actor, "external-authenticator", session.fleet);\n\n# All authenticated users can read and delete device authn requests because\n# by necessity these operations happen before we've figured out what user (or\n# even Silo) the device auth is associated with. Any user can claim a device\n# auth request with the right user code (that's how it works) -- it's the user\n# code and associated logic that prevents unauthorized access here.\nhas_permission(_actor: AuthenticatedActor, "read", _device_auth: DeviceAuthRequest);\nhas_permission(_actor: AuthenticatedActor, "modify", _device_auth: DeviceAuthRequest);\n\nhas_permission(actor: AuthenticatedActor, "read", device_token: DeviceAccessToken)\n\tif has_role(actor, "external-authenticator", device_token.fleet);\n\nhas_permission(actor: AuthenticatedActor, "read", identity_provider: IdentityProvider)\n\tif has_role(actor, "external-authenticator", identity_provider.silo.fleet);\n\nhas_permission(actor: AuthenticatedActor, "read", saml_identity_provider: SamlIdentityProvider)\n\tif has_role(actor, "external-authenticator", saml_identity_provider.silo.fleet);\n\n# Describes the policy for who can access the internal database.\nresource Database {\n\tpermissions = [\n\t # "query" is required to perform any query against the database,\n\t # whether a read or write query. This is checked when an operation\n\t # checks out a database connection from the connection pool.\n\t #\n\t # Any authenticated user gets this permission. There's generally\n\t # some other authz check involved in the database query. For\n\t # example, if you're querying the database to "read" a "Project", we\n\t # should also be checking that. So why do we do this at all? It's\n\t # a belt-and-suspenders measure so that if we somehow introduced an\n\t # unauthenticated code path that hits the database, it cannot be\n\t # used to DoS the database because we won't allow the operation to\n\t # make the query. (As long as the code path _is_ authenticated, we\n\t # can use throttling mechanisms to prevent DoS.)\n\t "query",\n\n\t # "modify" is required to populate database data that's delivered\n\t # with the system. It should also be required for schema changes,\n\t # when we support those. This is separate from "query" so that we\n\t # cannot accidentally invoke these code paths from API calls and\n\t # other general functions.\n\t "modify"\n\t];\n}\n\n# All authenticated users have the "query" permission on the database.\nhas_permission(_actor: AuthenticatedActor, "query", _resource: Database);\n\n# The "db-init" user is the only one with the "modify" permission.\nhas_permission(USER_DB_INIT: AuthenticatedActor, "modify", _resource: Database);\nhas_permission(USER_DB_INIT: AuthenticatedActor, "create_child", _resource: IpPoolList);\n# It also has "admin" on the internal silo to populate it with built-in resources.\n# TODO-completeness: actually limit to just internal silo and not all silos\nhas_role(USER_DB_INIT: AuthenticatedActor, "admin", _silo: Silo);\n\n# Allow the internal API admin permissions on all silos.\nhas_role(USER_INTERNAL_API: AuthenticatedActor, "admin", _silo: Silo);\n\n\n\n resource Disk {\n permissions = [\n "list_children",\n "modify",\n "read",\n "create_child",\n ];\n\n relations = { containing_project: Project };\n "list_children" if "viewer" on "containing_project";\n "read" if "viewer" on "containing_project";\n "modify" if "collaborator" on "containing_project";\n "create_child" if "collaborator" on "containing_project";\n }\n\n has_relation(parent: Project, "containing_project", child: Disk)\n if child.project = parent;\n \n\n resource Snapshot {\n permissions = [\n "list_children",\n "modify",\n "read",\n "create_child",\n ];\n\n relations = { containing_project: Project };\n "list_children" if "viewer" on "containing_project";\n "read" if "viewer" on "containing_project";\n "modify" if "collaborator" on "containing_project";\n "create_child" if "collaborator" on "containing_project";\n }\n\n has_relation(parent: Project, "containing_project", child: Snapshot)\n if child.project = parent;\n \n\n resource ProjectImage {\n permissions = [\n "list_children",\n "modify",\n "read",\n "create_child",\n ];\n\n relations = { containing_project: Project };\n "list_children" if "viewer" on "containing_project";\n "read" if "viewer" on "containing_project";\n "modify" if "collaborator" on "containing_project";\n "create_child" if "collaborator" on "containing_project";\n }\n\n has_relation(parent: Project, "containing_project", child: ProjectImage)\n if child.project = parent;\n \n\n resource Instance {\n permissions = [\n "list_children",\n "modify",\n "read",\n "create_child",\n ];\n\n relations = { containing_project: Project };\n "list_children" if "viewer" on "containing_project";\n "read" if "viewer" on "containing_project";\n "modify" if "collaborator" on "containing_project";\n "create_child" if "collaborator" on "containing_project";\n }\n\n has_relation(parent: Project, "containing_project", child: Instance)\n if child.project = parent;\n \n\n resource IpPool {\n permissions = [\n "list_children",\n "modify",\n "read",\n "create_child",\n ];\n \n relations = { parent_fleet: Fleet };\n "list_children" if "viewer" on "parent_fleet";\n "read" if "viewer" on "parent_fleet";\n "modify" if "admin" on "parent_fleet";\n "create_child" if "admin" on "parent_fleet";\n }\n has_relation(fleet: Fleet, "parent_fleet", child: IpPool)\n if child.fleet = fleet;\n \n\n resource InstanceNetworkInterface {\n permissions = [\n "list_children",\n "modify",\n "read",\n "create_child",\n ];\n\n relations = {\n containing_project: Project,\n parent: Instance\n };\n "list_children" if "viewer" on "containing_project";\n "read" if "viewer" on "containing_project";\n "modify" if "collaborator" on "containing_project";\n "create_child" if "collaborator" on "containing_project";\n }\n\n has_relation(project: Project, "containing_project", child: InstanceNetworkInterface)\n if has_relation(project, "containing_project", child.instance);\n\n has_relation(parent: Instance, "parent", child: InstanceNetworkInterface)\n if child.instance = parent;\n \n\n resource Vpc {\n permissions = [\n "list_children",\n "modify",\n "read",\n "create_child",\n ];\n\n relations = { containing_project: Project };\n "list_children" if "viewer" on "containing_project";\n "read" if "viewer" on "containing_project";\n "modify" if "collaborator" on "containing_project";\n "create_child" if "collaborator" on "containing_project";\n }\n\n has_relation(parent: Project, "containing_project", child: Vpc)\n if child.project = parent;\n \n\n resource VpcRouter {\n permissions = [\n "list_children",\n "modify",\n "read",\n "create_child",\n ];\n\n relations = {\n containing_project: Project,\n parent: Vpc\n };\n "list_children" if "viewer" on "containing_project";\n "read" if "viewer" on "containing_project";\n "modify" if "collaborator" on "containing_project";\n "create_child" if "collaborator" on "containing_project";\n }\n\n has_relation(project: Project, "containing_project", child: VpcRouter)\n if has_relation(project, "containing_project", child.vpc);\n\n has_relation(parent: Vpc, "parent", child: VpcRouter)\n if child.vpc = parent;\n \n\n resource RouterRoute {\n permissions = [\n "list_children",\n "modify",\n "read",\n "create_child",\n ];\n\n relations = {\n containing_project: Project,\n parent: VpcRouter\n };\n "list_children" if "viewer" on "containing_project";\n "read" if "viewer" on "containing_project";\n "modify" if "collaborator" on "containing_project";\n "create_child" if "collaborator" on "containing_project";\n }\n\n has_relation(project: Project, "containing_project", child: RouterRoute)\n if has_relation(project, "containing_project", child.vpc_router);\n\n has_relation(parent: VpcRouter, "parent", child: RouterRoute)\n if child.vpc_router = parent;\n \n\n resource VpcSubnet {\n permissions = [\n "list_children",\n "modify",\n "read",\n "create_child",\n ];\n\n relations = {\n containing_project: Project,\n parent: Vpc\n };\n "list_children" if "viewer" on "containing_project";\n "read" if "viewer" on "containing_project";\n "modify" if "collaborator" on "containing_project";\n "create_child" if "collaborator" on "containing_project";\n }\n\n has_relation(project: Project, "containing_project", child: VpcSubnet)\n if has_relation(project, "containing_project", child.vpc);\n\n has_relation(parent: Vpc, "parent", child: VpcSubnet)\n if child.vpc = parent;\n \n\n resource Image {\n permissions = [\n "list_children",\n "modify",\n "read",\n "create_child",\n ];\n\n relations = { containing_silo: Silo };\n "list_children" if "viewer" on "containing_silo";\n "read" if "viewer" on "containing_silo";\n "modify" if "collaborator" on "containing_silo";\n "create_child" if "collaborator" on "containing_silo";\n }\n\n has_relation(parent: Silo, "containing_silo", child: Image)\n if child.silo = parent;\n \n\n resource SiloImage {\n permissions = [\n "list_children",\n "modify",\n "read",\n "create_child",\n ];\n\n relations = { containing_silo: Silo };\n "list_children" if "viewer" on "containing_silo";\n "read" if "viewer" on "containing_silo";\n "modify" if "collaborator" on "containing_silo";\n "create_child" if "collaborator" on "containing_silo";\n }\n\n has_relation(parent: Silo, "containing_silo", child: SiloImage)\n if child.silo = parent;\n \n\n resource AddressLot {\n permissions = [\n "list_children",\n "modify",\n "read",\n "create_child",\n ];\n \n relations = { parent_fleet: Fleet };\n "list_children" if "viewer" on "parent_fleet";\n "read" if "viewer" on "parent_fleet";\n "modify" if "admin" on "parent_fleet";\n "create_child" if "admin" on "parent_fleet";\n }\n has_relation(fleet: Fleet, "parent_fleet", child: AddressLot)\n if child.fleet = fleet;\n \n\n resource LoopbackAddress {\n permissions = [\n "list_children",\n "modify",\n "read",\n "create_child",\n ];\n \n relations = { parent_fleet: Fleet };\n "list_children" if "viewer" on "parent_fleet";\n "read" if "viewer" on "parent_fleet";\n "modify" if "admin" on "parent_fleet";\n "create_child" if "admin" on "parent_fleet";\n }\n has_relation(fleet: Fleet, "parent_fleet", child: LoopbackAddress)\n if child.fleet = fleet;\n \n\n\n resource ConsoleSession {\n permissions = [\n "list_children",\n "modify",\n "read",\n "create_child",\n ];\n \n relations = { parent_fleet: Fleet };\n "list_children" if "viewer" on "parent_fleet";\n "read" if "viewer" on "parent_fleet";\n "modify" if "admin" on "parent_fleet";\n "create_child" if "admin" on "parent_fleet";\n }\n has_relation(fleet: Fleet, "parent_fleet", child: ConsoleSession)\n if child.fleet = fleet;\n \n\n resource DeviceAuthRequest {\n permissions = [\n "list_children",\n "modify",\n "read",\n "create_child",\n ];\n \n relations = { parent_fleet: Fleet };\n "list_children" if "viewer" on "parent_fleet";\n "read" if "viewer" on "parent_fleet";\n "modify" if "admin" on "parent_fleet";\n "create_child" if "admin" on "parent_fleet";\n }\n has_relation(fleet: Fleet, "parent_fleet", child: DeviceAuthRequest)\n if child.fleet = fleet;\n \n\n resource DeviceAccessToken {\n permissions = [\n "list_children",\n "modify",\n "read",\n "create_child",\n ];\n \n relations = { parent_fleet: Fleet };\n "list_children" if "viewer" on "parent_fleet";\n "read" if "viewer" on "parent_fleet";\n "modify" if "admin" on "parent_fleet";\n "create_child" if "admin" on "parent_fleet";\n }\n has_relation(fleet: Fleet, "parent_fleet", child: DeviceAccessToken)\n if child.fleet = fleet;\n \n\n resource PhysicalDisk {\n permissions = [\n "list_children",\n "modify",\n "read",\n "create_child",\n ];\n \n relations = { parent_fleet: Fleet };\n "list_children" if "viewer" on "parent_fleet";\n "read" if "viewer" on "parent_fleet";\n "modify" if "admin" on "parent_fleet";\n "create_child" if "admin" on "parent_fleet";\n }\n has_relation(fleet: Fleet, "parent_fleet", child: PhysicalDisk)\n if child.fleet = fleet;\n \n\n resource Rack {\n permissions = [\n "list_children",\n "modify",\n "read",\n "create_child",\n ];\n \n relations = { parent_fleet: Fleet };\n "list_children" if "viewer" on "parent_fleet";\n "read" if "viewer" on "parent_fleet";\n "modify" if "admin" on "parent_fleet";\n "create_child" if "admin" on "parent_fleet";\n }\n has_relation(fleet: Fleet, "parent_fleet", child: Rack)\n if child.fleet = fleet;\n \n\n resource RoleBuiltin {\n permissions = [\n "list_children",\n "modify",\n "read",\n "create_child",\n ];\n \n relations = { parent_fleet: Fleet };\n "list_children" if "viewer" on "parent_fleet";\n "read" if "viewer" on "parent_fleet";\n "modify" if "admin" on "parent_fleet";\n "create_child" if "admin" on "parent_fleet";\n }\n has_relation(fleet: Fleet, "parent_fleet", child: RoleBuiltin)\n if child.fleet = fleet;\n \n\n\n\n\n\n\n\n resource Sled {\n permissions = [\n "list_children",\n "modify",\n "read",\n "create_child",\n ];\n \n relations = { parent_fleet: Fleet };\n "list_children" if "viewer" on "parent_fleet";\n "read" if "viewer" on "parent_fleet";\n "modify" if "admin" on "parent_fleet";\n "create_child" if "admin" on "parent_fleet";\n }\n has_relation(fleet: Fleet, "parent_fleet", child: Sled)\n if child.fleet = fleet;\n \n\n resource Service {\n permissions = [\n "list_children",\n "modify",\n "read",\n "create_child",\n ];\n \n relations = { parent_fleet: Fleet };\n "list_children" if "viewer" on "parent_fleet";\n "read" if "viewer" on "parent_fleet";\n "modify" if "admin" on "parent_fleet";\n "create_child" if "admin" on "parent_fleet";\n }\n has_relation(fleet: Fleet, "parent_fleet", child: Service)\n if child.fleet = fleet;\n \n\n resource UpdateArtifact {\n permissions = [\n "list_children",\n "modify",\n "read",\n "create_child",\n ];\n \n relations = { parent_fleet: Fleet };\n "list_children" if "viewer" on "parent_fleet";\n "read" if "viewer" on "parent_fleet";\n "modify" if "admin" on "parent_fleet";\n "create_child" if "admin" on "parent_fleet";\n }\n has_relation(fleet: Fleet, "parent_fleet", child: UpdateArtifact)\n if child.fleet = fleet;\n \n\n resource UserBuiltin {\n permissions = [\n "list_children",\n "modify",\n "read",\n "create_child",\n ];\n \n relations = { parent_fleet: Fleet };\n "list_children" if "viewer" on "parent_fleet";\n "read" if "viewer" on "parent_fleet";\n "modify" if "admin" on "parent_fleet";\n "create_child" if "admin" on "parent_fleet";\n }\n has_relation(fleet: Fleet, "parent_fleet", child: UserBuiltin)\n if child.fleet = fleet;\n \n\n resource SystemUpdate {\n permissions = [\n "list_children",\n "modify",\n "read",\n "create_child",\n ];\n \n relations = { parent_fleet: Fleet };\n "list_children" if "viewer" on "parent_fleet";\n "read" if "viewer" on "parent_fleet";\n "modify" if "admin" on "parent_fleet";\n "create_child" if "admin" on "parent_fleet";\n }\n has_relation(fleet: Fleet, "parent_fleet", child: SystemUpdate)\n if child.fleet = fleet;\n \n\n resource UpdateDeployment {\n permissions = [\n "list_children",\n "modify",\n "read",\n "create_child",\n ];\n \n relations = { parent_fleet: Fleet };\n "list_children" if "viewer" on "parent_fleet";\n "read" if "viewer" on "parent_fleet";\n "modify" if "admin" on "parent_fleet";\n "create_child" if "admin" on "parent_fleet";\n }\n has_relation(fleet: Fleet, "parent_fleet", child: UpdateDeployment)\n if child.fleet = fleet;\n
572023-07-19T18:40:08.929ZINFOnexus (ServerContext): Setting up resolver using DNS servers for subnet: Ipv6Subnet { net: Ipv6Net(Ipv6Network { addr: fd00:1122:3344::, prefix: 48 }) }
582023-07-19T18:40:08.932ZINFOnexus (DnsResolver): new DNS resolver addresses = [[fd00:1122:3344:1::1]:53, [fd00:1122:3344:2::1]:53, [fd00:1122:3344:3::1]:53, [fd00:1122:3344:4::1]:53, [fd00:1122:3344:5::1]:53]
592023-07-19T18:40:08.933ZINFOnexus (ServerContext): Accessing DB url from DNS
602023-07-19T18:40:08.934ZDEBGnexus (DnsResolver): lookup_socket_v6 srv dns_name = _cockroach._tcp.control-plane.oxide.internal
612023-07-19T18:40:08.940ZINFOnexus (ServerContext): DB address: [fd00:1122:3344:101::6]:32221
622023-07-19T18:40:08.941ZINFOnexus (db::Pool): database connection pool database_url = postgresql://root@[fd00:1122:3344:101::6]:32221/omicron?sslmode=disable
632023-07-19T18:40:08.957ZINFOnexus (SEC): SEC running sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
642023-07-19T18:40:08.957ZDEBGnexus (DnsResolver): lookup_ipv6 srv dns_name = _dendrite._tcp.control-plane.oxide.internal response = SrvLookup(Lookup { query: Query { name: Name("_dendrite._tcp.control-plane.oxide.internal"), query_type: SRV, query_class: IN }, records: [Record { name_labels: Name("_dendrite._tcp.control-plane.oxide.internal."), rr_type: SRV, dns_class: IN, ttl: 0, rdata: Some(SRV(SRV { priority: 0, weight: 0, port: 12224, target: Name("dendrite-7150410d-305b-4dec-b4b1-e5eeda1649db.host.control-plane.oxide.internal.") })) }], valid_until: Instant { tv_sec: 6883, tv_nsec: 940854728 } })
652023-07-19T18:40:08.958ZINFOnexus (Nexus): Determining switch slots managed by switch zones
662023-07-19T18:40:09.006ZINFOnexus (Nexus): determining switch slot managed by dendrite zone zone_address = fd00:1122:3344:101::2
672023-07-19T18:40:09.007ZDEBGnexus (MgsClient): client request body = None method = GET uri = http://[fd00:1122:3344:101::2]:12225/local/switch-id
682023-07-19T18:40:09.011ZDEBGnexus (MgsClient): client response result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:101::2)), port: Some(12225), path: "/local/switch-id", query: None, fragment: None }, status: 200, headers: {"content-type": "application/json", "x-request-id": "7bb7671a-3da6-4783-9788-46f99284547d", "content-length": "26", "date": "Wed, 19 Jul 2023 18:40:09 GMT"} })
692023-07-19T18:40:09.011ZINFOnexus (Nexus): identified switch slot for dendrite zone slot = SpIdentifier {\n slot: 0,\n type_: Switch,\n} zone_address = fd00:1122:3344:101::2
702023-07-19T18:40:09.012ZINFOnexus (Nexus): completed mapping dendrite zones to switch slots mappings = {\n Switch0: fd00:1122:3344:101::2,\n}
712023-07-19T18:40:09.049ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
722023-07-19T18:40:09.051ZDEBGnexus (BackgroundTasks): activating background_task = external_endpoints iteration = 1 reason = Timeout
732023-07-19T18:40:09.051ZDEBGnexus (BackgroundTasks): activating background_task = dns_servers_external dns_group = external iteration = 1 reason = Timeout
742023-07-19T18:40:09.052ZDEBGnexus (BackgroundTasks): activating background_task = dns_servers_internal dns_group = internal iteration = 1 reason = Timeout
752023-07-19T18:40:09.052ZDEBGnexus (BackgroundTasks): activating background_task = dns_config_internal dns_group = internal iteration = 1 reason = Timeout
762023-07-19T18:40:09.052ZDEBGnexus (BackgroundTasks): activating background_task = dns_config_external dns_group = external iteration = 1 reason = Timeout
772023-07-19T18:40:09.053ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
782023-07-19T18:40:09.053ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {} }
792023-07-19T18:40:09.053ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {} }
802023-07-19T18:40:09.053ZDEBGnexus (BackgroundTasks): reading DNS version background_task = dns_config_external dns_group = external
812023-07-19T18:40:09.054ZDEBGnexus (BackgroundTasks): reading DNS version background_task = dns_config_internal dns_group = internal
822023-07-19T18:40:09.054ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
832023-07-19T18:40:09.054ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
842023-07-19T18:40:09.054ZINFOnexus (SagaRecoverer): start saga recovery
852023-07-19T18:40:09.054ZDEBGnexus (BackgroundTasks): activating background_task = dns_propagation_internal dns_group = internal iteration = 1 reason = Timeout
862023-07-19T18:40:09.054ZWARNnexus (BackgroundTasks): DNS propagation: skipped background_task = dns_propagation_internal dns_group = internal reason = no config nor servers
872023-07-19T18:40:09.055ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_propagation_internal dns_group = internal elapsed = 1.841884ms iteration = 1
882023-07-19T18:40:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
892023-07-19T18:40:09.060ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
902023-07-19T18:40:09.060ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
912023-07-19T18:40:09.060ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
922023-07-19T18:40:09.062ZDEBGnexus (BackgroundTasks): activating background_task = dns_propagation_external dns_group = external iteration = 1 reason = Timeout
932023-07-19T18:40:09.062ZWARNnexus (BackgroundTasks): DNS propagation: skipped background_task = dns_propagation_external dns_group = external reason = no config nor servers
942023-07-19T18:40:09.062ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_propagation_external dns_group = external elapsed = 8.675805ms iteration = 1
952023-07-19T18:40:09.062ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
962023-07-19T18:40:09.062ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
972023-07-19T18:40:09.062ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
982023-07-19T18:40:09.063ZDEBGnexus (DataLoader): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
992023-07-19T18:40:09.064ZDEBGnexus (DataLoader): attempting to create built-in users
1002023-07-19T18:40:09.064ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
1012023-07-19T18:40:09.064ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
1022023-07-19T18:40:09.065ZDEBGnexus (dropshot_internal): registered endpoint local_addr = [fd00:1122:3344:101::c]:12221 method = GET path = /artifacts/{kind}/{name}/{version}
1032023-07-19T18:40:09.065ZDEBGnexus (dropshot_internal): registered endpoint local_addr = [fd00:1122:3344:101::c]:12221 method = POST path = /disk/{disk_id}/remove-read-only-parent
1042023-07-19T18:40:09.065ZDEBGnexus (dropshot_internal): registered endpoint local_addr = [fd00:1122:3344:101::c]:12221 method = PUT path = /disks/{disk_id}
1052023-07-19T18:40:09.065ZDEBGnexus (dropshot_internal): registered endpoint local_addr = [fd00:1122:3344:101::c]:12221 method = PUT path = /instances/{instance_id}
1062023-07-19T18:40:09.065ZDEBGnexus (dropshot_internal): registered endpoint local_addr = [fd00:1122:3344:101::c]:12221 method = GET path = /metrics/collect/{producer_id}
1072023-07-19T18:40:09.065ZDEBGnexus (dropshot_internal): registered endpoint local_addr = [fd00:1122:3344:101::c]:12221 method = POST path = /metrics/collectors
1082023-07-19T18:40:09.065ZDEBGnexus (dropshot_internal): registered endpoint local_addr = [fd00:1122:3344:101::c]:12221 method = POST path = /metrics/producers
1092023-07-19T18:40:09.065ZDEBGnexus (dropshot_internal): registered endpoint local_addr = [fd00:1122:3344:101::c]:12221 method = DELETE path = /physical-disk
1102023-07-19T18:40:09.065ZDEBGnexus (dropshot_internal): registered endpoint local_addr = [fd00:1122:3344:101::c]:12221 method = PUT path = /physical-disk
1112023-07-19T18:40:09.065ZDEBGnexus (dropshot_internal): registered endpoint local_addr = [fd00:1122:3344:101::c]:12221 method = PUT path = /racks/{rack_id}/initialization-complete
1122023-07-19T18:40:09.065ZDEBGnexus (dropshot_internal): registered endpoint local_addr = [fd00:1122:3344:101::c]:12221 method = GET path = /sagas
1132023-07-19T18:40:09.065ZDEBGnexus (dropshot_internal): registered endpoint local_addr = [fd00:1122:3344:101::c]:12221 method = GET path = /sagas/{saga_id}
1142023-07-19T18:40:09.065ZDEBGnexus (dropshot_internal): registered endpoint local_addr = [fd00:1122:3344:101::c]:12221 method = POST path = /sled-agents/{sled_id}
1152023-07-19T18:40:09.065ZDEBGnexus (dropshot_internal): registered endpoint local_addr = [fd00:1122:3344:101::c]:12221 method = PUT path = /sled-agents/{sled_id}/zpools/{zpool_id}
1162023-07-19T18:40:09.065ZDEBGnexus (dropshot_internal): registered endpoint local_addr = [fd00:1122:3344:101::c]:12221 method = PUT path = /switch/{switch_id}
1172023-07-19T18:40:09.065ZDEBGnexus (dropshot_internal): registered endpoint local_addr = [fd00:1122:3344:101::c]:12221 method = POST path = /volume/{volume_id}/remove-read-only-parent
1182023-07-19T18:40:09.065ZINFOnexus (dropshot_internal): listening local_addr = [fd00:1122:3344:101::c]:12221
1192023-07-19T18:40:09.065ZDEBGnexus (dropshot_internal): successfully registered DTrace USDT probes local_addr = [fd00:1122:3344:101::c]:12221
1202023-07-19T18:40:09.065ZDEBGnexus (ServiceBalancer): roles roles = RoleSet { roles: {} }
1212023-07-19T18:40:09.066ZDEBGnexus (ServiceBalancer): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-00000000bac3, .. }) resource = Database result = Ok(())
1222023-07-19T18:40:09.067ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Database result = Ok(())
1232023-07-19T18:40:09.069ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Database result = Ok(())
1242023-07-19T18:40:09.074ZWARNnexus: Cannot look up rack: Object (of type ById(4cb0fae9-ee43-444f-8d2a-2c1d23f8c707)) not found: rack
1252023-07-19T18:40:09.086ZINFOnexus (DataLoader): created 5 built-in users
1262023-07-19T18:40:09.086ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
1272023-07-19T18:40:09.087ZDEBGnexus (DataLoader): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
1282023-07-19T18:40:09.087ZDEBGnexus (DataLoader): attempting to create built-in roles
1292023-07-19T18:40:09.088ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
1302023-07-19T18:40:09.088ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
1312023-07-19T18:40:09.092ZINFOnexus (DataLoader): created 10 built-in roles
1322023-07-19T18:40:09.092ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
1332023-07-19T18:40:09.093ZDEBGnexus (DataLoader): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
1342023-07-19T18:40:09.093ZDEBGnexus (DataLoader): attempting to create built-in role assignments
1352023-07-19T18:40:09.093ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
1362023-07-19T18:40:09.093ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
1372023-07-19T18:40:09.102ZINFOnexus (SagaRecoverer): listed sagas (0 total)
1382023-07-19T18:40:09.124ZINFOnexus (dropshot_internal): accepted connection local_addr = [fd00:1122:3344:101::c]:12221 remote_addr = [fd00:1122:3344:101::1]:41293
1392023-07-19T18:40:09.134ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = f2df8bc2-9a89-4b4d-b8f9-5686889abe19 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
1402023-07-19T18:40:09.135ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = f2df8bc2-9a89-4b4d-b8f9-5686889abe19 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
1412023-07-19T18:40:09.135ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {} }
1422023-07-19T18:40:09.136ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
1432023-07-19T18:40:09.138ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Fleet result = Err(Forbidden)
1442023-07-19T18:40:09.138ZWARNnexus (BackgroundTasks): failed to read list of DNS servers background_task = dns_servers_external dns_group = external error = Forbidden
1452023-07-19T18:40:09.138ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_servers_external dns_group = external elapsed = 87.17459ms iteration = 1
1462023-07-19T18:40:09.139ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = DnsConfig result = Err(Forbidden)
1472023-07-19T18:40:09.139ZWARNnexus (BackgroundTasks): failed to read DNS config background_task = dns_config_internal dns_group = internal error = Forbidden
1482023-07-19T18:40:09.139ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_config_internal dns_group = internal elapsed = 87.519771ms iteration = 1
1492023-07-19T18:40:09.140ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
1502023-07-19T18:40:09.142ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {} }
1512023-07-19T18:40:09.144ZDEBGnexus (BackgroundTasks): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Fleet result = Err(Forbidden)
1522023-07-19T18:40:09.144ZWARNnexus (BackgroundTasks): failed to read Silo/DNS/TLS configuration background_task = external_endpoints error = Forbidden
1532023-07-19T18:40:09.144ZDEBGnexus (BackgroundTasks): activation complete background_task = external_endpoints elapsed = 92.675033ms iteration = 1
1542023-07-19T18:40:09.145ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Fleet result = Err(Forbidden)
1552023-07-19T18:40:09.145ZWARNnexus (BackgroundTasks): failed to read list of DNS servers background_task = dns_servers_internal dns_group = internal error = Forbidden
1562023-07-19T18:40:09.145ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_servers_internal dns_group = internal elapsed = 93.678121ms iteration = 1
1572023-07-19T18:40:09.156ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
1582023-07-19T18:40:09.158ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = DnsConfig result = Err(Forbidden)
1592023-07-19T18:40:09.158ZWARNnexus (BackgroundTasks): failed to read DNS config background_task = dns_config_external dns_group = external error = Forbidden
1602023-07-19T18:40:09.158ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_config_external dns_group = external elapsed = 106.56426ms iteration = 1
1612023-07-19T18:40:09.160ZINFOnexus (DataLoader): created 4 built-in role assignments
1622023-07-19T18:40:09.160ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
1632023-07-19T18:40:09.161ZDEBGnexus (DataLoader): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
1642023-07-19T18:40:09.161ZDEBGnexus (DataLoader): attempting to create built-in silos
1652023-07-19T18:40:09.161ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
1662023-07-19T18:40:09.161ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
1672023-07-19T18:40:09.169ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = f2df8bc2-9a89-4b4d-b8f9-5686889abe19 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
1682023-07-19T18:40:09.172ZDEBGnexus (dropshot_internal): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = f2df8bc2-9a89-4b4d-b8f9-5686889abe19 resource = Fleet result = Err(Forbidden) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
1692023-07-19T18:40:09.172ZINFOnexus (dropshot_internal): request completed error_message_external = Forbidden error_message_internal = Forbidden local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = f2df8bc2-9a89-4b4d-b8f9-5686889abe19 response_code = 403 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
1702023-07-19T18:40:09.224ZINFOnexus (DataLoader): created 2 built-in silos
1712023-07-19T18:40:09.224ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
1722023-07-19T18:40:09.224ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
1732023-07-19T18:40:09.233ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
1742023-07-19T18:40:09.234ZDEBGnexus (DataLoader): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
1752023-07-19T18:40:09.234ZDEBGnexus (DataLoader): attempting to create built-in projects
1762023-07-19T18:40:09.234ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
1772023-07-19T18:40:09.234ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
1782023-07-19T18:40:09.237ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
1792023-07-19T18:40:09.237ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
1802023-07-19T18:40:09.239ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
1812023-07-19T18:40:09.239ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
1822023-07-19T18:40:09.240ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
1832023-07-19T18:40:09.242ZDEBGnexus (DataLoader): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) } result = Ok(())
1842023-07-19T18:40:09.242ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
1852023-07-19T18:40:09.242ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
1862023-07-19T18:40:09.243ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
1872023-07-19T18:40:09.243ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
1882023-07-19T18:40:09.244ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
1892023-07-19T18:40:09.246ZDEBGnexus (DataLoader): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) } result = Ok(())
1902023-07-19T18:40:09.246ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
1912023-07-19T18:40:09.246ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
1922023-07-19T18:40:09.252ZINFOnexus (DataLoader): created built-in services project
1932023-07-19T18:40:09.252ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
1942023-07-19T18:40:09.253ZDEBGnexus (DataLoader): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
1952023-07-19T18:40:09.253ZDEBGnexus (DataLoader): attempting to create built-in VPCs
1962023-07-19T18:40:09.253ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
1972023-07-19T18:40:09.253ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
1982023-07-19T18:40:09.261ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
1992023-07-19T18:40:09.261ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
2002023-07-19T18:40:09.263ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
2012023-07-19T18:40:09.263ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
2022023-07-19T18:40:09.264ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
2032023-07-19T18:40:09.264ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
2042023-07-19T18:40:09.265ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
2052023-07-19T18:40:09.265ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
2062023-07-19T18:40:09.266ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
2072023-07-19T18:40:09.269ZDEBGnexus (DataLoader): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) } result = Ok(())
2082023-07-19T18:40:09.269ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
2092023-07-19T18:40:09.269ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
2102023-07-19T18:40:09.270ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
2112023-07-19T18:40:09.270ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
2122023-07-19T18:40:09.271ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
2132023-07-19T18:40:09.271ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
2142023-07-19T18:40:09.272ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
2152023-07-19T18:40:09.275ZDEBGnexus (DataLoader): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) } result = Ok(())
2162023-07-19T18:40:09.280ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
2172023-07-19T18:40:09.280ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
2182023-07-19T18:40:09.281ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
2192023-07-19T18:40:09.281ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
2202023-07-19T18:40:09.282ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
2212023-07-19T18:40:09.282ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
2222023-07-19T18:40:09.283ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
2232023-07-19T18:40:09.283ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
2242023-07-19T18:40:09.284ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
2252023-07-19T18:40:09.287ZDEBGnexus (DataLoader): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Vpc { parent: Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) }, key: 001de000-074c-4000-8000-000000000000, lookup_type: ByName("oxide-services") } result = Ok(())
2262023-07-19T18:40:09.287ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
2272023-07-19T18:40:09.287ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
2282023-07-19T18:40:09.324ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
2292023-07-19T18:40:09.324ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
2302023-07-19T18:40:09.325ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
2312023-07-19T18:40:09.325ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
2322023-07-19T18:40:09.326ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
2332023-07-19T18:40:09.326ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
2342023-07-19T18:40:09.354ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
2352023-07-19T18:40:09.357ZDEBGnexus (DataLoader): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = VpcRouter { parent: Vpc { parent: Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) }, key: 001de000-074c-4000-8000-000000000000, lookup_type: ByName("oxide-services") }, key: 001de000-074c-4000-8000-000000000001, lookup_type: ById(001de000-074c-4000-8000-000000000001) } result = Ok(())
2362023-07-19T18:40:09.357ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
2372023-07-19T18:40:09.357ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
2382023-07-19T18:40:09.365ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
2392023-07-19T18:40:09.366ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
2402023-07-19T18:40:09.367ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
2412023-07-19T18:40:09.368ZDEBGnexus (dropshot_internal): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
2422023-07-19T18:40:09.368ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
2432023-07-19T18:40:09.368ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
2442023-07-19T18:40:09.370ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
2452023-07-19T18:40:09.372ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
2462023-07-19T18:40:09.372ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
2472023-07-19T18:40:09.372ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
2482023-07-19T18:40:09.375ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
2492023-07-19T18:40:09.375ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
2502023-07-19T18:40:09.376ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
2512023-07-19T18:40:09.378ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
2522023-07-19T18:40:09.378ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
2532023-07-19T18:40:09.378ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
2542023-07-19T18:40:09.400ZDEBGnexus (DataLoader): attempting to create built-in VPC firewall rules
2552023-07-19T18:40:09.400ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
2562023-07-19T18:40:09.400ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
2572023-07-19T18:40:09.401ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
2582023-07-19T18:40:09.401ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
2592023-07-19T18:40:09.402ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
2602023-07-19T18:40:09.402ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
2612023-07-19T18:40:09.403ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
2622023-07-19T18:40:09.403ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
2632023-07-19T18:40:09.404ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
2642023-07-19T18:40:09.404ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
2652023-07-19T18:40:09.405ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
2662023-07-19T18:40:09.405ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
2672023-07-19T18:40:09.406ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
2682023-07-19T18:40:09.409ZDEBGnexus (DataLoader): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Vpc { parent: Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) }, key: 001de000-074c-4000-8000-000000000000, lookup_type: ById(001de000-074c-4000-8000-000000000000) } result = Ok(())
2692023-07-19T18:40:09.409ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
2702023-07-19T18:40:09.409ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
2712023-07-19T18:40:09.410ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
2722023-07-19T18:40:09.410ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
2732023-07-19T18:40:09.411ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
2742023-07-19T18:40:09.411ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
2752023-07-19T18:40:09.411ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
2762023-07-19T18:40:09.411ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
2772023-07-19T18:40:09.412ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
2782023-07-19T18:40:09.412ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
2792023-07-19T18:40:09.414ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
2802023-07-19T18:40:09.414ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
2812023-07-19T18:40:09.414ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
2822023-07-19T18:40:09.415ZDEBGnexus (DataLoader): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Vpc { parent: Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) }, key: 001de000-074c-4000-8000-000000000000, lookup_type: ById(001de000-074c-4000-8000-000000000000) } result = Ok(())
2832023-07-19T18:40:09.415ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
2842023-07-19T18:40:09.415ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
2852023-07-19T18:40:09.420ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
2862023-07-19T18:40:09.421ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
2872023-07-19T18:40:09.423ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
2882023-07-19T18:40:09.423ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
2892023-07-19T18:40:09.424ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
2902023-07-19T18:40:09.424ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
2912023-07-19T18:40:09.425ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
2922023-07-19T18:40:09.428ZDEBGnexus (DataLoader): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Vpc { parent: Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) }, key: 001de000-074c-4000-8000-000000000000, lookup_type: ById(001de000-074c-4000-8000-000000000000) } result = Ok(())
2932023-07-19T18:40:09.428ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
2942023-07-19T18:40:09.428ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
2952023-07-19T18:40:09.444ZINFOnexus (dropshot_internal): accepted connection local_addr = [fd00:1122:3344:101::c]:12221 remote_addr = [fd00:1122:3344:101::1]:50648
2962023-07-19T18:40:09.444ZINFOnexus: upserting physical disk model = synthetic-model serial = synthetic-serial-d462a7f7-b628-40fe-80ff-4e4189e2d62b sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db vendor = synthetic-vendor
2972023-07-19T18:40:09.444ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = f61aa6bd-15b4-4f9f-8682-585573d7c8fa roles = RoleSet { roles: {} } uri = /physical-disk
2982023-07-19T18:40:09.445ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = f61aa6bd-15b4-4f9f-8682-585573d7c8fa resource = Database result = Ok(()) uri = /physical-disk
2992023-07-19T18:40:09.446ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = f61aa6bd-15b4-4f9f-8682-585573d7c8fa roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /physical-disk
3002023-07-19T18:40:09.447ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = f61aa6bd-15b4-4f9f-8682-585573d7c8fa resource = Fleet result = Ok(()) uri = /physical-disk
3012023-07-19T18:40:09.449ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
3022023-07-19T18:40:09.450ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
3032023-07-19T18:40:09.450ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
3042023-07-19T18:40:09.452ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
3052023-07-19T18:40:09.452ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
3062023-07-19T18:40:09.452ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
3072023-07-19T18:40:09.488ZINFOnexus (dropshot_internal): request completed error_message_external = not found: sled with id "7150410d-305b-4dec-b4b1-e5eeda1649db" error_message_internal = not found: sled with id "7150410d-305b-4dec-b4b1-e5eeda1649db" local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = f61aa6bd-15b4-4f9f-8682-585573d7c8fa response_code = 404 uri = /physical-disk
3082023-07-19T18:40:09.488ZINFOnexus: upserting physical disk model = synthetic-model serial = synthetic-serial-14b4dc87-ab46-49fb-a4b4-d361ae214c03 sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db vendor = synthetic-vendor
3092023-07-19T18:40:09.488ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = 29ce2fe8-7521-40ca-b83e-875a5af690f2 roles = RoleSet { roles: {} } uri = /physical-disk
3102023-07-19T18:40:09.489ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = 29ce2fe8-7521-40ca-b83e-875a5af690f2 resource = Database result = Ok(()) uri = /physical-disk
3112023-07-19T18:40:09.490ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = 29ce2fe8-7521-40ca-b83e-875a5af690f2 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /physical-disk
3122023-07-19T18:40:09.490ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
3132023-07-19T18:40:09.490ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
3142023-07-19T18:40:09.491ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
3152023-07-19T18:40:09.492ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = 29ce2fe8-7521-40ca-b83e-875a5af690f2 resource = Fleet result = Ok(()) uri = /physical-disk
3162023-07-19T18:40:09.493ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
3172023-07-19T18:40:09.493ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
3182023-07-19T18:40:09.493ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
3192023-07-19T18:40:09.497ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
3202023-07-19T18:40:09.497ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
3212023-07-19T18:40:09.498ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
3222023-07-19T18:40:09.500ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
3232023-07-19T18:40:09.500ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
3242023-07-19T18:40:09.500ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
3252023-07-19T18:40:09.515ZINFOnexus (DataLoader): created built-in VPC firewall rules
3262023-07-19T18:40:09.515ZDEBGnexus (DataLoader): attempting to create built-in VPC Subnets
3272023-07-19T18:40:09.515ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
3282023-07-19T18:40:09.516ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
3292023-07-19T18:40:09.524ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
3302023-07-19T18:40:09.525ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
3312023-07-19T18:40:09.526ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
3322023-07-19T18:40:09.526ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
3332023-07-19T18:40:09.526ZINFOnexus (dropshot_internal): request completed error_message_external = not found: sled with id "7150410d-305b-4dec-b4b1-e5eeda1649db" error_message_internal = not found: sled with id "7150410d-305b-4dec-b4b1-e5eeda1649db" local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = 29ce2fe8-7521-40ca-b83e-875a5af690f2 response_code = 404 uri = /physical-disk
3342023-07-19T18:40:09.526ZINFOnexus: upserting zpool sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db zpool_id = b462a7f7-b628-40fe-80ff-4e4189e2d62b
3352023-07-19T18:40:09.526ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = 4ecd5490-bb56-42a0-89e5-1e0dffc4a703 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/b462a7f7-b628-40fe-80ff-4e4189e2d62b
3362023-07-19T18:40:09.526ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = 4ecd5490-bb56-42a0-89e5-1e0dffc4a703 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/b462a7f7-b628-40fe-80ff-4e4189e2d62b
3372023-07-19T18:40:09.527ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
3382023-07-19T18:40:09.527ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
3392023-07-19T18:40:09.528ZINFOnexus (dropshot_internal): request completed error_message_external = not found: physical-disk with id "vendor = "synthetic-vendor", serial = "synthetic-serial-b462a7f7-b628-40fe-80ff-4e4189e2d62b", model = "synthetic-model"" error_message_internal = not found: physical-disk with id "vendor = "synthetic-vendor", serial = "synthetic-serial-b462a7f7-b628-40fe-80ff-4e4189e2d62b", model = "synthetic-model"" local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = 4ecd5490-bb56-42a0-89e5-1e0dffc4a703 response_code = 404 uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/b462a7f7-b628-40fe-80ff-4e4189e2d62b
3402023-07-19T18:40:09.528ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
3412023-07-19T18:40:09.528ZINFOnexus: upserting physical disk model = synthetic-model serial = synthetic-serial-e4b4dc87-ab46-49fb-a4b4-d361ae214c03 sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db vendor = synthetic-vendor
3422023-07-19T18:40:09.528ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = fcec81ff-d59e-4800-ba8c-2461c8a3e210 roles = RoleSet { roles: {} } uri = /physical-disk
3432023-07-19T18:40:09.528ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
3442023-07-19T18:40:09.529ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = fcec81ff-d59e-4800-ba8c-2461c8a3e210 resource = Database result = Ok(()) uri = /physical-disk
3452023-07-19T18:40:09.529ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
3462023-07-19T18:40:09.529ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
3472023-07-19T18:40:09.530ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = fcec81ff-d59e-4800-ba8c-2461c8a3e210 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /physical-disk
3482023-07-19T18:40:09.530ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
3492023-07-19T18:40:09.532ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = fcec81ff-d59e-4800-ba8c-2461c8a3e210 resource = Fleet result = Ok(()) uri = /physical-disk
3502023-07-19T18:40:09.533ZDEBGnexus (DataLoader): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Vpc { parent: Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) }, key: 001de000-074c-4000-8000-000000000000, lookup_type: ById(001de000-074c-4000-8000-000000000000) } result = Ok(())
3512023-07-19T18:40:09.533ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
3522023-07-19T18:40:09.533ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
3532023-07-19T18:40:09.534ZINFOnexus (dropshot_internal): request completed error_message_external = not found: sled with id "7150410d-305b-4dec-b4b1-e5eeda1649db" error_message_internal = not found: sled with id "7150410d-305b-4dec-b4b1-e5eeda1649db" local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = fcec81ff-d59e-4800-ba8c-2461c8a3e210 response_code = 404 uri = /physical-disk
3542023-07-19T18:40:09.534ZINFOnexus: upserting zpool sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db zpool_id = e4b4dc87-ab46-49fb-a4b4-d361ae214c03
3552023-07-19T18:40:09.534ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = e6710f2d-6b54-4829-9fe1-e6a0d72fd521 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/e4b4dc87-ab46-49fb-a4b4-d361ae214c03
3562023-07-19T18:40:09.534ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = e6710f2d-6b54-4829-9fe1-e6a0d72fd521 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/e4b4dc87-ab46-49fb-a4b4-d361ae214c03
3572023-07-19T18:40:09.535ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
3582023-07-19T18:40:09.535ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
3592023-07-19T18:40:09.535ZINFOnexus (dropshot_internal): request completed error_message_external = not found: physical-disk with id "vendor = "synthetic-vendor", serial = "synthetic-serial-e4b4dc87-ab46-49fb-a4b4-d361ae214c03", model = "synthetic-model"" error_message_internal = not found: physical-disk with id "vendor = "synthetic-vendor", serial = "synthetic-serial-e4b4dc87-ab46-49fb-a4b4-d361ae214c03", model = "synthetic-model"" local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = e6710f2d-6b54-4829-9fe1-e6a0d72fd521 response_code = 404 uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/e4b4dc87-ab46-49fb-a4b4-d361ae214c03
3602023-07-19T18:40:09.535ZINFOnexus: upserting physical disk model = synthetic-model serial = synthetic-serial-a462a7f7-b628-40fe-80ff-4e4189e2d62b sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db vendor = synthetic-vendor
3612023-07-19T18:40:09.535ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = 40a93cf9-8b76-479d-8324-870d25d2c33e roles = RoleSet { roles: {} } uri = /physical-disk
3622023-07-19T18:40:09.536ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = 40a93cf9-8b76-479d-8324-870d25d2c33e resource = Database result = Ok(()) uri = /physical-disk
3632023-07-19T18:40:09.536ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
3642023-07-19T18:40:09.536ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
3652023-07-19T18:40:09.536ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = 40a93cf9-8b76-479d-8324-870d25d2c33e roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /physical-disk
3662023-07-19T18:40:09.537ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
3672023-07-19T18:40:09.537ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
3682023-07-19T18:40:09.537ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
3692023-07-19T18:40:09.537ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
3702023-07-19T18:40:09.538ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
3712023-07-19T18:40:09.538ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
3722023-07-19T18:40:09.539ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = 40a93cf9-8b76-479d-8324-870d25d2c33e resource = Fleet result = Ok(()) uri = /physical-disk
3732023-07-19T18:40:09.540ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
3742023-07-19T18:40:09.540ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
3752023-07-19T18:40:09.540ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
3762023-07-19T18:40:09.541ZDEBGnexus (DataLoader): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Vpc { parent: Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) }, key: 001de000-074c-4000-8000-000000000000, lookup_type: ById(001de000-074c-4000-8000-000000000000) } result = Ok(())
3772023-07-19T18:40:09.545ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
3782023-07-19T18:40:09.545ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
3792023-07-19T18:40:09.545ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
3802023-07-19T18:40:09.546ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
3812023-07-19T18:40:09.546ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
3822023-07-19T18:40:09.546ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
3832023-07-19T18:40:09.547ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
3842023-07-19T18:40:09.547ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
3852023-07-19T18:40:09.547ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
3862023-07-19T18:40:09.547ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
3872023-07-19T18:40:09.547ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
3882023-07-19T18:40:09.548ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
3892023-07-19T18:40:09.548ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
3902023-07-19T18:40:09.549ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
3912023-07-19T18:40:09.550ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
3922023-07-19T18:40:09.551ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
3932023-07-19T18:40:09.551ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
3942023-07-19T18:40:09.552ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
3952023-07-19T18:40:09.554ZDEBGnexus (DataLoader): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Vpc { parent: Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) }, key: 001de000-074c-4000-8000-000000000000, lookup_type: ById(001de000-074c-4000-8000-000000000000) } result = Ok(())
3962023-07-19T18:40:09.554ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
3972023-07-19T18:40:09.554ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
3982023-07-19T18:40:09.554ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
3992023-07-19T18:40:09.557ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
4002023-07-19T18:40:09.557ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
4012023-07-19T18:40:09.558ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
4022023-07-19T18:40:09.558ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
4032023-07-19T18:40:09.559ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
4042023-07-19T18:40:09.559ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
4052023-07-19T18:40:09.559ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
4062023-07-19T18:40:09.560ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
4072023-07-19T18:40:09.560ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
4082023-07-19T18:40:09.560ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
4092023-07-19T18:40:09.560ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
4102023-07-19T18:40:09.560ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
4112023-07-19T18:40:09.561ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
4122023-07-19T18:40:09.561ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
4132023-07-19T18:40:09.562ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
4142023-07-19T18:40:09.565ZDEBGnexus (DataLoader): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Vpc { parent: Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) }, key: 001de000-074c-4000-8000-000000000000, lookup_type: ById(001de000-074c-4000-8000-000000000000) } result = Ok(())
4152023-07-19T18:40:09.567ZINFOnexus (DataLoader): created built-in services vpc subnets
4162023-07-19T18:40:09.567ZINFOnexus (DataLoader): created built-in services vpc
4172023-07-19T18:40:09.567ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
4182023-07-19T18:40:09.568ZDEBGnexus (DataLoader): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
4192023-07-19T18:40:09.568ZDEBGnexus (DataLoader): attempting to create silo users
4202023-07-19T18:40:09.568ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
4212023-07-19T18:40:09.568ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
4222023-07-19T18:40:09.568ZINFOnexus (dropshot_internal): request completed error_message_external = not found: sled with id "7150410d-305b-4dec-b4b1-e5eeda1649db" error_message_internal = not found: sled with id "7150410d-305b-4dec-b4b1-e5eeda1649db" local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = 40a93cf9-8b76-479d-8324-870d25d2c33e response_code = 404 uri = /physical-disk
4232023-07-19T18:40:09.570ZINFOnexus (DataLoader): created 2 silo users
4242023-07-19T18:40:09.570ZDEBGnexus (DataLoader): attempting to create silo user role assignments
4252023-07-19T18:40:09.570ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
4262023-07-19T18:40:09.570ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
4272023-07-19T18:40:09.573ZINFOnexus (DataLoader): created 2 silo user role assignments
4282023-07-19T18:40:09.573ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
4292023-07-19T18:40:09.573ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
4302023-07-19T18:40:09.575ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
4312023-07-19T18:40:09.575ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
4322023-07-19T18:40:09.577ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
4332023-07-19T18:40:09.578ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
4342023-07-19T18:40:09.579ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
4352023-07-19T18:40:09.579ZDEBGnexus (DataLoader): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = IpPoolList result = Ok(())
4362023-07-19T18:40:09.579ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
4372023-07-19T18:40:09.579ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
4382023-07-19T18:40:09.581ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
4392023-07-19T18:40:09.582ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
4402023-07-19T18:40:09.582ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
4412023-07-19T18:40:09.583ZDEBGnexus (DataLoader): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = IpPoolList result = Ok(())
4422023-07-19T18:40:09.583ZDEBGnexus (DataLoader): roles roles = RoleSet { roles: {} }
4432023-07-19T18:40:09.583ZDEBGnexus (DataLoader): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000001, .. }) resource = Database result = Ok(())
4442023-07-19T18:40:09.585ZINFOnexus: populate complete; activating background tasks
4452023-07-19T18:40:09.585ZDEBGnexus (BackgroundTasks): activating background_task = external_endpoints iteration = 2 reason = Signaled
4462023-07-19T18:40:09.585ZDEBGnexus (BackgroundTasks): activating background_task = dns_propagation_external dns_group = external iteration = 2 reason = Signaled
4472023-07-19T18:40:09.585ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
4482023-07-19T18:40:09.585ZWARNnexus (BackgroundTasks): DNS propagation: skipped background_task = dns_propagation_external dns_group = external reason = no config nor servers
4492023-07-19T18:40:09.585ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_propagation_external dns_group = external elapsed = 7.14\u{b5}s iteration = 2
4502023-07-19T18:40:09.585ZDEBGnexus (BackgroundTasks): activating background_task = dns_servers_external dns_group = external iteration = 2 reason = Signaled
4512023-07-19T18:40:09.585ZDEBGnexus (BackgroundTasks): activating background_task = dns_config_external dns_group = external iteration = 2 reason = Signaled
4522023-07-19T18:40:09.585ZDEBGnexus (BackgroundTasks): reading DNS version background_task = dns_config_external dns_group = external
4532023-07-19T18:40:09.585ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {} }
4542023-07-19T18:40:09.585ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
4552023-07-19T18:40:09.585ZDEBGnexus (BackgroundTasks): activating background_task = dns_config_internal dns_group = internal iteration = 2 reason = Signaled
4562023-07-19T18:40:09.585ZDEBGnexus (BackgroundTasks): reading DNS version background_task = dns_config_internal dns_group = internal
4572023-07-19T18:40:09.585ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
4582023-07-19T18:40:09.585ZDEBGnexus (BackgroundTasks): activating background_task = dns_servers_internal dns_group = internal iteration = 2 reason = Signaled
4592023-07-19T18:40:09.585ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {} }
4602023-07-19T18:40:09.585ZDEBGnexus (BackgroundTasks): activating background_task = dns_propagation_internal dns_group = internal iteration = 2 reason = Signaled
4612023-07-19T18:40:09.585ZWARNnexus (BackgroundTasks): DNS propagation: skipped background_task = dns_propagation_internal dns_group = internal reason = no config nor servers
4622023-07-19T18:40:09.585ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_propagation_internal dns_group = internal elapsed = 19.541\u{b5}s iteration = 2
4632023-07-19T18:40:09.585ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
4642023-07-19T18:40:09.585ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
4652023-07-19T18:40:09.585ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
4662023-07-19T18:40:09.585ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Database result = Ok(())
4672023-07-19T18:40:09.585ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Database result = Ok(())
4682023-07-19T18:40:09.586ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
4692023-07-19T18:40:09.586ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
4702023-07-19T18:40:09.586ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
4712023-07-19T18:40:09.586ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
4722023-07-19T18:40:09.586ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
4732023-07-19T18:40:09.586ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
4742023-07-19T18:40:09.587ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
4752023-07-19T18:40:09.587ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
4762023-07-19T18:40:09.587ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
4772023-07-19T18:40:09.590ZDEBGnexus (BackgroundTasks): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Fleet result = Ok(())
4782023-07-19T18:40:09.590ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
4792023-07-19T18:40:09.590ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
4802023-07-19T18:40:09.590ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Fleet result = Ok(())
4812023-07-19T18:40:09.590ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {} }
4822023-07-19T18:40:09.590ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
4832023-07-19T18:40:09.590ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Database result = Ok(())
4842023-07-19T18:40:09.590ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
4852023-07-19T18:40:09.590ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Fleet result = Ok(())
4862023-07-19T18:40:09.590ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {} }
4872023-07-19T18:40:09.591ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Database result = Ok(())
4882023-07-19T18:40:09.591ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = DnsConfig result = Ok(())
4892023-07-19T18:40:09.591ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = DnsConfig result = Ok(())
4902023-07-19T18:40:09.591ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
4912023-07-19T18:40:09.592ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
4922023-07-19T18:40:09.592ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
4932023-07-19T18:40:09.593ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
4942023-07-19T18:40:09.593ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
4952023-07-19T18:40:09.593ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
4962023-07-19T18:40:09.596ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
4972023-07-19T18:40:09.599ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
4982023-07-19T18:40:09.599ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
4992023-07-19T18:40:09.599ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = DnsConfig result = Ok(())
5002023-07-19T18:40:09.599ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
5012023-07-19T18:40:09.599ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
5022023-07-19T18:40:09.605ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5032023-07-19T18:40:09.606ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5042023-07-19T18:40:09.606ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5052023-07-19T18:40:09.607ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5062023-07-19T18:40:09.612ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5072023-07-19T18:40:09.612ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5082023-07-19T18:40:09.613ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5092023-07-19T18:40:09.614ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5102023-07-19T18:40:09.614ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5112023-07-19T18:40:09.614ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5122023-07-19T18:40:09.630ZWARNnexus (BackgroundTasks): failed to read DNS config background_task = dns_config_external dns_group = external error = Internal Error: expected exactly one latest version for DNS group External, found 0
5132023-07-19T18:40:09.630ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_config_external dns_group = external elapsed = 44.341613ms iteration = 2
5142023-07-19T18:40:09.631ZINFOnexus (BackgroundTasks): found DNS servers (initial) addresses = DnsServersList { addresses: [] } background_task = dns_servers_external dns_group = external
5152023-07-19T18:40:09.631ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_servers_external dns_group = external elapsed = 46.016311ms iteration = 2
5162023-07-19T18:40:09.631ZDEBGnexus (BackgroundTasks): activating background_task = dns_propagation_external dns_group = external iteration = 3 reason = Dependency
5172023-07-19T18:40:09.631ZWARNnexus (BackgroundTasks): DNS propagation: skipped background_task = dns_propagation_external dns_group = external reason = no config
5182023-07-19T18:40:09.631ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_propagation_external dns_group = external elapsed = 3.24\u{b5}s iteration = 3
5192023-07-19T18:40:09.632ZWARNnexus (BackgroundTasks): failed to read DNS config background_task = dns_config_internal dns_group = internal error = Internal Error: expected exactly one latest version for DNS group Internal, found 0
5202023-07-19T18:40:09.632ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_config_internal dns_group = internal elapsed = 47.157975ms iteration = 2
5212023-07-19T18:40:09.633ZINFOnexus (BackgroundTasks): found DNS servers (initial) addresses = DnsServersList { addresses: [] } background_task = dns_servers_internal dns_group = internal
5222023-07-19T18:40:09.633ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_servers_internal dns_group = internal elapsed = 47.6591ms iteration = 2
5232023-07-19T18:40:09.633ZDEBGnexus (BackgroundTasks): activating background_task = dns_propagation_internal dns_group = internal iteration = 3 reason = Dependency
5242023-07-19T18:40:09.633ZWARNnexus (BackgroundTasks): DNS propagation: skipped background_task = dns_propagation_internal dns_group = internal reason = no config
5252023-07-19T18:40:09.633ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_propagation_internal dns_group = internal elapsed = 2.4\u{b5}s iteration = 3
5262023-07-19T18:40:09.637ZWARNnexus (BackgroundTasks): failed to read Silo/DNS/TLS configuration background_task = external_endpoints error = Internal Error: expected at least one external DNS zone
5272023-07-19T18:40:09.637ZDEBGnexus (BackgroundTasks): activation complete background_task = external_endpoints elapsed = 52.335407ms iteration = 2
5282023-07-19T18:40:09.650ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5292023-07-19T18:40:09.650ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5302023-07-19T18:40:09.652ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5312023-07-19T18:40:09.653ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5322023-07-19T18:40:09.653ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5332023-07-19T18:40:09.653ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5342023-07-19T18:40:09.657ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5352023-07-19T18:40:09.657ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5362023-07-19T18:40:09.658ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5372023-07-19T18:40:09.659ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5382023-07-19T18:40:09.659ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5392023-07-19T18:40:09.660ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5402023-07-19T18:40:09.663ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5412023-07-19T18:40:09.663ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5422023-07-19T18:40:09.664ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5432023-07-19T18:40:09.665ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5442023-07-19T18:40:09.665ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5452023-07-19T18:40:09.666ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5462023-07-19T18:40:09.696ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5472023-07-19T18:40:09.696ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5482023-07-19T18:40:09.697ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5492023-07-19T18:40:09.698ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5502023-07-19T18:40:09.698ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5512023-07-19T18:40:09.698ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5522023-07-19T18:40:09.702ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5532023-07-19T18:40:09.702ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5542023-07-19T18:40:09.703ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5552023-07-19T18:40:09.704ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5562023-07-19T18:40:09.704ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5572023-07-19T18:40:09.704ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5582023-07-19T18:40:09.708ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5592023-07-19T18:40:09.708ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5602023-07-19T18:40:09.709ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5612023-07-19T18:40:09.710ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5622023-07-19T18:40:09.710ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5632023-07-19T18:40:09.711ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5642023-07-19T18:40:09.714ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5652023-07-19T18:40:09.714ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5662023-07-19T18:40:09.715ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5672023-07-19T18:40:09.717ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5682023-07-19T18:40:09.717ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5692023-07-19T18:40:09.717ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5702023-07-19T18:40:09.720ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5712023-07-19T18:40:09.720ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5722023-07-19T18:40:09.721ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5732023-07-19T18:40:09.723ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5742023-07-19T18:40:09.723ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5752023-07-19T18:40:09.723ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5762023-07-19T18:40:09.725ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5772023-07-19T18:40:09.725ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5782023-07-19T18:40:09.726ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5792023-07-19T18:40:09.727ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5802023-07-19T18:40:09.727ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5812023-07-19T18:40:09.728ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5822023-07-19T18:40:09.731ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5832023-07-19T18:40:09.732ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5842023-07-19T18:40:09.733ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5852023-07-19T18:40:09.735ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5862023-07-19T18:40:09.735ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5872023-07-19T18:40:09.735ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5882023-07-19T18:40:09.739ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5892023-07-19T18:40:09.739ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5902023-07-19T18:40:09.740ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5912023-07-19T18:40:09.742ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5922023-07-19T18:40:09.742ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5932023-07-19T18:40:09.742ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5942023-07-19T18:40:09.746ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5952023-07-19T18:40:09.746ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5962023-07-19T18:40:09.747ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5972023-07-19T18:40:09.748ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5982023-07-19T18:40:09.748ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
5992023-07-19T18:40:09.749ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6002023-07-19T18:40:09.753ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6012023-07-19T18:40:09.753ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6022023-07-19T18:40:09.754ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6032023-07-19T18:40:09.755ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6042023-07-19T18:40:09.755ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6052023-07-19T18:40:09.755ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6062023-07-19T18:40:09.760ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6072023-07-19T18:40:09.760ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6082023-07-19T18:40:09.761ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6092023-07-19T18:40:09.762ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6102023-07-19T18:40:09.762ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6112023-07-19T18:40:09.762ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6122023-07-19T18:40:09.766ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6132023-07-19T18:40:09.766ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6142023-07-19T18:40:09.767ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6152023-07-19T18:40:09.768ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6162023-07-19T18:40:09.768ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6172023-07-19T18:40:09.768ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6182023-07-19T18:40:09.772ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6192023-07-19T18:40:09.772ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6202023-07-19T18:40:09.773ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6212023-07-19T18:40:09.774ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6222023-07-19T18:40:09.774ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6232023-07-19T18:40:09.774ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6242023-07-19T18:40:09.778ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6252023-07-19T18:40:09.778ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6262023-07-19T18:40:09.779ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6272023-07-19T18:40:09.780ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6282023-07-19T18:40:09.780ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6292023-07-19T18:40:09.781ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6302023-07-19T18:40:09.784ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6312023-07-19T18:40:09.784ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6322023-07-19T18:40:09.785ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6332023-07-19T18:40:09.787ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6342023-07-19T18:40:09.787ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6352023-07-19T18:40:09.787ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6362023-07-19T18:40:09.788ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6372023-07-19T18:40:09.789ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6382023-07-19T18:40:09.789ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6392023-07-19T18:40:09.790ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6402023-07-19T18:40:09.791ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6412023-07-19T18:40:09.791ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6422023-07-19T18:40:09.792ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6432023-07-19T18:40:09.793ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6442023-07-19T18:40:09.793ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6452023-07-19T18:40:09.794ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6462023-07-19T18:40:09.795ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6472023-07-19T18:40:09.795ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6482023-07-19T18:40:09.796ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6492023-07-19T18:40:09.798ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6502023-07-19T18:40:09.798ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6512023-07-19T18:40:09.798ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6522023-07-19T18:40:09.827ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6532023-07-19T18:40:09.827ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6542023-07-19T18:40:09.828ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6552023-07-19T18:40:09.830ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6562023-07-19T18:40:09.830ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6572023-07-19T18:40:09.830ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6582023-07-19T18:40:09.832ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6592023-07-19T18:40:09.832ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6602023-07-19T18:40:09.833ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6612023-07-19T18:40:09.834ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6622023-07-19T18:40:09.834ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6632023-07-19T18:40:09.834ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6642023-07-19T18:40:09.870ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6652023-07-19T18:40:09.870ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6662023-07-19T18:40:09.871ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6672023-07-19T18:40:09.873ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6682023-07-19T18:40:09.873ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6692023-07-19T18:40:09.873ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6702023-07-19T18:40:09.874ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6712023-07-19T18:40:09.876ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6722023-07-19T18:40:09.876ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6732023-07-19T18:40:09.876ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6742023-07-19T18:40:09.877ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6752023-07-19T18:40:09.877ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6762023-07-19T18:40:09.878ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6772023-07-19T18:40:09.880ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6782023-07-19T18:40:09.880ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6792023-07-19T18:40:09.880ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6802023-07-19T18:40:09.882ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6812023-07-19T18:40:09.882ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6822023-07-19T18:40:09.883ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6832023-07-19T18:40:09.884ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6842023-07-19T18:40:09.884ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6852023-07-19T18:40:09.884ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6862023-07-19T18:40:09.913ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6872023-07-19T18:40:09.913ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6882023-07-19T18:40:09.914ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6892023-07-19T18:40:09.915ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6902023-07-19T18:40:09.915ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6912023-07-19T18:40:09.915ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6922023-07-19T18:40:09.916ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6932023-07-19T18:40:09.918ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6942023-07-19T18:40:09.918ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6952023-07-19T18:40:09.918ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6962023-07-19T18:40:09.919ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6972023-07-19T18:40:09.919ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6982023-07-19T18:40:09.948ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
6992023-07-19T18:40:09.948ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7002023-07-19T18:40:09.949ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7012023-07-19T18:40:09.950ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7022023-07-19T18:40:09.950ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7032023-07-19T18:40:09.950ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7042023-07-19T18:40:09.951ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7052023-07-19T18:40:09.953ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7062023-07-19T18:40:09.953ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7072023-07-19T18:40:09.953ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7082023-07-19T18:40:09.954ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7092023-07-19T18:40:09.954ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7102023-07-19T18:40:09.956ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7112023-07-19T18:40:09.956ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7122023-07-19T18:40:09.957ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7132023-07-19T18:40:09.958ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7142023-07-19T18:40:09.958ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7152023-07-19T18:40:09.958ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7162023-07-19T18:40:09.960ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7172023-07-19T18:40:09.961ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7182023-07-19T18:40:09.961ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7192023-07-19T18:40:09.961ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7202023-07-19T18:40:09.962ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7212023-07-19T18:40:09.962ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7222023-07-19T18:40:09.964ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7232023-07-19T18:40:09.964ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7242023-07-19T18:40:09.965ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7252023-07-19T18:40:09.966ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7262023-07-19T18:40:09.966ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7272023-07-19T18:40:09.966ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7282023-07-19T18:40:09.967ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7292023-07-19T18:40:09.969ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7302023-07-19T18:40:09.969ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7312023-07-19T18:40:09.969ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7322023-07-19T18:40:09.970ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7332023-07-19T18:40:09.970ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7342023-07-19T18:40:09.971ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7352023-07-19T18:40:09.972ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7362023-07-19T18:40:09.972ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7372023-07-19T18:40:09.974ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7382023-07-19T18:40:09.974ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7392023-07-19T18:40:09.974ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7402023-07-19T18:40:09.975ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7412023-07-19T18:40:09.976ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7422023-07-19T18:40:09.976ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7432023-07-19T18:40:09.976ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7442023-07-19T18:40:09.977ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7452023-07-19T18:40:09.977ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7462023-07-19T18:40:09.979ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7472023-07-19T18:40:09.979ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7482023-07-19T18:40:09.980ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7492023-07-19T18:40:09.982ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7502023-07-19T18:40:09.982ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7512023-07-19T18:40:09.982ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7522023-07-19T18:40:09.983ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7532023-07-19T18:40:09.984ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7542023-07-19T18:40:09.984ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7552023-07-19T18:40:09.984ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7562023-07-19T18:40:09.985ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7572023-07-19T18:40:09.985ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7582023-07-19T18:40:09.987ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7592023-07-19T18:40:09.987ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7602023-07-19T18:40:09.988ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7612023-07-19T18:40:09.989ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7622023-07-19T18:40:09.989ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7632023-07-19T18:40:09.989ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7642023-07-19T18:40:09.990ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7652023-07-19T18:40:09.992ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7662023-07-19T18:40:09.992ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7672023-07-19T18:40:09.992ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7682023-07-19T18:40:09.993ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7692023-07-19T18:40:09.993ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7702023-07-19T18:40:09.995ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7712023-07-19T18:40:09.995ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7722023-07-19T18:40:09.996ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7732023-07-19T18:40:09.997ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7742023-07-19T18:40:09.997ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7752023-07-19T18:40:09.997ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7762023-07-19T18:40:09.998ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7772023-07-19T18:40:10.000ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7782023-07-19T18:40:10.000ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7792023-07-19T18:40:10.000ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7802023-07-19T18:40:10.000ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7812023-07-19T18:40:10.001ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7822023-07-19T18:40:10.002ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7832023-07-19T18:40:10.002ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7842023-07-19T18:40:10.003ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7852023-07-19T18:40:10.005ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7862023-07-19T18:40:10.005ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7872023-07-19T18:40:10.005ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7882023-07-19T18:40:10.006ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7892023-07-19T18:40:10.007ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7902023-07-19T18:40:10.007ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7912023-07-19T18:40:10.007ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7922023-07-19T18:40:10.008ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7932023-07-19T18:40:10.008ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7942023-07-19T18:40:10.010ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7952023-07-19T18:40:10.010ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7962023-07-19T18:40:10.011ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7972023-07-19T18:40:10.012ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7982023-07-19T18:40:10.012ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
7992023-07-19T18:40:10.012ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8002023-07-19T18:40:10.013ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8012023-07-19T18:40:10.016ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = IpPoolList result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8022023-07-19T18:40:10.016ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8032023-07-19T18:40:10.016ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8042023-07-19T18:40:10.017ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8052023-07-19T18:40:10.017ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8062023-07-19T18:40:10.018ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8072023-07-19T18:40:10.018ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8082023-07-19T18:40:10.019ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8092023-07-19T18:40:10.021ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a resource = IpPool { parent: Fleet, key: d61d6a28-ef8b-479f-be5b-463c43cbaa6f, lookup_type: ByCompositeId("Service IP Pool") } result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8102023-07-19T18:40:10.029ZINFOnexus (dropshot_internal): request completed error_message_external = Internal Server Error error_message_internal = failed to insert Service record: Object (of type ById(7150410d-305b-4dec-b4b1-e5eeda1649db)) not found: sled local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 51f23997-abea-4349-86f4-8d4193ee042a response_code = 500 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8112023-07-19T18:40:10.219ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 40426935-2a6c-4e4d-bdf2-c84c47bbbda1 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8122023-07-19T18:40:10.219ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 40426935-2a6c-4e4d-bdf2-c84c47bbbda1 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8132023-07-19T18:40:10.220ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 40426935-2a6c-4e4d-bdf2-c84c47bbbda1 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8142023-07-19T18:40:10.221ZDEBGnexus (dropshot_internal): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 40426935-2a6c-4e4d-bdf2-c84c47bbbda1 resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8152023-07-19T18:40:10.221ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 40426935-2a6c-4e4d-bdf2-c84c47bbbda1 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8162023-07-19T18:40:10.221ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 40426935-2a6c-4e4d-bdf2-c84c47bbbda1 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8172023-07-19T18:40:10.223ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 40426935-2a6c-4e4d-bdf2-c84c47bbbda1 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8182023-07-19T18:40:10.224ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 40426935-2a6c-4e4d-bdf2-c84c47bbbda1 resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8192023-07-19T18:40:10.224ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 40426935-2a6c-4e4d-bdf2-c84c47bbbda1 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8202023-07-19T18:40:10.224ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 40426935-2a6c-4e4d-bdf2-c84c47bbbda1 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8212023-07-19T18:40:10.227ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 40426935-2a6c-4e4d-bdf2-c84c47bbbda1 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8222023-07-19T18:40:10.228ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 40426935-2a6c-4e4d-bdf2-c84c47bbbda1 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8232023-07-19T18:40:10.228ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 40426935-2a6c-4e4d-bdf2-c84c47bbbda1 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8242023-07-19T18:40:10.230ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 40426935-2a6c-4e4d-bdf2-c84c47bbbda1 resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8252023-07-19T18:40:10.230ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 40426935-2a6c-4e4d-bdf2-c84c47bbbda1 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8262023-07-19T18:40:10.230ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 40426935-2a6c-4e4d-bdf2-c84c47bbbda1 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8272023-07-19T18:40:10.231ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 40426935-2a6c-4e4d-bdf2-c84c47bbbda1 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8282023-07-19T18:40:10.232ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 40426935-2a6c-4e4d-bdf2-c84c47bbbda1 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8292023-07-19T18:40:10.232ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 40426935-2a6c-4e4d-bdf2-c84c47bbbda1 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8302023-07-19T18:40:10.234ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 40426935-2a6c-4e4d-bdf2-c84c47bbbda1 resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8312023-07-19T18:40:10.234ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 40426935-2a6c-4e4d-bdf2-c84c47bbbda1 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8322023-07-19T18:40:10.234ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 40426935-2a6c-4e4d-bdf2-c84c47bbbda1 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8332023-07-19T18:40:10.235ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 40426935-2a6c-4e4d-bdf2-c84c47bbbda1 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8342023-07-19T18:40:10.237ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 40426935-2a6c-4e4d-bdf2-c84c47bbbda1 resource = IpPoolList result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8352023-07-19T18:40:10.237ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 40426935-2a6c-4e4d-bdf2-c84c47bbbda1 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8362023-07-19T18:40:10.237ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 40426935-2a6c-4e4d-bdf2-c84c47bbbda1 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8372023-07-19T18:40:10.238ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 40426935-2a6c-4e4d-bdf2-c84c47bbbda1 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8382023-07-19T18:40:10.239ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 40426935-2a6c-4e4d-bdf2-c84c47bbbda1 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8392023-07-19T18:40:10.239ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 40426935-2a6c-4e4d-bdf2-c84c47bbbda1 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8402023-07-19T18:40:10.240ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 40426935-2a6c-4e4d-bdf2-c84c47bbbda1 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8412023-07-19T18:40:10.240ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 40426935-2a6c-4e4d-bdf2-c84c47bbbda1 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8422023-07-19T18:40:10.242ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 40426935-2a6c-4e4d-bdf2-c84c47bbbda1 resource = IpPool { parent: Fleet, key: d61d6a28-ef8b-479f-be5b-463c43cbaa6f, lookup_type: ByCompositeId("Service IP Pool") } result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8432023-07-19T18:40:10.249ZINFOnexus (dropshot_internal): request completed error_message_external = Internal Server Error error_message_internal = failed to insert Service record: Object (of type ById(7150410d-305b-4dec-b4b1-e5eeda1649db)) not found: sled local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 40426935-2a6c-4e4d-bdf2-c84c47bbbda1 response_code = 500 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8442023-07-19T18:40:10.444ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ddf5591e-9b14-4d05-a20a-fb5e3afdf44b roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8452023-07-19T18:40:10.445ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ddf5591e-9b14-4d05-a20a-fb5e3afdf44b resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8462023-07-19T18:40:10.446ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ddf5591e-9b14-4d05-a20a-fb5e3afdf44b roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8472023-07-19T18:40:10.447ZDEBGnexus (dropshot_internal): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ddf5591e-9b14-4d05-a20a-fb5e3afdf44b resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8482023-07-19T18:40:10.447ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ddf5591e-9b14-4d05-a20a-fb5e3afdf44b roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8492023-07-19T18:40:10.447ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ddf5591e-9b14-4d05-a20a-fb5e3afdf44b resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8502023-07-19T18:40:10.448ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ddf5591e-9b14-4d05-a20a-fb5e3afdf44b roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8512023-07-19T18:40:10.450ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ddf5591e-9b14-4d05-a20a-fb5e3afdf44b resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8522023-07-19T18:40:10.450ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ddf5591e-9b14-4d05-a20a-fb5e3afdf44b roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8532023-07-19T18:40:10.450ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ddf5591e-9b14-4d05-a20a-fb5e3afdf44b resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8542023-07-19T18:40:10.452ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ddf5591e-9b14-4d05-a20a-fb5e3afdf44b roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8552023-07-19T18:40:10.452ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ddf5591e-9b14-4d05-a20a-fb5e3afdf44b resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8562023-07-19T18:40:10.453ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ddf5591e-9b14-4d05-a20a-fb5e3afdf44b roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8572023-07-19T18:40:10.455ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ddf5591e-9b14-4d05-a20a-fb5e3afdf44b resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8582023-07-19T18:40:10.455ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ddf5591e-9b14-4d05-a20a-fb5e3afdf44b roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8592023-07-19T18:40:10.455ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ddf5591e-9b14-4d05-a20a-fb5e3afdf44b resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8602023-07-19T18:40:10.456ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ddf5591e-9b14-4d05-a20a-fb5e3afdf44b roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8612023-07-19T18:40:10.456ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ddf5591e-9b14-4d05-a20a-fb5e3afdf44b resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8622023-07-19T18:40:10.457ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ddf5591e-9b14-4d05-a20a-fb5e3afdf44b roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8632023-07-19T18:40:10.459ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ddf5591e-9b14-4d05-a20a-fb5e3afdf44b resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8642023-07-19T18:40:10.459ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ddf5591e-9b14-4d05-a20a-fb5e3afdf44b roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8652023-07-19T18:40:10.459ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ddf5591e-9b14-4d05-a20a-fb5e3afdf44b resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8662023-07-19T18:40:10.460ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ddf5591e-9b14-4d05-a20a-fb5e3afdf44b roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8672023-07-19T18:40:10.462ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ddf5591e-9b14-4d05-a20a-fb5e3afdf44b resource = IpPoolList result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8682023-07-19T18:40:10.462ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ddf5591e-9b14-4d05-a20a-fb5e3afdf44b roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8692023-07-19T18:40:10.462ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ddf5591e-9b14-4d05-a20a-fb5e3afdf44b resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8702023-07-19T18:40:10.463ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ddf5591e-9b14-4d05-a20a-fb5e3afdf44b roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8712023-07-19T18:40:10.464ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ddf5591e-9b14-4d05-a20a-fb5e3afdf44b resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8722023-07-19T18:40:10.464ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ddf5591e-9b14-4d05-a20a-fb5e3afdf44b roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8732023-07-19T18:40:10.465ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ddf5591e-9b14-4d05-a20a-fb5e3afdf44b resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8742023-07-19T18:40:10.465ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ddf5591e-9b14-4d05-a20a-fb5e3afdf44b roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8752023-07-19T18:40:10.467ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ddf5591e-9b14-4d05-a20a-fb5e3afdf44b resource = IpPool { parent: Fleet, key: d61d6a28-ef8b-479f-be5b-463c43cbaa6f, lookup_type: ByCompositeId("Service IP Pool") } result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8762023-07-19T18:40:10.504ZINFOnexus (dropshot_internal): request completed error_message_external = Internal Server Error error_message_internal = failed to insert Service record: Object (of type ById(7150410d-305b-4dec-b4b1-e5eeda1649db)) not found: sled local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ddf5591e-9b14-4d05-a20a-fb5e3afdf44b response_code = 500 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8772023-07-19T18:40:10.592ZINFOnexus: upserting physical disk model = synthetic-model serial = synthetic-serial-e4b4dc87-ab46-49fb-a4b4-d361ae214c03 sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db vendor = synthetic-vendor
8782023-07-19T18:40:10.592ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = be6770cd-5a20-4a2b-b0a9-480926c870c1 roles = RoleSet { roles: {} } uri = /physical-disk
8792023-07-19T18:40:10.592ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = be6770cd-5a20-4a2b-b0a9-480926c870c1 resource = Database result = Ok(()) uri = /physical-disk
8802023-07-19T18:40:10.593ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = be6770cd-5a20-4a2b-b0a9-480926c870c1 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /physical-disk
8812023-07-19T18:40:10.595ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = be6770cd-5a20-4a2b-b0a9-480926c870c1 resource = Fleet result = Ok(()) uri = /physical-disk
8822023-07-19T18:40:10.624ZINFOnexus (dropshot_internal): request completed error_message_external = not found: sled with id "7150410d-305b-4dec-b4b1-e5eeda1649db" error_message_internal = not found: sled with id "7150410d-305b-4dec-b4b1-e5eeda1649db" local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = be6770cd-5a20-4a2b-b0a9-480926c870c1 response_code = 404 uri = /physical-disk
8832023-07-19T18:40:10.680ZINFOnexus: upserting physical disk model = synthetic-model serial = synthetic-serial-14b4dc87-ab46-49fb-a4b4-d361ae214c03 sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db vendor = synthetic-vendor
8842023-07-19T18:40:10.680ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = 458280b2-9864-4491-9d25-5f2baeb6731d roles = RoleSet { roles: {} } uri = /physical-disk
8852023-07-19T18:40:10.680ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = 458280b2-9864-4491-9d25-5f2baeb6731d resource = Database result = Ok(()) uri = /physical-disk
8862023-07-19T18:40:10.681ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = 458280b2-9864-4491-9d25-5f2baeb6731d roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /physical-disk
8872023-07-19T18:40:10.683ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = 458280b2-9864-4491-9d25-5f2baeb6731d resource = Fleet result = Ok(()) uri = /physical-disk
8882023-07-19T18:40:10.710ZINFOnexus (dropshot_internal): request completed error_message_external = not found: sled with id "7150410d-305b-4dec-b4b1-e5eeda1649db" error_message_internal = not found: sled with id "7150410d-305b-4dec-b4b1-e5eeda1649db" local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = 458280b2-9864-4491-9d25-5f2baeb6731d response_code = 404 uri = /physical-disk
8892023-07-19T18:40:10.742ZINFOnexus: upserting physical disk model = synthetic-model serial = synthetic-serial-a462a7f7-b628-40fe-80ff-4e4189e2d62b sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db vendor = synthetic-vendor
8902023-07-19T18:40:10.742ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = 588a546c-21fd-423d-8eac-1221c3c594ea roles = RoleSet { roles: {} } uri = /physical-disk
8912023-07-19T18:40:10.742ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = 588a546c-21fd-423d-8eac-1221c3c594ea resource = Database result = Ok(()) uri = /physical-disk
8922023-07-19T18:40:10.743ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = 588a546c-21fd-423d-8eac-1221c3c594ea roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /physical-disk
8932023-07-19T18:40:10.745ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = 588a546c-21fd-423d-8eac-1221c3c594ea resource = Fleet result = Ok(()) uri = /physical-disk
8942023-07-19T18:40:10.747ZINFOnexus (dropshot_internal): request completed error_message_external = not found: sled with id "7150410d-305b-4dec-b4b1-e5eeda1649db" error_message_internal = not found: sled with id "7150410d-305b-4dec-b4b1-e5eeda1649db" local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = 588a546c-21fd-423d-8eac-1221c3c594ea response_code = 404 uri = /physical-disk
8952023-07-19T18:40:10.801ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 4d881d73-c86b-4934-8136-e24a5af10c1c roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8962023-07-19T18:40:10.801ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 4d881d73-c86b-4934-8136-e24a5af10c1c resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8972023-07-19T18:40:10.802ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 4d881d73-c86b-4934-8136-e24a5af10c1c roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8982023-07-19T18:40:10.803ZDEBGnexus (dropshot_internal): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 4d881d73-c86b-4934-8136-e24a5af10c1c resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
8992023-07-19T18:40:10.803ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 4d881d73-c86b-4934-8136-e24a5af10c1c roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9002023-07-19T18:40:10.803ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 4d881d73-c86b-4934-8136-e24a5af10c1c resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9012023-07-19T18:40:10.804ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 4d881d73-c86b-4934-8136-e24a5af10c1c roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9022023-07-19T18:40:10.806ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 4d881d73-c86b-4934-8136-e24a5af10c1c resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9032023-07-19T18:40:10.806ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 4d881d73-c86b-4934-8136-e24a5af10c1c roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9042023-07-19T18:40:10.806ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 4d881d73-c86b-4934-8136-e24a5af10c1c resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9052023-07-19T18:40:10.808ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 4d881d73-c86b-4934-8136-e24a5af10c1c roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9062023-07-19T18:40:10.808ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 4d881d73-c86b-4934-8136-e24a5af10c1c resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9072023-07-19T18:40:10.809ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 4d881d73-c86b-4934-8136-e24a5af10c1c roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9082023-07-19T18:40:10.810ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 4d881d73-c86b-4934-8136-e24a5af10c1c resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9092023-07-19T18:40:10.810ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 4d881d73-c86b-4934-8136-e24a5af10c1c roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9102023-07-19T18:40:10.811ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 4d881d73-c86b-4934-8136-e24a5af10c1c resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9112023-07-19T18:40:10.812ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 4d881d73-c86b-4934-8136-e24a5af10c1c roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9122023-07-19T18:40:10.812ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 4d881d73-c86b-4934-8136-e24a5af10c1c resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9132023-07-19T18:40:10.813ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 4d881d73-c86b-4934-8136-e24a5af10c1c roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9142023-07-19T18:40:10.814ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 4d881d73-c86b-4934-8136-e24a5af10c1c resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9152023-07-19T18:40:10.814ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 4d881d73-c86b-4934-8136-e24a5af10c1c roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9162023-07-19T18:40:10.814ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 4d881d73-c86b-4934-8136-e24a5af10c1c resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9172023-07-19T18:40:10.815ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 4d881d73-c86b-4934-8136-e24a5af10c1c roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9182023-07-19T18:40:10.818ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 4d881d73-c86b-4934-8136-e24a5af10c1c resource = IpPoolList result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9192023-07-19T18:40:10.818ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 4d881d73-c86b-4934-8136-e24a5af10c1c roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9202023-07-19T18:40:10.818ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 4d881d73-c86b-4934-8136-e24a5af10c1c resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9212023-07-19T18:40:10.818ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 4d881d73-c86b-4934-8136-e24a5af10c1c roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9222023-07-19T18:40:10.819ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 4d881d73-c86b-4934-8136-e24a5af10c1c resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9232023-07-19T18:40:10.819ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 4d881d73-c86b-4934-8136-e24a5af10c1c roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9242023-07-19T18:40:10.820ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 4d881d73-c86b-4934-8136-e24a5af10c1c resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9252023-07-19T18:40:10.820ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 4d881d73-c86b-4934-8136-e24a5af10c1c roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9262023-07-19T18:40:10.822ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 4d881d73-c86b-4934-8136-e24a5af10c1c resource = IpPool { parent: Fleet, key: d61d6a28-ef8b-479f-be5b-463c43cbaa6f, lookup_type: ByCompositeId("Service IP Pool") } result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9272023-07-19T18:40:10.855ZINFOnexus (dropshot_internal): request completed error_message_external = Internal Server Error error_message_internal = failed to insert Service record: Object (of type ById(7150410d-305b-4dec-b4b1-e5eeda1649db)) not found: sled local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 4d881d73-c86b-4934-8136-e24a5af10c1c response_code = 500 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9282023-07-19T18:40:10.998ZINFOnexus: upserting zpool sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db zpool_id = d462a7f7-b628-40fe-80ff-4e4189e2d62b
9292023-07-19T18:40:10.998ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = 37dbd122-9744-46c5-8db2-5d07c5f2587c roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/d462a7f7-b628-40fe-80ff-4e4189e2d62b
9302023-07-19T18:40:10.999ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = 37dbd122-9744-46c5-8db2-5d07c5f2587c resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/d462a7f7-b628-40fe-80ff-4e4189e2d62b
9312023-07-19T18:40:11.000ZINFOnexus (dropshot_internal): request completed error_message_external = not found: physical-disk with id "vendor = "synthetic-vendor", serial = "synthetic-serial-d462a7f7-b628-40fe-80ff-4e4189e2d62b", model = "synthetic-model"" error_message_internal = not found: physical-disk with id "vendor = "synthetic-vendor", serial = "synthetic-serial-d462a7f7-b628-40fe-80ff-4e4189e2d62b", model = "synthetic-model"" local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = 37dbd122-9744-46c5-8db2-5d07c5f2587c response_code = 404 uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/d462a7f7-b628-40fe-80ff-4e4189e2d62b
9322023-07-19T18:40:11.075ZDEBGnexus (ServiceBalancer): roles roles = RoleSet { roles: {} }
9332023-07-19T18:40:11.075ZDEBGnexus (ServiceBalancer): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-00000000bac3, .. }) resource = Database result = Ok(())
9342023-07-19T18:40:11.076ZDEBGnexus (ServiceBalancer): roles roles = RoleSet { roles: {} }
9352023-07-19T18:40:11.076ZDEBGnexus (ServiceBalancer): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-00000000bac3, .. }) resource = Database result = Ok(())
9362023-07-19T18:40:11.077ZDEBGnexus (ServiceBalancer): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
9372023-07-19T18:40:11.080ZDEBGnexus (ServiceBalancer): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-00000000bac3, .. }) resource = Rack { parent: Fleet, key: 4cb0fae9-ee43-444f-8d2a-2c1d23f8c707, lookup_type: ById(4cb0fae9-ee43-444f-8d2a-2c1d23f8c707) } result = Ok(())
9382023-07-19T18:40:11.080ZINFOnexus: Still waiting for rack initialization: Rack { identity: RackIdentity { id: 4cb0fae9-ee43-444f-8d2a-2c1d23f8c707, time_created: 2023-07-19T18:40:09.575358Z, time_modified: 2023-07-19T18:40:09.575358Z }, initialized: false, tuf_base_url: None }
9392023-07-19T18:40:11.175ZINFOnexus: upserting zpool sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db zpool_id = f4b4dc87-ab46-49fb-a4b4-d361ae214c03
9402023-07-19T18:40:11.175ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = edda90f3-84e9-4c2d-b0af-91962d9fb2d5 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/f4b4dc87-ab46-49fb-a4b4-d361ae214c03
9412023-07-19T18:40:11.176ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = edda90f3-84e9-4c2d-b0af-91962d9fb2d5 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/f4b4dc87-ab46-49fb-a4b4-d361ae214c03
9422023-07-19T18:40:11.177ZINFOnexus (dropshot_internal): request completed error_message_external = not found: physical-disk with id "vendor = "synthetic-vendor", serial = "synthetic-serial-f4b4dc87-ab46-49fb-a4b4-d361ae214c03", model = "synthetic-model"" error_message_internal = not found: physical-disk with id "vendor = "synthetic-vendor", serial = "synthetic-serial-f4b4dc87-ab46-49fb-a4b4-d361ae214c03", model = "synthetic-model"" local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = edda90f3-84e9-4c2d-b0af-91962d9fb2d5 response_code = 404 uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/f4b4dc87-ab46-49fb-a4b4-d361ae214c03
9432023-07-19T18:40:11.345ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = f30cb151-8f33-42ac-893a-78e36b5759c9 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9442023-07-19T18:40:11.346ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = f30cb151-8f33-42ac-893a-78e36b5759c9 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9452023-07-19T18:40:11.347ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = f30cb151-8f33-42ac-893a-78e36b5759c9 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9462023-07-19T18:40:11.348ZDEBGnexus (dropshot_internal): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = f30cb151-8f33-42ac-893a-78e36b5759c9 resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9472023-07-19T18:40:11.348ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = f30cb151-8f33-42ac-893a-78e36b5759c9 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9482023-07-19T18:40:11.348ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = f30cb151-8f33-42ac-893a-78e36b5759c9 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9492023-07-19T18:40:11.349ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = f30cb151-8f33-42ac-893a-78e36b5759c9 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9502023-07-19T18:40:11.351ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = f30cb151-8f33-42ac-893a-78e36b5759c9 resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9512023-07-19T18:40:11.351ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = f30cb151-8f33-42ac-893a-78e36b5759c9 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9522023-07-19T18:40:11.351ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = f30cb151-8f33-42ac-893a-78e36b5759c9 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9532023-07-19T18:40:11.355ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = f30cb151-8f33-42ac-893a-78e36b5759c9 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9542023-07-19T18:40:11.355ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = f30cb151-8f33-42ac-893a-78e36b5759c9 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9552023-07-19T18:40:11.356ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = f30cb151-8f33-42ac-893a-78e36b5759c9 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9562023-07-19T18:40:11.357ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = f30cb151-8f33-42ac-893a-78e36b5759c9 resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9572023-07-19T18:40:11.357ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = f30cb151-8f33-42ac-893a-78e36b5759c9 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9582023-07-19T18:40:11.358ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = f30cb151-8f33-42ac-893a-78e36b5759c9 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9592023-07-19T18:40:11.359ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = f30cb151-8f33-42ac-893a-78e36b5759c9 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9602023-07-19T18:40:11.359ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = f30cb151-8f33-42ac-893a-78e36b5759c9 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9612023-07-19T18:40:11.360ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = f30cb151-8f33-42ac-893a-78e36b5759c9 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9622023-07-19T18:40:11.362ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = f30cb151-8f33-42ac-893a-78e36b5759c9 resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9632023-07-19T18:40:11.362ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = f30cb151-8f33-42ac-893a-78e36b5759c9 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9642023-07-19T18:40:11.362ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = f30cb151-8f33-42ac-893a-78e36b5759c9 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9652023-07-19T18:40:11.363ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = f30cb151-8f33-42ac-893a-78e36b5759c9 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9662023-07-19T18:40:11.365ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = f30cb151-8f33-42ac-893a-78e36b5759c9 resource = IpPoolList result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9672023-07-19T18:40:11.365ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = f30cb151-8f33-42ac-893a-78e36b5759c9 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9682023-07-19T18:40:11.365ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = f30cb151-8f33-42ac-893a-78e36b5759c9 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9692023-07-19T18:40:11.366ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = f30cb151-8f33-42ac-893a-78e36b5759c9 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9702023-07-19T18:40:11.366ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = f30cb151-8f33-42ac-893a-78e36b5759c9 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9712023-07-19T18:40:11.367ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = f30cb151-8f33-42ac-893a-78e36b5759c9 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9722023-07-19T18:40:11.367ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = f30cb151-8f33-42ac-893a-78e36b5759c9 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9732023-07-19T18:40:11.368ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = f30cb151-8f33-42ac-893a-78e36b5759c9 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9742023-07-19T18:40:11.370ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = f30cb151-8f33-42ac-893a-78e36b5759c9 resource = IpPool { parent: Fleet, key: d61d6a28-ef8b-479f-be5b-463c43cbaa6f, lookup_type: ByCompositeId("Service IP Pool") } result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9752023-07-19T18:40:11.407ZINFOnexus (dropshot_internal): request completed error_message_external = Internal Server Error error_message_internal = failed to insert Service record: Object (of type ById(7150410d-305b-4dec-b4b1-e5eeda1649db)) not found: sled local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = f30cb151-8f33-42ac-893a-78e36b5759c9 response_code = 500 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9762023-07-19T18:40:11.601ZINFOnexus: upserting zpool sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db zpool_id = b462a7f7-b628-40fe-80ff-4e4189e2d62b
9772023-07-19T18:40:11.602ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = f0ddee7b-98ab-4ce6-bf04-d00d62218812 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/b462a7f7-b628-40fe-80ff-4e4189e2d62b
9782023-07-19T18:40:11.602ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = f0ddee7b-98ab-4ce6-bf04-d00d62218812 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/b462a7f7-b628-40fe-80ff-4e4189e2d62b
9792023-07-19T18:40:11.603ZINFOnexus (dropshot_internal): request completed error_message_external = not found: physical-disk with id "vendor = "synthetic-vendor", serial = "synthetic-serial-b462a7f7-b628-40fe-80ff-4e4189e2d62b", model = "synthetic-model"" error_message_internal = not found: physical-disk with id "vendor = "synthetic-vendor", serial = "synthetic-serial-b462a7f7-b628-40fe-80ff-4e4189e2d62b", model = "synthetic-model"" local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = f0ddee7b-98ab-4ce6-bf04-d00d62218812 response_code = 404 uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/b462a7f7-b628-40fe-80ff-4e4189e2d62b
9802023-07-19T18:40:11.625ZINFOnexus: upserting zpool sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db zpool_id = e4b4dc87-ab46-49fb-a4b4-d361ae214c03
9812023-07-19T18:40:11.625ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = 933e71cb-9463-4b37-951a-1b4f397ff034 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/e4b4dc87-ab46-49fb-a4b4-d361ae214c03
9822023-07-19T18:40:11.626ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = 933e71cb-9463-4b37-951a-1b4f397ff034 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/e4b4dc87-ab46-49fb-a4b4-d361ae214c03
9832023-07-19T18:40:11.627ZINFOnexus (dropshot_internal): request completed error_message_external = not found: physical-disk with id "vendor = "synthetic-vendor", serial = "synthetic-serial-e4b4dc87-ab46-49fb-a4b4-d361ae214c03", model = "synthetic-model"" error_message_internal = not found: physical-disk with id "vendor = "synthetic-vendor", serial = "synthetic-serial-e4b4dc87-ab46-49fb-a4b4-d361ae214c03", model = "synthetic-model"" local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = 933e71cb-9463-4b37-951a-1b4f397ff034 response_code = 404 uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/e4b4dc87-ab46-49fb-a4b4-d361ae214c03
9842023-07-19T18:40:11.746ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 2be3307c-1a96-4e4b-8a62-cda2b918247d roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9852023-07-19T18:40:11.746ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 2be3307c-1a96-4e4b-8a62-cda2b918247d resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9862023-07-19T18:40:11.748ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 2be3307c-1a96-4e4b-8a62-cda2b918247d roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9872023-07-19T18:40:11.749ZDEBGnexus (dropshot_internal): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 2be3307c-1a96-4e4b-8a62-cda2b918247d resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9882023-07-19T18:40:11.749ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 2be3307c-1a96-4e4b-8a62-cda2b918247d roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9892023-07-19T18:40:11.749ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 2be3307c-1a96-4e4b-8a62-cda2b918247d resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9902023-07-19T18:40:11.750ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 2be3307c-1a96-4e4b-8a62-cda2b918247d roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9912023-07-19T18:40:11.751ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 2be3307c-1a96-4e4b-8a62-cda2b918247d resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9922023-07-19T18:40:11.751ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 2be3307c-1a96-4e4b-8a62-cda2b918247d roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9932023-07-19T18:40:11.751ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 2be3307c-1a96-4e4b-8a62-cda2b918247d resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9942023-07-19T18:40:11.754ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 2be3307c-1a96-4e4b-8a62-cda2b918247d roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9952023-07-19T18:40:11.754ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 2be3307c-1a96-4e4b-8a62-cda2b918247d resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9962023-07-19T18:40:11.755ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 2be3307c-1a96-4e4b-8a62-cda2b918247d roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9972023-07-19T18:40:11.757ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 2be3307c-1a96-4e4b-8a62-cda2b918247d resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9982023-07-19T18:40:11.757ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 2be3307c-1a96-4e4b-8a62-cda2b918247d roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
9992023-07-19T18:40:11.757ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 2be3307c-1a96-4e4b-8a62-cda2b918247d resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10002023-07-19T18:40:11.758ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 2be3307c-1a96-4e4b-8a62-cda2b918247d roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10012023-07-19T18:40:11.759ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 2be3307c-1a96-4e4b-8a62-cda2b918247d resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10022023-07-19T18:40:11.760ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 2be3307c-1a96-4e4b-8a62-cda2b918247d roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10032023-07-19T18:40:11.761ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 2be3307c-1a96-4e4b-8a62-cda2b918247d resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10042023-07-19T18:40:11.761ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 2be3307c-1a96-4e4b-8a62-cda2b918247d roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10052023-07-19T18:40:11.761ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 2be3307c-1a96-4e4b-8a62-cda2b918247d resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10062023-07-19T18:40:11.762ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 2be3307c-1a96-4e4b-8a62-cda2b918247d roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10072023-07-19T18:40:11.764ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 2be3307c-1a96-4e4b-8a62-cda2b918247d resource = IpPoolList result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10082023-07-19T18:40:11.764ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 2be3307c-1a96-4e4b-8a62-cda2b918247d roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10092023-07-19T18:40:11.764ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 2be3307c-1a96-4e4b-8a62-cda2b918247d resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10102023-07-19T18:40:11.765ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 2be3307c-1a96-4e4b-8a62-cda2b918247d roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10112023-07-19T18:40:11.766ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 2be3307c-1a96-4e4b-8a62-cda2b918247d resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10122023-07-19T18:40:11.766ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 2be3307c-1a96-4e4b-8a62-cda2b918247d roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10132023-07-19T18:40:11.766ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 2be3307c-1a96-4e4b-8a62-cda2b918247d resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10142023-07-19T18:40:11.767ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 2be3307c-1a96-4e4b-8a62-cda2b918247d roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10152023-07-19T18:40:11.769ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 2be3307c-1a96-4e4b-8a62-cda2b918247d resource = IpPool { parent: Fleet, key: d61d6a28-ef8b-479f-be5b-463c43cbaa6f, lookup_type: ByCompositeId("Service IP Pool") } result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10162023-07-19T18:40:11.801ZINFOnexus (dropshot_internal): request completed error_message_external = Internal Server Error error_message_internal = failed to insert Service record: Object (of type ById(7150410d-305b-4dec-b4b1-e5eeda1649db)) not found: sled local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 2be3307c-1a96-4e4b-8a62-cda2b918247d response_code = 500 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10172023-07-19T18:40:11.891ZINFOnexus: upserting physical disk model = synthetic-model serial = synthetic-serial-14b4dc87-ab46-49fb-a4b4-d361ae214c03 sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db vendor = synthetic-vendor
10182023-07-19T18:40:11.891ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = 6c99d3c3-e5e8-4367-b4e6-f1f64ef1902d roles = RoleSet { roles: {} } uri = /physical-disk
10192023-07-19T18:40:11.891ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = 6c99d3c3-e5e8-4367-b4e6-f1f64ef1902d resource = Database result = Ok(()) uri = /physical-disk
10202023-07-19T18:40:11.892ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = 6c99d3c3-e5e8-4367-b4e6-f1f64ef1902d roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /physical-disk
10212023-07-19T18:40:11.894ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = 6c99d3c3-e5e8-4367-b4e6-f1f64ef1902d resource = Fleet result = Ok(()) uri = /physical-disk
10222023-07-19T18:40:11.896ZINFOnexus (dropshot_internal): request completed error_message_external = not found: sled with id "7150410d-305b-4dec-b4b1-e5eeda1649db" error_message_internal = not found: sled with id "7150410d-305b-4dec-b4b1-e5eeda1649db" local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = 6c99d3c3-e5e8-4367-b4e6-f1f64ef1902d response_code = 404 uri = /physical-disk
10232023-07-19T18:40:11.967ZINFOnexus: upserting physical disk model = synthetic-model serial = synthetic-serial-e4b4dc87-ab46-49fb-a4b4-d361ae214c03 sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db vendor = synthetic-vendor
10242023-07-19T18:40:11.967ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = b21356e6-50e7-4deb-9c7e-44e423347909 roles = RoleSet { roles: {} } uri = /physical-disk
10252023-07-19T18:40:11.968ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = b21356e6-50e7-4deb-9c7e-44e423347909 resource = Database result = Ok(()) uri = /physical-disk
10262023-07-19T18:40:11.969ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = b21356e6-50e7-4deb-9c7e-44e423347909 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /physical-disk
10272023-07-19T18:40:11.970ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = b21356e6-50e7-4deb-9c7e-44e423347909 resource = Fleet result = Ok(()) uri = /physical-disk
10282023-07-19T18:40:11.997ZINFOnexus (dropshot_internal): accepted connection local_addr = [fd00:1122:3344:101::c]:12221 remote_addr = [fd00:1122:3344:101::1]:37547
10292023-07-19T18:40:11.997ZINFOnexus: upserting physical disk model = synthetic-model serial = synthetic-serial-a462a7f7-b628-40fe-80ff-4e4189e2d62b sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db vendor = synthetic-vendor
10302023-07-19T18:40:11.997ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 9131390e-db39-4ded-93c3-5176c89c6eb0 roles = RoleSet { roles: {} } uri = /physical-disk
10312023-07-19T18:40:11.998ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 9131390e-db39-4ded-93c3-5176c89c6eb0 resource = Database result = Ok(()) uri = /physical-disk
10322023-07-19T18:40:11.998ZINFOnexus (dropshot_internal): request completed error_message_external = not found: sled with id "7150410d-305b-4dec-b4b1-e5eeda1649db" error_message_internal = not found: sled with id "7150410d-305b-4dec-b4b1-e5eeda1649db" local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = b21356e6-50e7-4deb-9c7e-44e423347909 response_code = 404 uri = /physical-disk
10332023-07-19T18:40:11.999ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 9131390e-db39-4ded-93c3-5176c89c6eb0 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /physical-disk
10342023-07-19T18:40:12.000ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 9131390e-db39-4ded-93c3-5176c89c6eb0 resource = Fleet result = Ok(()) uri = /physical-disk
10352023-07-19T18:40:12.031ZINFOnexus (dropshot_internal): request completed error_message_external = not found: sled with id "7150410d-305b-4dec-b4b1-e5eeda1649db" error_message_internal = not found: sled with id "7150410d-305b-4dec-b4b1-e5eeda1649db" local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 9131390e-db39-4ded-93c3-5176c89c6eb0 response_code = 404 uri = /physical-disk
10362023-07-19T18:40:12.324ZINFOnexus: upserting zpool sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db zpool_id = 14b4dc87-ab46-49fb-a4b4-d361ae214c03
10372023-07-19T18:40:12.324ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 130def8e-d109-4bb9-869f-ef2d69282711 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/14b4dc87-ab46-49fb-a4b4-d361ae214c03
10382023-07-19T18:40:12.324ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 130def8e-d109-4bb9-869f-ef2d69282711 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/14b4dc87-ab46-49fb-a4b4-d361ae214c03
10392023-07-19T18:40:12.326ZINFOnexus (dropshot_internal): request completed error_message_external = not found: physical-disk with id "vendor = "synthetic-vendor", serial = "synthetic-serial-14b4dc87-ab46-49fb-a4b4-d361ae214c03", model = "synthetic-model"" error_message_internal = not found: physical-disk with id "vendor = "synthetic-vendor", serial = "synthetic-serial-14b4dc87-ab46-49fb-a4b4-d361ae214c03", model = "synthetic-model"" local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 130def8e-d109-4bb9-869f-ef2d69282711 response_code = 404 uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/14b4dc87-ab46-49fb-a4b4-d361ae214c03
10402023-07-19T18:40:12.457ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 59f86650-38f5-4b68-82bc-b64aab9fabca roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10412023-07-19T18:40:12.457ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 59f86650-38f5-4b68-82bc-b64aab9fabca resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10422023-07-19T18:40:12.459ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 59f86650-38f5-4b68-82bc-b64aab9fabca roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10432023-07-19T18:40:12.460ZDEBGnexus (dropshot_internal): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 59f86650-38f5-4b68-82bc-b64aab9fabca resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10442023-07-19T18:40:12.460ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 59f86650-38f5-4b68-82bc-b64aab9fabca roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10452023-07-19T18:40:12.460ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 59f86650-38f5-4b68-82bc-b64aab9fabca resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10462023-07-19T18:40:12.461ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 59f86650-38f5-4b68-82bc-b64aab9fabca roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10472023-07-19T18:40:12.463ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 59f86650-38f5-4b68-82bc-b64aab9fabca resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10482023-07-19T18:40:12.463ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 59f86650-38f5-4b68-82bc-b64aab9fabca roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10492023-07-19T18:40:12.463ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 59f86650-38f5-4b68-82bc-b64aab9fabca resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10502023-07-19T18:40:12.467ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 59f86650-38f5-4b68-82bc-b64aab9fabca roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10512023-07-19T18:40:12.467ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 59f86650-38f5-4b68-82bc-b64aab9fabca resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10522023-07-19T18:40:12.468ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 59f86650-38f5-4b68-82bc-b64aab9fabca roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10532023-07-19T18:40:12.470ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 59f86650-38f5-4b68-82bc-b64aab9fabca resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10542023-07-19T18:40:12.470ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 59f86650-38f5-4b68-82bc-b64aab9fabca roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10552023-07-19T18:40:12.470ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 59f86650-38f5-4b68-82bc-b64aab9fabca resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10562023-07-19T18:40:12.499ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 59f86650-38f5-4b68-82bc-b64aab9fabca roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10572023-07-19T18:40:12.499ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 59f86650-38f5-4b68-82bc-b64aab9fabca resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10582023-07-19T18:40:12.500ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 59f86650-38f5-4b68-82bc-b64aab9fabca roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10592023-07-19T18:40:12.502ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 59f86650-38f5-4b68-82bc-b64aab9fabca resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10602023-07-19T18:40:12.502ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 59f86650-38f5-4b68-82bc-b64aab9fabca roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10612023-07-19T18:40:12.502ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 59f86650-38f5-4b68-82bc-b64aab9fabca resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10622023-07-19T18:40:12.503ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 59f86650-38f5-4b68-82bc-b64aab9fabca roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10632023-07-19T18:40:12.505ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 59f86650-38f5-4b68-82bc-b64aab9fabca resource = IpPoolList result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10642023-07-19T18:40:12.505ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 59f86650-38f5-4b68-82bc-b64aab9fabca roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10652023-07-19T18:40:12.506ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 59f86650-38f5-4b68-82bc-b64aab9fabca resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10662023-07-19T18:40:12.507ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 59f86650-38f5-4b68-82bc-b64aab9fabca roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10672023-07-19T18:40:12.507ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 59f86650-38f5-4b68-82bc-b64aab9fabca resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10682023-07-19T18:40:12.507ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 59f86650-38f5-4b68-82bc-b64aab9fabca roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10692023-07-19T18:40:12.508ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 59f86650-38f5-4b68-82bc-b64aab9fabca resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10702023-07-19T18:40:12.509ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 59f86650-38f5-4b68-82bc-b64aab9fabca roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10712023-07-19T18:40:12.510ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 59f86650-38f5-4b68-82bc-b64aab9fabca resource = IpPool { parent: Fleet, key: d61d6a28-ef8b-479f-be5b-463c43cbaa6f, lookup_type: ByCompositeId("Service IP Pool") } result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10722023-07-19T18:40:12.517ZINFOnexus (dropshot_internal): request completed error_message_external = Internal Server Error error_message_internal = failed to insert Service record: Object (of type ById(7150410d-305b-4dec-b4b1-e5eeda1649db)) not found: sled local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 59f86650-38f5-4b68-82bc-b64aab9fabca response_code = 500 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10732023-07-19T18:40:12.585ZINFOnexus: upserting zpool sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db zpool_id = b462a7f7-b628-40fe-80ff-4e4189e2d62b
10742023-07-19T18:40:12.585ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 3b70b86f-5ffb-440b-867c-96ec59088f3a roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/b462a7f7-b628-40fe-80ff-4e4189e2d62b
10752023-07-19T18:40:12.586ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 3b70b86f-5ffb-440b-867c-96ec59088f3a resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/b462a7f7-b628-40fe-80ff-4e4189e2d62b
10762023-07-19T18:40:12.587ZINFOnexus (dropshot_internal): request completed error_message_external = not found: physical-disk with id "vendor = "synthetic-vendor", serial = "synthetic-serial-b462a7f7-b628-40fe-80ff-4e4189e2d62b", model = "synthetic-model"" error_message_internal = not found: physical-disk with id "vendor = "synthetic-vendor", serial = "synthetic-serial-b462a7f7-b628-40fe-80ff-4e4189e2d62b", model = "synthetic-model"" local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 3b70b86f-5ffb-440b-867c-96ec59088f3a response_code = 404 uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/b462a7f7-b628-40fe-80ff-4e4189e2d62b
10772023-07-19T18:40:12.841ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a6e798f7-4996-4c18-90d0-c8ba7c23bc7b roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10782023-07-19T18:40:12.841ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a6e798f7-4996-4c18-90d0-c8ba7c23bc7b resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10792023-07-19T18:40:12.843ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a6e798f7-4996-4c18-90d0-c8ba7c23bc7b roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10802023-07-19T18:40:12.844ZDEBGnexus (dropshot_internal): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a6e798f7-4996-4c18-90d0-c8ba7c23bc7b resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10812023-07-19T18:40:12.844ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a6e798f7-4996-4c18-90d0-c8ba7c23bc7b roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10822023-07-19T18:40:12.844ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a6e798f7-4996-4c18-90d0-c8ba7c23bc7b resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10832023-07-19T18:40:12.846ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a6e798f7-4996-4c18-90d0-c8ba7c23bc7b roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10842023-07-19T18:40:12.847ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a6e798f7-4996-4c18-90d0-c8ba7c23bc7b resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10852023-07-19T18:40:12.847ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a6e798f7-4996-4c18-90d0-c8ba7c23bc7b roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10862023-07-19T18:40:12.847ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a6e798f7-4996-4c18-90d0-c8ba7c23bc7b resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10872023-07-19T18:40:12.851ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a6e798f7-4996-4c18-90d0-c8ba7c23bc7b roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10882023-07-19T18:40:12.851ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a6e798f7-4996-4c18-90d0-c8ba7c23bc7b resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10892023-07-19T18:40:12.852ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a6e798f7-4996-4c18-90d0-c8ba7c23bc7b roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10902023-07-19T18:40:12.853ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a6e798f7-4996-4c18-90d0-c8ba7c23bc7b resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10912023-07-19T18:40:12.853ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a6e798f7-4996-4c18-90d0-c8ba7c23bc7b roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10922023-07-19T18:40:12.854ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a6e798f7-4996-4c18-90d0-c8ba7c23bc7b resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10932023-07-19T18:40:12.855ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a6e798f7-4996-4c18-90d0-c8ba7c23bc7b roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10942023-07-19T18:40:12.855ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a6e798f7-4996-4c18-90d0-c8ba7c23bc7b resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10952023-07-19T18:40:12.856ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a6e798f7-4996-4c18-90d0-c8ba7c23bc7b roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10962023-07-19T18:40:12.858ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a6e798f7-4996-4c18-90d0-c8ba7c23bc7b resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10972023-07-19T18:40:12.858ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a6e798f7-4996-4c18-90d0-c8ba7c23bc7b roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10982023-07-19T18:40:12.858ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a6e798f7-4996-4c18-90d0-c8ba7c23bc7b resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
10992023-07-19T18:40:12.859ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a6e798f7-4996-4c18-90d0-c8ba7c23bc7b roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11002023-07-19T18:40:12.861ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a6e798f7-4996-4c18-90d0-c8ba7c23bc7b resource = IpPoolList result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11012023-07-19T18:40:12.861ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a6e798f7-4996-4c18-90d0-c8ba7c23bc7b roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11022023-07-19T18:40:12.862ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a6e798f7-4996-4c18-90d0-c8ba7c23bc7b resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11032023-07-19T18:40:12.862ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a6e798f7-4996-4c18-90d0-c8ba7c23bc7b roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11042023-07-19T18:40:12.863ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a6e798f7-4996-4c18-90d0-c8ba7c23bc7b resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11052023-07-19T18:40:12.863ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a6e798f7-4996-4c18-90d0-c8ba7c23bc7b roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11062023-07-19T18:40:12.864ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a6e798f7-4996-4c18-90d0-c8ba7c23bc7b resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11072023-07-19T18:40:12.865ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a6e798f7-4996-4c18-90d0-c8ba7c23bc7b roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11082023-07-19T18:40:12.867ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a6e798f7-4996-4c18-90d0-c8ba7c23bc7b resource = IpPool { parent: Fleet, key: d61d6a28-ef8b-479f-be5b-463c43cbaa6f, lookup_type: ByCompositeId("Service IP Pool") } result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11092023-07-19T18:40:12.874ZINFOnexus (dropshot_internal): request completed error_message_external = Internal Server Error error_message_internal = failed to insert Service record: Object (of type ById(7150410d-305b-4dec-b4b1-e5eeda1649db)) not found: sled local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a6e798f7-4996-4c18-90d0-c8ba7c23bc7b response_code = 500 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11102023-07-19T18:40:13.081ZDEBGnexus (ServiceBalancer): roles roles = RoleSet { roles: {} }
11112023-07-19T18:40:13.081ZDEBGnexus (ServiceBalancer): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-00000000bac3, .. }) resource = Database result = Ok(())
11122023-07-19T18:40:13.082ZDEBGnexus (ServiceBalancer): roles roles = RoleSet { roles: {} }
11132023-07-19T18:40:13.083ZDEBGnexus (ServiceBalancer): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-00000000bac3, .. }) resource = Database result = Ok(())
11142023-07-19T18:40:13.084ZDEBGnexus (ServiceBalancer): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
11152023-07-19T18:40:13.086ZDEBGnexus (ServiceBalancer): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-00000000bac3, .. }) resource = Rack { parent: Fleet, key: 4cb0fae9-ee43-444f-8d2a-2c1d23f8c707, lookup_type: ById(4cb0fae9-ee43-444f-8d2a-2c1d23f8c707) } result = Ok(())
11162023-07-19T18:40:13.086ZINFOnexus: Still waiting for rack initialization: Rack { identity: RackIdentity { id: 4cb0fae9-ee43-444f-8d2a-2c1d23f8c707, time_created: 2023-07-19T18:40:09.575358Z, time_modified: 2023-07-19T18:40:09.575358Z }, initialized: false, tuf_base_url: None }
11172023-07-19T18:40:13.150ZINFOnexus: upserting physical disk model = synthetic-model serial = synthetic-serial-f4b4dc87-ab46-49fb-a4b4-d361ae214c03 sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db vendor = synthetic-vendor
11182023-07-19T18:40:13.150ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = d0872656-641e-431d-8721-900c08a8f163 roles = RoleSet { roles: {} } uri = /physical-disk
11192023-07-19T18:40:13.151ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = d0872656-641e-431d-8721-900c08a8f163 resource = Database result = Ok(()) uri = /physical-disk
11202023-07-19T18:40:13.152ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = d0872656-641e-431d-8721-900c08a8f163 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /physical-disk
11212023-07-19T18:40:13.153ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = d0872656-641e-431d-8721-900c08a8f163 resource = Fleet result = Ok(()) uri = /physical-disk
11222023-07-19T18:40:13.156ZINFOnexus (dropshot_internal): request completed error_message_external = not found: sled with id "7150410d-305b-4dec-b4b1-e5eeda1649db" error_message_internal = not found: sled with id "7150410d-305b-4dec-b4b1-e5eeda1649db" local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = d0872656-641e-431d-8721-900c08a8f163 response_code = 404 uri = /physical-disk
11232023-07-19T18:40:13.442ZINFOnexus: upserting physical disk model = synthetic-model serial = synthetic-serial-a462a7f7-b628-40fe-80ff-4e4189e2d62b sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db vendor = synthetic-vendor
11242023-07-19T18:40:13.443ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 3cbfd106-a18e-448c-afee-8c469badcf81 roles = RoleSet { roles: {} } uri = /physical-disk
11252023-07-19T18:40:13.443ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 3cbfd106-a18e-448c-afee-8c469badcf81 resource = Database result = Ok(()) uri = /physical-disk
11262023-07-19T18:40:13.445ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 3cbfd106-a18e-448c-afee-8c469badcf81 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /physical-disk
11272023-07-19T18:40:13.447ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 3cbfd106-a18e-448c-afee-8c469badcf81 resource = Fleet result = Ok(()) uri = /physical-disk
11282023-07-19T18:40:13.449ZINFOnexus (dropshot_internal): request completed error_message_external = not found: sled with id "7150410d-305b-4dec-b4b1-e5eeda1649db" error_message_internal = not found: sled with id "7150410d-305b-4dec-b4b1-e5eeda1649db" local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 3cbfd106-a18e-448c-afee-8c469badcf81 response_code = 404 uri = /physical-disk
11292023-07-19T18:40:13.495ZINFOnexus: upserting physical disk model = synthetic-model serial = synthetic-serial-e4b4dc87-ab46-49fb-a4b4-d361ae214c03 sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db vendor = synthetic-vendor
11302023-07-19T18:40:13.495ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 442dc941-6a92-4750-b759-2bb45bf80f0e roles = RoleSet { roles: {} } uri = /physical-disk
11312023-07-19T18:40:13.495ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 442dc941-6a92-4750-b759-2bb45bf80f0e resource = Database result = Ok(()) uri = /physical-disk
11322023-07-19T18:40:13.497ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 442dc941-6a92-4750-b759-2bb45bf80f0e roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /physical-disk
11332023-07-19T18:40:13.498ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 442dc941-6a92-4750-b759-2bb45bf80f0e resource = Fleet result = Ok(()) uri = /physical-disk
11342023-07-19T18:40:13.501ZINFOnexus (dropshot_internal): request completed error_message_external = not found: sled with id "7150410d-305b-4dec-b4b1-e5eeda1649db" error_message_internal = not found: sled with id "7150410d-305b-4dec-b4b1-e5eeda1649db" local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 442dc941-6a92-4750-b759-2bb45bf80f0e response_code = 404 uri = /physical-disk
11352023-07-19T18:40:13.526ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a25375f8-4117-44bf-846f-80a22740c92e roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11362023-07-19T18:40:13.527ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a25375f8-4117-44bf-846f-80a22740c92e resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11372023-07-19T18:40:13.528ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a25375f8-4117-44bf-846f-80a22740c92e roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11382023-07-19T18:40:13.529ZDEBGnexus (dropshot_internal): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a25375f8-4117-44bf-846f-80a22740c92e resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11392023-07-19T18:40:13.529ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a25375f8-4117-44bf-846f-80a22740c92e roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11402023-07-19T18:40:13.529ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a25375f8-4117-44bf-846f-80a22740c92e resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11412023-07-19T18:40:13.530ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a25375f8-4117-44bf-846f-80a22740c92e roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11422023-07-19T18:40:13.531ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a25375f8-4117-44bf-846f-80a22740c92e resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11432023-07-19T18:40:13.531ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a25375f8-4117-44bf-846f-80a22740c92e roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11442023-07-19T18:40:13.531ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a25375f8-4117-44bf-846f-80a22740c92e resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11452023-07-19T18:40:13.534ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a25375f8-4117-44bf-846f-80a22740c92e roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11462023-07-19T18:40:13.534ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a25375f8-4117-44bf-846f-80a22740c92e resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11472023-07-19T18:40:13.535ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a25375f8-4117-44bf-846f-80a22740c92e roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11482023-07-19T18:40:13.537ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a25375f8-4117-44bf-846f-80a22740c92e resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11492023-07-19T18:40:13.537ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a25375f8-4117-44bf-846f-80a22740c92e roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11502023-07-19T18:40:13.537ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a25375f8-4117-44bf-846f-80a22740c92e resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11512023-07-19T18:40:13.538ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a25375f8-4117-44bf-846f-80a22740c92e roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11522023-07-19T18:40:13.539ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a25375f8-4117-44bf-846f-80a22740c92e resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11532023-07-19T18:40:13.540ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a25375f8-4117-44bf-846f-80a22740c92e roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11542023-07-19T18:40:13.541ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a25375f8-4117-44bf-846f-80a22740c92e resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11552023-07-19T18:40:13.541ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a25375f8-4117-44bf-846f-80a22740c92e roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11562023-07-19T18:40:13.541ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a25375f8-4117-44bf-846f-80a22740c92e resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11572023-07-19T18:40:13.542ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a25375f8-4117-44bf-846f-80a22740c92e roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11582023-07-19T18:40:13.544ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a25375f8-4117-44bf-846f-80a22740c92e resource = IpPoolList result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11592023-07-19T18:40:13.544ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a25375f8-4117-44bf-846f-80a22740c92e roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11602023-07-19T18:40:13.545ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a25375f8-4117-44bf-846f-80a22740c92e resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11612023-07-19T18:40:13.545ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a25375f8-4117-44bf-846f-80a22740c92e roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11622023-07-19T18:40:13.546ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a25375f8-4117-44bf-846f-80a22740c92e resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11632023-07-19T18:40:13.546ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a25375f8-4117-44bf-846f-80a22740c92e roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11642023-07-19T18:40:13.546ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a25375f8-4117-44bf-846f-80a22740c92e resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11652023-07-19T18:40:13.547ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a25375f8-4117-44bf-846f-80a22740c92e roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11662023-07-19T18:40:13.549ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a25375f8-4117-44bf-846f-80a22740c92e resource = IpPool { parent: Fleet, key: d61d6a28-ef8b-479f-be5b-463c43cbaa6f, lookup_type: ByCompositeId("Service IP Pool") } result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11672023-07-19T18:40:13.556ZINFOnexus (dropshot_internal): request completed error_message_external = Internal Server Error error_message_internal = failed to insert Service record: Object (of type ById(7150410d-305b-4dec-b4b1-e5eeda1649db)) not found: sled local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = a25375f8-4117-44bf-846f-80a22740c92e response_code = 500 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11682023-07-19T18:40:13.850ZINFOnexus: upserting physical disk model = synthetic-model serial = synthetic-serial-b462a7f7-b628-40fe-80ff-4e4189e2d62b sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db vendor = synthetic-vendor
11692023-07-19T18:40:13.850ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = bef53437-989e-4ead-9c0f-bf997a053ad4 roles = RoleSet { roles: {} } uri = /physical-disk
11702023-07-19T18:40:13.851ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = bef53437-989e-4ead-9c0f-bf997a053ad4 resource = Database result = Ok(()) uri = /physical-disk
11712023-07-19T18:40:13.852ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = bef53437-989e-4ead-9c0f-bf997a053ad4 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /physical-disk
11722023-07-19T18:40:13.854ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = bef53437-989e-4ead-9c0f-bf997a053ad4 resource = Fleet result = Ok(()) uri = /physical-disk
11732023-07-19T18:40:13.857ZINFOnexus (dropshot_internal): request completed error_message_external = not found: sled with id "7150410d-305b-4dec-b4b1-e5eeda1649db" error_message_internal = not found: sled with id "7150410d-305b-4dec-b4b1-e5eeda1649db" local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = bef53437-989e-4ead-9c0f-bf997a053ad4 response_code = 404 uri = /physical-disk
11742023-07-19T18:40:14.055ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 90f780a2-2c2a-4aa0-924f-04d1e35745ea roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11752023-07-19T18:40:14.056ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 90f780a2-2c2a-4aa0-924f-04d1e35745ea resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11762023-07-19T18:40:14.057ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 90f780a2-2c2a-4aa0-924f-04d1e35745ea roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11772023-07-19T18:40:14.058ZDEBGnexus (dropshot_internal): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 90f780a2-2c2a-4aa0-924f-04d1e35745ea resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11782023-07-19T18:40:14.058ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 90f780a2-2c2a-4aa0-924f-04d1e35745ea roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11792023-07-19T18:40:14.058ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 90f780a2-2c2a-4aa0-924f-04d1e35745ea resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11802023-07-19T18:40:14.059ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 90f780a2-2c2a-4aa0-924f-04d1e35745ea roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11812023-07-19T18:40:14.060ZINFOnexus: upserting physical disk model = synthetic-model serial = synthetic-serial-14b4dc87-ab46-49fb-a4b4-d361ae214c03 sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db vendor = synthetic-vendor
11822023-07-19T18:40:14.060ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = e1dc7552-8976-4f29-b113-50d2349ac15f roles = RoleSet { roles: {} } uri = /physical-disk
11832023-07-19T18:40:14.060ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = e1dc7552-8976-4f29-b113-50d2349ac15f resource = Database result = Ok(()) uri = /physical-disk
11842023-07-19T18:40:14.061ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 90f780a2-2c2a-4aa0-924f-04d1e35745ea resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11852023-07-19T18:40:14.061ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 90f780a2-2c2a-4aa0-924f-04d1e35745ea roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11862023-07-19T18:40:14.061ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 90f780a2-2c2a-4aa0-924f-04d1e35745ea resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11872023-07-19T18:40:14.061ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = e1dc7552-8976-4f29-b113-50d2349ac15f roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /physical-disk
11882023-07-19T18:40:14.063ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = e1dc7552-8976-4f29-b113-50d2349ac15f resource = Fleet result = Ok(()) uri = /physical-disk
11892023-07-19T18:40:14.063ZINFOnexus: upserting zpool sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db zpool_id = b462a7f7-b628-40fe-80ff-4e4189e2d62b
11902023-07-19T18:40:14.063ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = 05ab6b4b-3b37-4f58-8625-1ce132baaf76 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/b462a7f7-b628-40fe-80ff-4e4189e2d62b
11912023-07-19T18:40:14.063ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = 05ab6b4b-3b37-4f58-8625-1ce132baaf76 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/b462a7f7-b628-40fe-80ff-4e4189e2d62b
11922023-07-19T18:40:14.063ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 90f780a2-2c2a-4aa0-924f-04d1e35745ea roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11932023-07-19T18:40:14.063ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 90f780a2-2c2a-4aa0-924f-04d1e35745ea resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11942023-07-19T18:40:14.064ZINFOnexus (dropshot_internal): request completed error_message_external = not found: physical-disk with id "vendor = "synthetic-vendor", serial = "synthetic-serial-b462a7f7-b628-40fe-80ff-4e4189e2d62b", model = "synthetic-model"" error_message_internal = not found: physical-disk with id "vendor = "synthetic-vendor", serial = "synthetic-serial-b462a7f7-b628-40fe-80ff-4e4189e2d62b", model = "synthetic-model"" local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:50648 req_id = 05ab6b4b-3b37-4f58-8625-1ce132baaf76 response_code = 404 uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/b462a7f7-b628-40fe-80ff-4e4189e2d62b
11952023-07-19T18:40:14.065ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 90f780a2-2c2a-4aa0-924f-04d1e35745ea roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11962023-07-19T18:40:14.065ZINFOnexus (dropshot_internal): request completed error_message_external = not found: sled with id "7150410d-305b-4dec-b4b1-e5eeda1649db" error_message_internal = not found: sled with id "7150410d-305b-4dec-b4b1-e5eeda1649db" local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = e1dc7552-8976-4f29-b113-50d2349ac15f response_code = 404 uri = /physical-disk
11972023-07-19T18:40:14.066ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 90f780a2-2c2a-4aa0-924f-04d1e35745ea resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11982023-07-19T18:40:14.066ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 90f780a2-2c2a-4aa0-924f-04d1e35745ea roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
11992023-07-19T18:40:14.066ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 90f780a2-2c2a-4aa0-924f-04d1e35745ea resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12002023-07-19T18:40:14.068ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 90f780a2-2c2a-4aa0-924f-04d1e35745ea roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12012023-07-19T18:40:14.068ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 90f780a2-2c2a-4aa0-924f-04d1e35745ea resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12022023-07-19T18:40:14.069ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 90f780a2-2c2a-4aa0-924f-04d1e35745ea roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12032023-07-19T18:40:14.070ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 90f780a2-2c2a-4aa0-924f-04d1e35745ea resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12042023-07-19T18:40:14.070ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 90f780a2-2c2a-4aa0-924f-04d1e35745ea roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12052023-07-19T18:40:14.071ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 90f780a2-2c2a-4aa0-924f-04d1e35745ea resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12062023-07-19T18:40:14.072ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 90f780a2-2c2a-4aa0-924f-04d1e35745ea roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12072023-07-19T18:40:14.074ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 90f780a2-2c2a-4aa0-924f-04d1e35745ea resource = IpPoolList result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12082023-07-19T18:40:14.074ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 90f780a2-2c2a-4aa0-924f-04d1e35745ea roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12092023-07-19T18:40:14.074ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 90f780a2-2c2a-4aa0-924f-04d1e35745ea resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12102023-07-19T18:40:14.075ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 90f780a2-2c2a-4aa0-924f-04d1e35745ea roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12112023-07-19T18:40:14.076ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 90f780a2-2c2a-4aa0-924f-04d1e35745ea resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12122023-07-19T18:40:14.076ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 90f780a2-2c2a-4aa0-924f-04d1e35745ea roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12132023-07-19T18:40:14.077ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 90f780a2-2c2a-4aa0-924f-04d1e35745ea resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12142023-07-19T18:40:14.077ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 90f780a2-2c2a-4aa0-924f-04d1e35745ea roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12152023-07-19T18:40:14.079ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 90f780a2-2c2a-4aa0-924f-04d1e35745ea resource = IpPool { parent: Fleet, key: d61d6a28-ef8b-479f-be5b-463c43cbaa6f, lookup_type: ByCompositeId("Service IP Pool") } result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12162023-07-19T18:40:14.086ZINFOnexus (dropshot_internal): request completed error_message_external = Internal Server Error error_message_internal = failed to insert Service record: Object (of type ById(7150410d-305b-4dec-b4b1-e5eeda1649db)) not found: sled local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 90f780a2-2c2a-4aa0-924f-04d1e35745ea response_code = 500 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12172023-07-19T18:40:14.410ZINFOnexus: upserting zpool sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db zpool_id = a462a7f7-b628-40fe-80ff-4e4189e2d62b
12182023-07-19T18:40:14.410ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 7cef583d-2f74-41d4-be51-d5962637aa4e roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/a462a7f7-b628-40fe-80ff-4e4189e2d62b
12192023-07-19T18:40:14.410ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 7cef583d-2f74-41d4-be51-d5962637aa4e resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/a462a7f7-b628-40fe-80ff-4e4189e2d62b
12202023-07-19T18:40:14.411ZINFOnexus (dropshot_internal): request completed error_message_external = not found: physical-disk with id "vendor = "synthetic-vendor", serial = "synthetic-serial-a462a7f7-b628-40fe-80ff-4e4189e2d62b", model = "synthetic-model"" error_message_internal = not found: physical-disk with id "vendor = "synthetic-vendor", serial = "synthetic-serial-a462a7f7-b628-40fe-80ff-4e4189e2d62b", model = "synthetic-model"" local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 7cef583d-2f74-41d4-be51-d5962637aa4e response_code = 404 uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/a462a7f7-b628-40fe-80ff-4e4189e2d62b
12212023-07-19T18:40:14.847ZINFOnexus: upserting zpool sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db zpool_id = e4b4dc87-ab46-49fb-a4b4-d361ae214c03
12222023-07-19T18:40:14.847ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 9213dba5-9cb7-4ad9-95ce-9db58b7db4ac roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/e4b4dc87-ab46-49fb-a4b4-d361ae214c03
12232023-07-19T18:40:14.847ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 9213dba5-9cb7-4ad9-95ce-9db58b7db4ac resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/e4b4dc87-ab46-49fb-a4b4-d361ae214c03
12242023-07-19T18:40:14.849ZINFOnexus (dropshot_internal): request completed error_message_external = not found: physical-disk with id "vendor = "synthetic-vendor", serial = "synthetic-serial-e4b4dc87-ab46-49fb-a4b4-d361ae214c03", model = "synthetic-model"" error_message_internal = not found: physical-disk with id "vendor = "synthetic-vendor", serial = "synthetic-serial-e4b4dc87-ab46-49fb-a4b4-d361ae214c03", model = "synthetic-model"" local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 9213dba5-9cb7-4ad9-95ce-9db58b7db4ac response_code = 404 uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/e4b4dc87-ab46-49fb-a4b4-d361ae214c03
12252023-07-19T18:40:14.945ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = b1cbe4fc-f02c-4902-b7ef-0d03a7f3be9e roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12262023-07-19T18:40:14.946ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = b1cbe4fc-f02c-4902-b7ef-0d03a7f3be9e resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12272023-07-19T18:40:14.947ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = b1cbe4fc-f02c-4902-b7ef-0d03a7f3be9e roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12282023-07-19T18:40:14.948ZDEBGnexus (dropshot_internal): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = b1cbe4fc-f02c-4902-b7ef-0d03a7f3be9e resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12292023-07-19T18:40:14.948ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = b1cbe4fc-f02c-4902-b7ef-0d03a7f3be9e roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12302023-07-19T18:40:14.948ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = b1cbe4fc-f02c-4902-b7ef-0d03a7f3be9e resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12312023-07-19T18:40:14.950ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = b1cbe4fc-f02c-4902-b7ef-0d03a7f3be9e roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12322023-07-19T18:40:14.951ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = b1cbe4fc-f02c-4902-b7ef-0d03a7f3be9e resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12332023-07-19T18:40:14.951ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = b1cbe4fc-f02c-4902-b7ef-0d03a7f3be9e roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12342023-07-19T18:40:14.951ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = b1cbe4fc-f02c-4902-b7ef-0d03a7f3be9e resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12352023-07-19T18:40:14.954ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = b1cbe4fc-f02c-4902-b7ef-0d03a7f3be9e roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12362023-07-19T18:40:14.954ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = b1cbe4fc-f02c-4902-b7ef-0d03a7f3be9e resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12372023-07-19T18:40:14.955ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = b1cbe4fc-f02c-4902-b7ef-0d03a7f3be9e roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12382023-07-19T18:40:14.956ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = b1cbe4fc-f02c-4902-b7ef-0d03a7f3be9e resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12392023-07-19T18:40:14.956ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = b1cbe4fc-f02c-4902-b7ef-0d03a7f3be9e roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12402023-07-19T18:40:14.956ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = b1cbe4fc-f02c-4902-b7ef-0d03a7f3be9e resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12412023-07-19T18:40:14.958ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = b1cbe4fc-f02c-4902-b7ef-0d03a7f3be9e roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12422023-07-19T18:40:14.958ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = b1cbe4fc-f02c-4902-b7ef-0d03a7f3be9e resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12432023-07-19T18:40:14.959ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = b1cbe4fc-f02c-4902-b7ef-0d03a7f3be9e roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12442023-07-19T18:40:14.960ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = b1cbe4fc-f02c-4902-b7ef-0d03a7f3be9e resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12452023-07-19T18:40:14.960ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = b1cbe4fc-f02c-4902-b7ef-0d03a7f3be9e roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12462023-07-19T18:40:14.961ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = b1cbe4fc-f02c-4902-b7ef-0d03a7f3be9e resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12472023-07-19T18:40:14.962ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = b1cbe4fc-f02c-4902-b7ef-0d03a7f3be9e roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12482023-07-19T18:40:14.964ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = b1cbe4fc-f02c-4902-b7ef-0d03a7f3be9e resource = IpPoolList result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12492023-07-19T18:40:14.964ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = b1cbe4fc-f02c-4902-b7ef-0d03a7f3be9e roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12502023-07-19T18:40:14.964ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = b1cbe4fc-f02c-4902-b7ef-0d03a7f3be9e resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12512023-07-19T18:40:14.965ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = b1cbe4fc-f02c-4902-b7ef-0d03a7f3be9e roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12522023-07-19T18:40:14.965ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = b1cbe4fc-f02c-4902-b7ef-0d03a7f3be9e resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12532023-07-19T18:40:14.966ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = b1cbe4fc-f02c-4902-b7ef-0d03a7f3be9e roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12542023-07-19T18:40:14.966ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = b1cbe4fc-f02c-4902-b7ef-0d03a7f3be9e resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12552023-07-19T18:40:14.967ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = b1cbe4fc-f02c-4902-b7ef-0d03a7f3be9e roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12562023-07-19T18:40:14.969ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = b1cbe4fc-f02c-4902-b7ef-0d03a7f3be9e resource = IpPool { parent: Fleet, key: d61d6a28-ef8b-479f-be5b-463c43cbaa6f, lookup_type: ByCompositeId("Service IP Pool") } result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12572023-07-19T18:40:15.000ZINFOnexus (dropshot_internal): request completed error_message_external = Internal Server Error error_message_internal = failed to insert Service record: Object (of type ById(7150410d-305b-4dec-b4b1-e5eeda1649db)) not found: sled local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = b1cbe4fc-f02c-4902-b7ef-0d03a7f3be9e response_code = 500 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
12582023-07-19T18:40:15.088ZDEBGnexus (ServiceBalancer): roles roles = RoleSet { roles: {} }
12592023-07-19T18:40:15.088ZDEBGnexus (ServiceBalancer): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-00000000bac3, .. }) resource = Database result = Ok(())
12602023-07-19T18:40:15.089ZDEBGnexus (ServiceBalancer): roles roles = RoleSet { roles: {} }
12612023-07-19T18:40:15.089ZDEBGnexus (ServiceBalancer): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-00000000bac3, .. }) resource = Database result = Ok(())
12622023-07-19T18:40:15.090ZDEBGnexus (ServiceBalancer): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
12632023-07-19T18:40:15.093ZDEBGnexus (ServiceBalancer): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-00000000bac3, .. }) resource = Rack { parent: Fleet, key: 4cb0fae9-ee43-444f-8d2a-2c1d23f8c707, lookup_type: ById(4cb0fae9-ee43-444f-8d2a-2c1d23f8c707) } result = Ok(())
12642023-07-19T18:40:15.093ZINFOnexus: Still waiting for rack initialization: Rack { identity: RackIdentity { id: 4cb0fae9-ee43-444f-8d2a-2c1d23f8c707, time_created: 2023-07-19T18:40:09.575358Z, time_modified: 2023-07-19T18:40:09.575358Z }, initialized: false, tuf_base_url: None }
12652023-07-19T18:40:15.126ZINFOnexus: registered sled agent sled_uuid = 7150410d-305b-4dec-b4b1-e5eeda1649db
12662023-07-19T18:40:15.131ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
12672023-07-19T18:40:15.131ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
12682023-07-19T18:40:15.132ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
12692023-07-19T18:40:15.132ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
12702023-07-19T18:40:15.133ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
12712023-07-19T18:40:15.133ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
12722023-07-19T18:40:15.134ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
12732023-07-19T18:40:15.134ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
12742023-07-19T18:40:15.135ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
12752023-07-19T18:40:15.136ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
12762023-07-19T18:40:15.136ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
12772023-07-19T18:40:15.137ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
12782023-07-19T18:40:15.137ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
12792023-07-19T18:40:15.141ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Vpc { parent: Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) }, key: 001de000-074c-4000-8000-000000000000, lookup_type: ById(001de000-074c-4000-8000-000000000000) } result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
12802023-07-19T18:40:15.141ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
12812023-07-19T18:40:15.141ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
12822023-07-19T18:40:15.142ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
12832023-07-19T18:40:15.142ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
12842023-07-19T18:40:15.143ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
12852023-07-19T18:40:15.143ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
12862023-07-19T18:40:15.144ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
12872023-07-19T18:40:15.147ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Vpc { parent: Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) }, key: 001de000-074c-4000-8000-000000000000, lookup_type: ById(001de000-074c-4000-8000-000000000000) } result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
12882023-07-19T18:40:15.147ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
12892023-07-19T18:40:15.147ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
12902023-07-19T18:40:15.148ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
12912023-07-19T18:40:15.148ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
12922023-07-19T18:40:15.149ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
12932023-07-19T18:40:15.150ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
12942023-07-19T18:40:15.150ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
12952023-07-19T18:40:15.151ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
12962023-07-19T18:40:15.151ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
12972023-07-19T18:40:15.151ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
12982023-07-19T18:40:15.152ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
12992023-07-19T18:40:15.152ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13002023-07-19T18:40:15.153ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13012023-07-19T18:40:15.153ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13022023-07-19T18:40:15.154ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13032023-07-19T18:40:15.157ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Vpc { parent: Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) }, key: 001de000-074c-4000-8000-000000000000, lookup_type: ById(001de000-074c-4000-8000-000000000000) } result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13042023-07-19T18:40:15.157ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13052023-07-19T18:40:15.157ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13062023-07-19T18:40:15.158ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13072023-07-19T18:40:15.158ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13082023-07-19T18:40:15.159ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13092023-07-19T18:40:15.159ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13102023-07-19T18:40:15.160ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13112023-07-19T18:40:15.161ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13122023-07-19T18:40:15.162ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13132023-07-19T18:40:15.162ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13142023-07-19T18:40:15.163ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13152023-07-19T18:40:15.163ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13162023-07-19T18:40:15.164ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13172023-07-19T18:40:15.164ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13182023-07-19T18:40:15.165ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13192023-07-19T18:40:15.168ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = VpcSubnet { parent: Vpc { parent: Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) }, key: 001de000-074c-4000-8000-000000000000, lookup_type: ByName("oxide-services") }, key: 001de000-c470-4000-8000-000000000001, lookup_type: ByName("external-dns") } result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13202023-07-19T18:40:15.168ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13212023-07-19T18:40:15.168ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13222023-07-19T18:40:15.169ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13232023-07-19T18:40:15.169ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13242023-07-19T18:40:15.170ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13252023-07-19T18:40:15.170ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13262023-07-19T18:40:15.171ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13272023-07-19T18:40:15.174ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = VpcSubnet { parent: Vpc { parent: Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) }, key: 001de000-074c-4000-8000-000000000000, lookup_type: ByName("oxide-services") }, key: 001de000-c470-4000-8000-000000000001, lookup_type: ByName("external-dns") } result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13282023-07-19T18:40:15.174ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13292023-07-19T18:40:15.174ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13302023-07-19T18:40:15.178ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13312023-07-19T18:40:15.178ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13322023-07-19T18:40:15.179ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13332023-07-19T18:40:15.179ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13342023-07-19T18:40:15.180ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13352023-07-19T18:40:15.180ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13362023-07-19T18:40:15.181ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13372023-07-19T18:40:15.181ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13382023-07-19T18:40:15.182ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13392023-07-19T18:40:15.182ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13402023-07-19T18:40:15.183ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13412023-07-19T18:40:15.183ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13422023-07-19T18:40:15.184ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13432023-07-19T18:40:15.184ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13442023-07-19T18:40:15.185ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13452023-07-19T18:40:15.188ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = VpcSubnet { parent: Vpc { parent: Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) }, key: 001de000-074c-4000-8000-000000000000, lookup_type: ByName("oxide-services") }, key: 001de000-c470-4000-8000-000000000002, lookup_type: ByName("nexus") } result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13462023-07-19T18:40:15.188ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13472023-07-19T18:40:15.188ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13482023-07-19T18:40:15.189ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13492023-07-19T18:40:15.189ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13502023-07-19T18:40:15.190ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13512023-07-19T18:40:15.190ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13522023-07-19T18:40:15.191ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13532023-07-19T18:40:15.194ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = VpcSubnet { parent: Vpc { parent: Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) }, key: 001de000-074c-4000-8000-000000000000, lookup_type: ByName("oxide-services") }, key: 001de000-c470-4000-8000-000000000002, lookup_type: ByName("nexus") } result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13542023-07-19T18:40:15.194ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13552023-07-19T18:40:15.194ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13562023-07-19T18:40:15.198ZDEBGnexus: resolved names for firewall rules instance_interfaces = {} subnet_interfaces = {} subnet_networks = {Name("nexus"): [V4(Ipv4Network { addr: 172.30.2.0, prefix: 24 }), V6(Ipv6Network { addr: fd77:e9d2:9cd9:2::, prefix: 64 })], Name("external-dns"): [V4(Ipv4Network { addr: 172.30.1.0, prefix: 24 }), V6(Ipv6Network { addr: fd77:e9d2:9cd9:1::, prefix: 64 })]} vpc_interfaces = {}
13572023-07-19T18:40:15.198ZDEBGnexus: resolved firewall rules for sled agents sled_agent_rules = []
13582023-07-19T18:40:15.198ZDEBGnexus: resolved 0 rules for sleds
13592023-07-19T18:40:15.213ZDEBGnexus: resolved sleds for vpc oxide-services vpc_to_sled = []
13602023-07-19T18:40:15.213ZDEBGnexus: sending firewall rules to sled agents
13612023-07-19T18:40:15.213ZINFOnexus: updated firewall rules on 0 sleds
13622023-07-19T18:40:15.213ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 44c9d618-de98-40e1-aa98-6890166a3303 response_code = 204 uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13632023-07-19T18:40:15.213ZINFOnexus: registered sled agent sled_uuid = 7150410d-305b-4dec-b4b1-e5eeda1649db
13642023-07-19T18:40:15.225ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13652023-07-19T18:40:15.225ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13662023-07-19T18:40:15.226ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13672023-07-19T18:40:15.226ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13682023-07-19T18:40:15.227ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13692023-07-19T18:40:15.227ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13702023-07-19T18:40:15.229ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13712023-07-19T18:40:15.229ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13722023-07-19T18:40:15.230ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13732023-07-19T18:40:15.230ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13742023-07-19T18:40:15.231ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13752023-07-19T18:40:15.231ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13762023-07-19T18:40:15.232ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13772023-07-19T18:40:15.236ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Vpc { parent: Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) }, key: 001de000-074c-4000-8000-000000000000, lookup_type: ById(001de000-074c-4000-8000-000000000000) } result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13782023-07-19T18:40:15.236ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13792023-07-19T18:40:15.236ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13802023-07-19T18:40:15.237ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13812023-07-19T18:40:15.237ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13822023-07-19T18:40:15.238ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13832023-07-19T18:40:15.238ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13842023-07-19T18:40:15.239ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13852023-07-19T18:40:15.242ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Vpc { parent: Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) }, key: 001de000-074c-4000-8000-000000000000, lookup_type: ById(001de000-074c-4000-8000-000000000000) } result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13862023-07-19T18:40:15.242ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13872023-07-19T18:40:15.242ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13882023-07-19T18:40:15.244ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13892023-07-19T18:40:15.244ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13902023-07-19T18:40:15.245ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13912023-07-19T18:40:15.245ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13922023-07-19T18:40:15.246ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13932023-07-19T18:40:15.246ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13942023-07-19T18:40:15.247ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13952023-07-19T18:40:15.247ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13962023-07-19T18:40:15.248ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13972023-07-19T18:40:15.248ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13982023-07-19T18:40:15.249ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
13992023-07-19T18:40:15.249ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14002023-07-19T18:40:15.250ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14012023-07-19T18:40:15.253ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Vpc { parent: Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) }, key: 001de000-074c-4000-8000-000000000000, lookup_type: ById(001de000-074c-4000-8000-000000000000) } result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14022023-07-19T18:40:15.253ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14032023-07-19T18:40:15.253ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14042023-07-19T18:40:15.254ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14052023-07-19T18:40:15.254ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14062023-07-19T18:40:15.255ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14072023-07-19T18:40:15.255ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14082023-07-19T18:40:15.256ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14092023-07-19T18:40:15.256ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14102023-07-19T18:40:15.258ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14112023-07-19T18:40:15.258ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14122023-07-19T18:40:15.259ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14132023-07-19T18:40:15.259ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14142023-07-19T18:40:15.260ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14152023-07-19T18:40:15.260ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14162023-07-19T18:40:15.261ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14172023-07-19T18:40:15.264ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = VpcSubnet { parent: Vpc { parent: Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) }, key: 001de000-074c-4000-8000-000000000000, lookup_type: ByName("oxide-services") }, key: 001de000-c470-4000-8000-000000000001, lookup_type: ByName("external-dns") } result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14182023-07-19T18:40:15.264ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14192023-07-19T18:40:15.264ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14202023-07-19T18:40:15.265ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14212023-07-19T18:40:15.266ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14222023-07-19T18:40:15.266ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14232023-07-19T18:40:15.267ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14242023-07-19T18:40:15.268ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14252023-07-19T18:40:15.271ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = VpcSubnet { parent: Vpc { parent: Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) }, key: 001de000-074c-4000-8000-000000000000, lookup_type: ByName("oxide-services") }, key: 001de000-c470-4000-8000-000000000001, lookup_type: ByName("external-dns") } result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14262023-07-19T18:40:15.271ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14272023-07-19T18:40:15.271ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14282023-07-19T18:40:15.273ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14292023-07-19T18:40:15.273ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14302023-07-19T18:40:15.274ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14312023-07-19T18:40:15.274ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14322023-07-19T18:40:15.275ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14332023-07-19T18:40:15.275ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14342023-07-19T18:40:15.276ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14352023-07-19T18:40:15.276ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14362023-07-19T18:40:15.277ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14372023-07-19T18:40:15.277ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14382023-07-19T18:40:15.278ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14392023-07-19T18:40:15.278ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14402023-07-19T18:40:15.279ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14412023-07-19T18:40:15.279ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14422023-07-19T18:40:15.280ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14432023-07-19T18:40:15.283ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = VpcSubnet { parent: Vpc { parent: Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) }, key: 001de000-074c-4000-8000-000000000000, lookup_type: ByName("oxide-services") }, key: 001de000-c470-4000-8000-000000000002, lookup_type: ByName("nexus") } result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14442023-07-19T18:40:15.283ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14452023-07-19T18:40:15.283ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14462023-07-19T18:40:15.284ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14472023-07-19T18:40:15.284ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14482023-07-19T18:40:15.286ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14492023-07-19T18:40:15.287ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14502023-07-19T18:40:15.287ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14512023-07-19T18:40:15.292ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = VpcSubnet { parent: Vpc { parent: Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) }, key: 001de000-074c-4000-8000-000000000000, lookup_type: ByName("oxide-services") }, key: 001de000-c470-4000-8000-000000000002, lookup_type: ByName("nexus") } result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14522023-07-19T18:40:15.292ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14532023-07-19T18:40:15.292ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14542023-07-19T18:40:15.295ZDEBGnexus: resolved names for firewall rules instance_interfaces = {} subnet_interfaces = {} subnet_networks = {Name("external-dns"): [V4(Ipv4Network { addr: 172.30.1.0, prefix: 24 }), V6(Ipv6Network { addr: fd77:e9d2:9cd9:1::, prefix: 64 })], Name("nexus"): [V4(Ipv4Network { addr: 172.30.2.0, prefix: 24 }), V6(Ipv6Network { addr: fd77:e9d2:9cd9:2::, prefix: 64 })]} vpc_interfaces = {}
14552023-07-19T18:40:15.295ZDEBGnexus: resolved firewall rules for sled agents sled_agent_rules = []
14562023-07-19T18:40:15.295ZDEBGnexus: resolved 0 rules for sleds
14572023-07-19T18:40:15.299ZDEBGnexus: resolved sleds for vpc oxide-services vpc_to_sled = []
14582023-07-19T18:40:15.299ZDEBGnexus: sending firewall rules to sled agents
14592023-07-19T18:40:15.299ZINFOnexus: updated firewall rules on 0 sleds
14602023-07-19T18:40:15.299ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 20dd2901-9a5f-4d2a-946f-9c5f331abff4 response_code = 204 uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14612023-07-19T18:40:15.299ZINFOnexus: registered sled agent sled_uuid = 7150410d-305b-4dec-b4b1-e5eeda1649db
14622023-07-19T18:40:15.302ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14632023-07-19T18:40:15.302ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14642023-07-19T18:40:15.303ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14652023-07-19T18:40:15.303ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14662023-07-19T18:40:15.304ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14672023-07-19T18:40:15.304ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14682023-07-19T18:40:15.305ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14692023-07-19T18:40:15.305ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14702023-07-19T18:40:15.306ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14712023-07-19T18:40:15.306ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14722023-07-19T18:40:15.307ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14732023-07-19T18:40:15.307ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14742023-07-19T18:40:15.308ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14752023-07-19T18:40:15.311ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Vpc { parent: Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) }, key: 001de000-074c-4000-8000-000000000000, lookup_type: ById(001de000-074c-4000-8000-000000000000) } result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14762023-07-19T18:40:15.311ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14772023-07-19T18:40:15.312ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14782023-07-19T18:40:15.312ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14792023-07-19T18:40:15.313ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14802023-07-19T18:40:15.314ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14812023-07-19T18:40:15.314ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14822023-07-19T18:40:15.315ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14832023-07-19T18:40:15.318ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Vpc { parent: Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) }, key: 001de000-074c-4000-8000-000000000000, lookup_type: ById(001de000-074c-4000-8000-000000000000) } result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14842023-07-19T18:40:15.318ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14852023-07-19T18:40:15.318ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14862023-07-19T18:40:15.319ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14872023-07-19T18:40:15.319ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14882023-07-19T18:40:15.320ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14892023-07-19T18:40:15.320ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14902023-07-19T18:40:15.321ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14912023-07-19T18:40:15.321ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14922023-07-19T18:40:15.322ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14932023-07-19T18:40:15.322ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14942023-07-19T18:40:15.323ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14952023-07-19T18:40:15.323ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14962023-07-19T18:40:15.324ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14972023-07-19T18:40:15.324ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14982023-07-19T18:40:15.325ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
14992023-07-19T18:40:15.328ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Vpc { parent: Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) }, key: 001de000-074c-4000-8000-000000000000, lookup_type: ById(001de000-074c-4000-8000-000000000000) } result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15002023-07-19T18:40:15.328ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15012023-07-19T18:40:15.328ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15022023-07-19T18:40:15.328ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15032023-07-19T18:40:15.328ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15042023-07-19T18:40:15.329ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15052023-07-19T18:40:15.329ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15062023-07-19T18:40:15.330ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15072023-07-19T18:40:15.330ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15082023-07-19T18:40:15.331ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15092023-07-19T18:40:15.332ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15102023-07-19T18:40:15.333ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15112023-07-19T18:40:15.333ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15122023-07-19T18:40:15.334ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15132023-07-19T18:40:15.334ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15142023-07-19T18:40:15.335ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15152023-07-19T18:40:15.338ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = VpcSubnet { parent: Vpc { parent: Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) }, key: 001de000-074c-4000-8000-000000000000, lookup_type: ByName("oxide-services") }, key: 001de000-c470-4000-8000-000000000002, lookup_type: ByName("nexus") } result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15162023-07-19T18:40:15.338ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15172023-07-19T18:40:15.338ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15182023-07-19T18:40:15.339ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15192023-07-19T18:40:15.339ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15202023-07-19T18:40:15.340ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15212023-07-19T18:40:15.340ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15222023-07-19T18:40:15.341ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15232023-07-19T18:40:15.345ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = VpcSubnet { parent: Vpc { parent: Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) }, key: 001de000-074c-4000-8000-000000000000, lookup_type: ByName("oxide-services") }, key: 001de000-c470-4000-8000-000000000002, lookup_type: ByName("nexus") } result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15242023-07-19T18:40:15.345ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15252023-07-19T18:40:15.345ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15262023-07-19T18:40:15.347ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15272023-07-19T18:40:15.347ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15282023-07-19T18:40:15.348ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15292023-07-19T18:40:15.348ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15302023-07-19T18:40:15.349ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15312023-07-19T18:40:15.349ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15322023-07-19T18:40:15.350ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15332023-07-19T18:40:15.350ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15342023-07-19T18:40:15.351ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15352023-07-19T18:40:15.351ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15362023-07-19T18:40:15.352ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15372023-07-19T18:40:15.352ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15382023-07-19T18:40:15.353ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15392023-07-19T18:40:15.353ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15402023-07-19T18:40:15.354ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15412023-07-19T18:40:15.358ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = VpcSubnet { parent: Vpc { parent: Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) }, key: 001de000-074c-4000-8000-000000000000, lookup_type: ByName("oxide-services") }, key: 001de000-c470-4000-8000-000000000001, lookup_type: ByName("external-dns") } result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15422023-07-19T18:40:15.358ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15432023-07-19T18:40:15.358ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15442023-07-19T18:40:15.359ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15452023-07-19T18:40:15.359ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15462023-07-19T18:40:15.360ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15472023-07-19T18:40:15.360ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15482023-07-19T18:40:15.361ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15492023-07-19T18:40:15.364ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = VpcSubnet { parent: Vpc { parent: Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) }, key: 001de000-074c-4000-8000-000000000000, lookup_type: ByName("oxide-services") }, key: 001de000-c470-4000-8000-000000000001, lookup_type: ByName("external-dns") } result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15502023-07-19T18:40:15.364ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15512023-07-19T18:40:15.364ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15522023-07-19T18:40:15.367ZDEBGnexus: resolved names for firewall rules instance_interfaces = {} subnet_interfaces = {} subnet_networks = {Name("nexus"): [V4(Ipv4Network { addr: 172.30.2.0, prefix: 24 }), V6(Ipv6Network { addr: fd77:e9d2:9cd9:2::, prefix: 64 })], Name("external-dns"): [V4(Ipv4Network { addr: 172.30.1.0, prefix: 24 }), V6(Ipv6Network { addr: fd77:e9d2:9cd9:1::, prefix: 64 })]} vpc_interfaces = {}
15532023-07-19T18:40:15.367ZDEBGnexus: resolved firewall rules for sled agents sled_agent_rules = []
15542023-07-19T18:40:15.367ZDEBGnexus: resolved 0 rules for sleds
15552023-07-19T18:40:15.371ZDEBGnexus: resolved sleds for vpc oxide-services vpc_to_sled = []
15562023-07-19T18:40:15.371ZDEBGnexus: sending firewall rules to sled agents
15572023-07-19T18:40:15.371ZINFOnexus: updated firewall rules on 0 sleds
15582023-07-19T18:40:15.371ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 59250d4e-e215-4eaf-8078-a79234c007bf response_code = 204 uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db
15592023-07-19T18:40:15.499ZINFOnexus: upserting zpool sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db zpool_id = b462a7f7-b628-40fe-80ff-4e4189e2d62b
15602023-07-19T18:40:15.499ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = a1cd7210-1003-4b77-843b-7f1388f4b6b4 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/b462a7f7-b628-40fe-80ff-4e4189e2d62b
15612023-07-19T18:40:15.499ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = a1cd7210-1003-4b77-843b-7f1388f4b6b4 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/b462a7f7-b628-40fe-80ff-4e4189e2d62b
15622023-07-19T18:40:15.500ZINFOnexus (dropshot_internal): request completed error_message_external = not found: physical-disk with id "vendor = "synthetic-vendor", serial = "synthetic-serial-b462a7f7-b628-40fe-80ff-4e4189e2d62b", model = "synthetic-model"" error_message_internal = not found: physical-disk with id "vendor = "synthetic-vendor", serial = "synthetic-serial-b462a7f7-b628-40fe-80ff-4e4189e2d62b", model = "synthetic-model"" local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = a1cd7210-1003-4b77-843b-7f1388f4b6b4 response_code = 404 uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/b462a7f7-b628-40fe-80ff-4e4189e2d62b
15632023-07-19T18:40:15.537ZINFOnexus: upserting physical disk model = synthetic-model serial = synthetic-serial-14b4dc87-ab46-49fb-a4b4-d361ae214c03 sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db vendor = synthetic-vendor
15642023-07-19T18:40:15.537ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 851b0e86-c53f-4fcc-9d5b-b9d681a12967 roles = RoleSet { roles: {} } uri = /physical-disk
15652023-07-19T18:40:15.538ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 851b0e86-c53f-4fcc-9d5b-b9d681a12967 resource = Database result = Ok(()) uri = /physical-disk
15662023-07-19T18:40:15.539ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 851b0e86-c53f-4fcc-9d5b-b9d681a12967 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /physical-disk
15672023-07-19T18:40:15.541ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 851b0e86-c53f-4fcc-9d5b-b9d681a12967 resource = Fleet result = Ok(()) uri = /physical-disk
15682023-07-19T18:40:15.546ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 851b0e86-c53f-4fcc-9d5b-b9d681a12967 response_code = 200 uri = /physical-disk
15692023-07-19T18:40:16.470ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
15702023-07-19T18:40:16.470ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
15712023-07-19T18:40:16.472ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
15722023-07-19T18:40:16.473ZDEBGnexus (dropshot_internal): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
15732023-07-19T18:40:16.473ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
15742023-07-19T18:40:16.473ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
15752023-07-19T18:40:16.475ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
15762023-07-19T18:40:16.476ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
15772023-07-19T18:40:16.476ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
15782023-07-19T18:40:16.476ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
15792023-07-19T18:40:16.479ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
15802023-07-19T18:40:16.479ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
15812023-07-19T18:40:16.480ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
15822023-07-19T18:40:16.481ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
15832023-07-19T18:40:16.481ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
15842023-07-19T18:40:16.481ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
15852023-07-19T18:40:16.483ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
15862023-07-19T18:40:16.483ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
15872023-07-19T18:40:16.484ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
15882023-07-19T18:40:16.485ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
15892023-07-19T18:40:16.485ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
15902023-07-19T18:40:16.485ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
15912023-07-19T18:40:16.486ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
15922023-07-19T18:40:16.489ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 resource = IpPoolList result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
15932023-07-19T18:40:16.489ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
15942023-07-19T18:40:16.489ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
15952023-07-19T18:40:16.490ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
15962023-07-19T18:40:16.490ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
15972023-07-19T18:40:16.491ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
15982023-07-19T18:40:16.491ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
15992023-07-19T18:40:16.492ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16002023-07-19T18:40:16.493ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 resource = IpPool { parent: Fleet, key: d61d6a28-ef8b-479f-be5b-463c43cbaa6f, lookup_type: ByCompositeId("Service IP Pool") } result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16012023-07-19T18:40:16.499ZINFOnexus (dropshot_internal): Inserted records for internal_dns service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16022023-07-19T18:40:16.501ZINFOnexus (dropshot_internal): Inserted records for internal_dns service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16032023-07-19T18:40:16.504ZINFOnexus (dropshot_internal): Inserted records for internal_dns service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16042023-07-19T18:40:16.507ZINFOnexus (dropshot_internal): Inserted records for cockroach service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16052023-07-19T18:40:16.509ZINFOnexus (dropshot_internal): Inserted records for cockroach service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16062023-07-19T18:40:16.511ZINFOnexus (dropshot_internal): Inserted records for cockroach service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16072023-07-19T18:40:16.513ZINFOnexus (dropshot_internal): Inserted records for cockroach service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16082023-07-19T18:40:16.515ZINFOnexus (dropshot_internal): Inserted records for cockroach service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16092023-07-19T18:40:16.579ZINFOnexus (dropshot_internal): Inserted records for external_dns service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16102023-07-19T18:40:16.595ZINFOnexus (dropshot_internal): Inserted records for external_dns service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16112023-07-19T18:40:16.609ZINFOnexus (dropshot_internal): Inserted records for nexus service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16122023-07-19T18:40:16.623ZINFOnexus (dropshot_internal): Inserted records for nexus service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16132023-07-19T18:40:16.634ZINFOnexus: upserting physical disk model = synthetic-model serial = synthetic-serial-a462a7f7-b628-40fe-80ff-4e4189e2d62b sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db vendor = synthetic-vendor
16142023-07-19T18:40:16.634ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 7564c5b5-701f-4e11-bde9-dbba9e87847e roles = RoleSet { roles: {} } uri = /physical-disk
16152023-07-19T18:40:16.634ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 7564c5b5-701f-4e11-bde9-dbba9e87847e resource = Database result = Ok(()) uri = /physical-disk
16162023-07-19T18:40:16.636ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 7564c5b5-701f-4e11-bde9-dbba9e87847e roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /physical-disk
16172023-07-19T18:40:16.637ZINFOnexus (dropshot_internal): Inserted records for nexus service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16182023-07-19T18:40:16.637ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 7564c5b5-701f-4e11-bde9-dbba9e87847e resource = Fleet result = Ok(()) uri = /physical-disk
16192023-07-19T18:40:16.640ZINFOnexus (dropshot_internal): Inserted records for oximeter service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16202023-07-19T18:40:16.642ZINFOnexus (dropshot_internal): Inserted records for clickhouse service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16212023-07-19T18:40:16.644ZINFOnexus (dropshot_internal): Inserted records for crucible_pantry service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16222023-07-19T18:40:16.646ZINFOnexus (dropshot_internal): Inserted records for crucible_pantry service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16232023-07-19T18:40:16.649ZINFOnexus (dropshot_internal): Inserted records for crucible_pantry service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16242023-07-19T18:40:16.651ZINFOnexus (dropshot_internal): Inserted records for crucible service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16252023-07-19T18:40:16.653ZINFOnexus (dropshot_internal): Inserted records for crucible service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16262023-07-19T18:40:16.655ZINFOnexus (dropshot_internal): Inserted records for crucible service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16272023-07-19T18:40:16.658ZINFOnexus (dropshot_internal): Inserted records for crucible service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16282023-07-19T18:40:16.660ZINFOnexus (dropshot_internal): Inserted records for crucible service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16292023-07-19T18:40:16.675ZINFOnexus (dropshot_internal): Inserted records for ntp service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16302023-07-19T18:40:16.675ZINFOnexus (dropshot_internal): Inserted services actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16312023-07-19T18:40:16.694ZINFOnexus (dropshot_internal): request completed error_message_external = not found: zpool with id "14b4dc87-ab46-49fb-a4b4-d361ae214c03" error_message_internal = not found: zpool with id "14b4dc87-ab46-49fb-a4b4-d361ae214c03" local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = ebfea401-788e-4aa3-8650-96620e7ee923 response_code = 404 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16322023-07-19T18:40:16.704ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 7564c5b5-701f-4e11-bde9-dbba9e87847e response_code = 200 uri = /physical-disk
16332023-07-19T18:40:16.779ZINFOnexus: upserting physical disk model = synthetic-model serial = synthetic-serial-e4b4dc87-ab46-49fb-a4b4-d361ae214c03 sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db vendor = synthetic-vendor
16342023-07-19T18:40:16.779ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 0d6c61f6-818e-4c01-9ea6-ffa0a195d837 roles = RoleSet { roles: {} } uri = /physical-disk
16352023-07-19T18:40:16.779ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 0d6c61f6-818e-4c01-9ea6-ffa0a195d837 resource = Database result = Ok(()) uri = /physical-disk
16362023-07-19T18:40:16.781ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 0d6c61f6-818e-4c01-9ea6-ffa0a195d837 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /physical-disk
16372023-07-19T18:40:16.782ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 0d6c61f6-818e-4c01-9ea6-ffa0a195d837 resource = Fleet result = Ok(()) uri = /physical-disk
16382023-07-19T18:40:16.788ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 0d6c61f6-818e-4c01-9ea6-ffa0a195d837 response_code = 200 uri = /physical-disk
16392023-07-19T18:40:16.889ZINFOnexus: upserting zpool sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db zpool_id = 24b4dc87-ab46-49fb-a4b4-d361ae214c03
16402023-07-19T18:40:16.889ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 1dd07434-14fb-4a06-8988-5a98833667e1 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/24b4dc87-ab46-49fb-a4b4-d361ae214c03
16412023-07-19T18:40:16.889ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 1dd07434-14fb-4a06-8988-5a98833667e1 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/24b4dc87-ab46-49fb-a4b4-d361ae214c03
16422023-07-19T18:40:16.890ZINFOnexus (dropshot_internal): request completed error_message_external = not found: physical-disk with id "vendor = "synthetic-vendor", serial = "synthetic-serial-24b4dc87-ab46-49fb-a4b4-d361ae214c03", model = "synthetic-model"" error_message_internal = not found: physical-disk with id "vendor = "synthetic-vendor", serial = "synthetic-serial-24b4dc87-ab46-49fb-a4b4-d361ae214c03", model = "synthetic-model"" local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 1dd07434-14fb-4a06-8988-5a98833667e1 response_code = 404 uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/24b4dc87-ab46-49fb-a4b4-d361ae214c03
16432023-07-19T18:40:17.093ZDEBGnexus (ServiceBalancer): roles roles = RoleSet { roles: {} }
16442023-07-19T18:40:17.094ZDEBGnexus (ServiceBalancer): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-00000000bac3, .. }) resource = Database result = Ok(())
16452023-07-19T18:40:17.095ZDEBGnexus (ServiceBalancer): roles roles = RoleSet { roles: {} }
16462023-07-19T18:40:17.095ZDEBGnexus (ServiceBalancer): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-00000000bac3, .. }) resource = Database result = Ok(())
16472023-07-19T18:40:17.096ZDEBGnexus (ServiceBalancer): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
16482023-07-19T18:40:17.098ZDEBGnexus (ServiceBalancer): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-00000000bac3, .. }) resource = Rack { parent: Fleet, key: 4cb0fae9-ee43-444f-8d2a-2c1d23f8c707, lookup_type: ById(4cb0fae9-ee43-444f-8d2a-2c1d23f8c707) } result = Ok(())
16492023-07-19T18:40:17.098ZINFOnexus: Still waiting for rack initialization: Rack { identity: RackIdentity { id: 4cb0fae9-ee43-444f-8d2a-2c1d23f8c707, time_created: 2023-07-19T18:40:09.575358Z, time_modified: 2023-07-19T18:40:09.575358Z }, initialized: false, tuf_base_url: None }
16502023-07-19T18:40:17.756ZINFOnexus: upserting physical disk model = synthetic-model serial = synthetic-serial-24b4dc87-ab46-49fb-a4b4-d361ae214c03 sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db vendor = synthetic-vendor
16512023-07-19T18:40:17.756ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = b6702c0b-804c-4bb9-8e48-4a6230b43762 roles = RoleSet { roles: {} } uri = /physical-disk
16522023-07-19T18:40:17.757ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = b6702c0b-804c-4bb9-8e48-4a6230b43762 resource = Database result = Ok(()) uri = /physical-disk
16532023-07-19T18:40:17.758ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = b6702c0b-804c-4bb9-8e48-4a6230b43762 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /physical-disk
16542023-07-19T18:40:17.760ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = b6702c0b-804c-4bb9-8e48-4a6230b43762 resource = Fleet result = Ok(()) uri = /physical-disk
16552023-07-19T18:40:17.765ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = b6702c0b-804c-4bb9-8e48-4a6230b43762 response_code = 200 uri = /physical-disk
16562023-07-19T18:40:17.848ZINFOnexus: upserting zpool sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db zpool_id = e4b4dc87-ab46-49fb-a4b4-d361ae214c03
16572023-07-19T18:40:17.848ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 6f623c6c-10e1-4d56-88e6-615fe70f1569 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/e4b4dc87-ab46-49fb-a4b4-d361ae214c03
16582023-07-19T18:40:17.848ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 6f623c6c-10e1-4d56-88e6-615fe70f1569 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/e4b4dc87-ab46-49fb-a4b4-d361ae214c03
16592023-07-19T18:40:17.850ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 6f623c6c-10e1-4d56-88e6-615fe70f1569 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/e4b4dc87-ab46-49fb-a4b4-d361ae214c03
16602023-07-19T18:40:17.850ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 6f623c6c-10e1-4d56-88e6-615fe70f1569 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/e4b4dc87-ab46-49fb-a4b4-d361ae214c03
16612023-07-19T18:40:17.851ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 6f623c6c-10e1-4d56-88e6-615fe70f1569 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/e4b4dc87-ab46-49fb-a4b4-d361ae214c03
16622023-07-19T18:40:17.853ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 6f623c6c-10e1-4d56-88e6-615fe70f1569 resource = PhysicalDisk { parent: Fleet, key: ("synthetic-vendor", "synthetic-serial-e4b4dc87-ab46-49fb-a4b4-d361ae214c03", "synthetic-model"), lookup_type: ByCompositeId("vendor = \\"synthetic-vendor\\", serial = \\"synthetic-serial-e4b4dc87-ab46-49fb-a4b4-d361ae214c03\\", model = \\"synthetic-model\\"") } result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/e4b4dc87-ab46-49fb-a4b4-d361ae214c03
16632023-07-19T18:40:17.860ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 6f623c6c-10e1-4d56-88e6-615fe70f1569 response_code = 200 uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/e4b4dc87-ab46-49fb-a4b4-d361ae214c03
16642023-07-19T18:40:17.996ZINFOnexus: upserting physical disk model = synthetic-model serial = synthetic-serial-d462a7f7-b628-40fe-80ff-4e4189e2d62b sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db vendor = synthetic-vendor
16652023-07-19T18:40:17.996ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 57e5bea3-55b6-463f-a1fa-5d7d4890241f roles = RoleSet { roles: {} } uri = /physical-disk
16662023-07-19T18:40:17.996ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 57e5bea3-55b6-463f-a1fa-5d7d4890241f resource = Database result = Ok(()) uri = /physical-disk
16672023-07-19T18:40:17.997ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 57e5bea3-55b6-463f-a1fa-5d7d4890241f roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /physical-disk
16682023-07-19T18:40:17.999ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 57e5bea3-55b6-463f-a1fa-5d7d4890241f resource = Fleet result = Ok(()) uri = /physical-disk
16692023-07-19T18:40:18.009ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 57e5bea3-55b6-463f-a1fa-5d7d4890241f response_code = 200 uri = /physical-disk
16702023-07-19T18:40:18.768ZINFOnexus: upserting zpool sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db zpool_id = a462a7f7-b628-40fe-80ff-4e4189e2d62b
16712023-07-19T18:40:18.768ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 8e2288e2-90dc-403b-b9b4-638013c99825 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/a462a7f7-b628-40fe-80ff-4e4189e2d62b
16722023-07-19T18:40:18.769ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 8e2288e2-90dc-403b-b9b4-638013c99825 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/a462a7f7-b628-40fe-80ff-4e4189e2d62b
16732023-07-19T18:40:18.771ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 8e2288e2-90dc-403b-b9b4-638013c99825 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/a462a7f7-b628-40fe-80ff-4e4189e2d62b
16742023-07-19T18:40:18.771ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 8e2288e2-90dc-403b-b9b4-638013c99825 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/a462a7f7-b628-40fe-80ff-4e4189e2d62b
16752023-07-19T18:40:18.772ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 8e2288e2-90dc-403b-b9b4-638013c99825 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/a462a7f7-b628-40fe-80ff-4e4189e2d62b
16762023-07-19T18:40:18.775ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 8e2288e2-90dc-403b-b9b4-638013c99825 resource = PhysicalDisk { parent: Fleet, key: ("synthetic-vendor", "synthetic-serial-a462a7f7-b628-40fe-80ff-4e4189e2d62b", "synthetic-model"), lookup_type: ByCompositeId("vendor = \\"synthetic-vendor\\", serial = \\"synthetic-serial-a462a7f7-b628-40fe-80ff-4e4189e2d62b\\", model = \\"synthetic-model\\"") } result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/a462a7f7-b628-40fe-80ff-4e4189e2d62b
16772023-07-19T18:40:18.786ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 8e2288e2-90dc-403b-b9b4-638013c99825 response_code = 200 uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/a462a7f7-b628-40fe-80ff-4e4189e2d62b
16782023-07-19T18:40:18.908ZINFOnexus: upserting physical disk model = synthetic-model serial = synthetic-serial-f4b4dc87-ab46-49fb-a4b4-d361ae214c03 sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db vendor = synthetic-vendor
16792023-07-19T18:40:18.908ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 8ad19b61-4968-47ba-a623-ece8ae071b7a roles = RoleSet { roles: {} } uri = /physical-disk
16802023-07-19T18:40:18.908ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 8ad19b61-4968-47ba-a623-ece8ae071b7a resource = Database result = Ok(()) uri = /physical-disk
16812023-07-19T18:40:18.909ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 8ad19b61-4968-47ba-a623-ece8ae071b7a roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /physical-disk
16822023-07-19T18:40:18.911ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 8ad19b61-4968-47ba-a623-ece8ae071b7a resource = Fleet result = Ok(()) uri = /physical-disk
16832023-07-19T18:40:18.917ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 8ad19b61-4968-47ba-a623-ece8ae071b7a response_code = 200 uri = /physical-disk
16842023-07-19T18:40:18.941ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16852023-07-19T18:40:18.941ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16862023-07-19T18:40:18.942ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16872023-07-19T18:40:18.944ZDEBGnexus (dropshot_internal): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16882023-07-19T18:40:18.944ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16892023-07-19T18:40:18.944ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16902023-07-19T18:40:18.945ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16912023-07-19T18:40:18.946ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16922023-07-19T18:40:18.946ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16932023-07-19T18:40:18.946ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16942023-07-19T18:40:18.949ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16952023-07-19T18:40:18.950ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16962023-07-19T18:40:18.950ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16972023-07-19T18:40:18.952ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16982023-07-19T18:40:18.952ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
16992023-07-19T18:40:18.952ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17002023-07-19T18:40:18.953ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17012023-07-19T18:40:18.954ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17022023-07-19T18:40:18.955ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17032023-07-19T18:40:18.956ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17042023-07-19T18:40:18.956ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17052023-07-19T18:40:18.956ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17062023-07-19T18:40:18.957ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17072023-07-19T18:40:18.959ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 resource = IpPoolList result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17082023-07-19T18:40:18.959ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17092023-07-19T18:40:18.960ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17102023-07-19T18:40:18.961ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17112023-07-19T18:40:18.961ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17122023-07-19T18:40:18.962ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17132023-07-19T18:40:18.962ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17142023-07-19T18:40:18.963ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17152023-07-19T18:40:18.964ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 resource = IpPool { parent: Fleet, key: d61d6a28-ef8b-479f-be5b-463c43cbaa6f, lookup_type: ByCompositeId("Service IP Pool") } result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17162023-07-19T18:40:18.970ZINFOnexus (dropshot_internal): Inserted records for internal_dns service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17172023-07-19T18:40:18.973ZINFOnexus (dropshot_internal): Inserted records for internal_dns service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17182023-07-19T18:40:18.975ZINFOnexus (dropshot_internal): Inserted records for internal_dns service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17192023-07-19T18:40:18.977ZINFOnexus (dropshot_internal): Inserted records for cockroach service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17202023-07-19T18:40:18.979ZINFOnexus (dropshot_internal): Inserted records for cockroach service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17212023-07-19T18:40:18.982ZINFOnexus (dropshot_internal): Inserted records for cockroach service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17222023-07-19T18:40:18.984ZINFOnexus (dropshot_internal): Inserted records for cockroach service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17232023-07-19T18:40:18.986ZINFOnexus (dropshot_internal): Inserted records for cockroach service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17242023-07-19T18:40:19.043ZINFOnexus (dropshot_internal): Inserted records for external_dns service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17252023-07-19T18:40:19.057ZINFOnexus (dropshot_internal): Inserted records for external_dns service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17262023-07-19T18:40:19.070ZINFOnexus (dropshot_internal): Inserted records for nexus service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17272023-07-19T18:40:19.086ZINFOnexus (dropshot_internal): Inserted records for nexus service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17282023-07-19T18:40:19.099ZDEBGnexus (ServiceBalancer): roles roles = RoleSet { roles: {} }
17292023-07-19T18:40:19.100ZDEBGnexus (ServiceBalancer): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-00000000bac3, .. }) resource = Database result = Ok(())
17302023-07-19T18:40:19.100ZDEBGnexus (ServiceBalancer): roles roles = RoleSet { roles: {} }
17312023-07-19T18:40:19.100ZDEBGnexus (ServiceBalancer): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-00000000bac3, .. }) resource = Database result = Ok(())
17322023-07-19T18:40:19.102ZINFOnexus (dropshot_internal): Inserted records for nexus service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17332023-07-19T18:40:19.102ZDEBGnexus (ServiceBalancer): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
17342023-07-19T18:40:19.104ZINFOnexus (dropshot_internal): Inserted records for oximeter service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17352023-07-19T18:40:19.105ZDEBGnexus (ServiceBalancer): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-00000000bac3, .. }) resource = Rack { parent: Fleet, key: 4cb0fae9-ee43-444f-8d2a-2c1d23f8c707, lookup_type: ById(4cb0fae9-ee43-444f-8d2a-2c1d23f8c707) } result = Ok(())
17362023-07-19T18:40:19.105ZINFOnexus: Still waiting for rack initialization: Rack { identity: RackIdentity { id: 4cb0fae9-ee43-444f-8d2a-2c1d23f8c707, time_created: 2023-07-19T18:40:09.575358Z, time_modified: 2023-07-19T18:40:09.575358Z }, initialized: false, tuf_base_url: None }
17372023-07-19T18:40:19.106ZINFOnexus (dropshot_internal): Inserted records for clickhouse service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17382023-07-19T18:40:19.108ZINFOnexus (dropshot_internal): Inserted records for crucible_pantry service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17392023-07-19T18:40:19.111ZINFOnexus (dropshot_internal): Inserted records for crucible_pantry service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17402023-07-19T18:40:19.113ZINFOnexus (dropshot_internal): Inserted records for crucible_pantry service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17412023-07-19T18:40:19.115ZINFOnexus (dropshot_internal): Inserted records for crucible service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17422023-07-19T18:40:19.118ZINFOnexus (dropshot_internal): Inserted records for crucible service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17432023-07-19T18:40:19.120ZINFOnexus (dropshot_internal): Inserted records for crucible service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17442023-07-19T18:40:19.122ZINFOnexus (dropshot_internal): Inserted records for crucible service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17452023-07-19T18:40:19.124ZINFOnexus (dropshot_internal): Inserted records for crucible service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17462023-07-19T18:40:19.138ZINFOnexus (dropshot_internal): Inserted records for ntp service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17472023-07-19T18:40:19.138ZINFOnexus (dropshot_internal): Inserted services actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17482023-07-19T18:40:19.156ZINFOnexus (dropshot_internal): request completed error_message_external = not found: zpool with id "14b4dc87-ab46-49fb-a4b4-d361ae214c03" error_message_internal = not found: zpool with id "14b4dc87-ab46-49fb-a4b4-d361ae214c03" local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 17e6d8bd-538a-4755-9448-a7bdafb7dfd3 response_code = 404 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17492023-07-19T18:40:19.381ZINFOnexus: upserting zpool sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db zpool_id = b462a7f7-b628-40fe-80ff-4e4189e2d62b
17502023-07-19T18:40:19.381ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 806fc0ab-69d5-47c0-b35f-e5e4bf02cf92 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/b462a7f7-b628-40fe-80ff-4e4189e2d62b
17512023-07-19T18:40:19.381ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 806fc0ab-69d5-47c0-b35f-e5e4bf02cf92 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/b462a7f7-b628-40fe-80ff-4e4189e2d62b
17522023-07-19T18:40:19.383ZINFOnexus (dropshot_internal): request completed error_message_external = not found: physical-disk with id "vendor = "synthetic-vendor", serial = "synthetic-serial-b462a7f7-b628-40fe-80ff-4e4189e2d62b", model = "synthetic-model"" error_message_internal = not found: physical-disk with id "vendor = "synthetic-vendor", serial = "synthetic-serial-b462a7f7-b628-40fe-80ff-4e4189e2d62b", model = "synthetic-model"" local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 806fc0ab-69d5-47c0-b35f-e5e4bf02cf92 response_code = 404 uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/b462a7f7-b628-40fe-80ff-4e4189e2d62b
17532023-07-19T18:40:19.934ZINFOnexus: upserting zpool sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db zpool_id = d462a7f7-b628-40fe-80ff-4e4189e2d62b
17542023-07-19T18:40:19.934ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 71b7543f-a5d7-4c50-91de-5f8480b8e769 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/d462a7f7-b628-40fe-80ff-4e4189e2d62b
17552023-07-19T18:40:19.934ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 71b7543f-a5d7-4c50-91de-5f8480b8e769 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/d462a7f7-b628-40fe-80ff-4e4189e2d62b
17562023-07-19T18:40:19.936ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 71b7543f-a5d7-4c50-91de-5f8480b8e769 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/d462a7f7-b628-40fe-80ff-4e4189e2d62b
17572023-07-19T18:40:19.936ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 71b7543f-a5d7-4c50-91de-5f8480b8e769 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/d462a7f7-b628-40fe-80ff-4e4189e2d62b
17582023-07-19T18:40:19.937ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 71b7543f-a5d7-4c50-91de-5f8480b8e769 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/d462a7f7-b628-40fe-80ff-4e4189e2d62b
17592023-07-19T18:40:19.940ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 71b7543f-a5d7-4c50-91de-5f8480b8e769 resource = PhysicalDisk { parent: Fleet, key: ("synthetic-vendor", "synthetic-serial-d462a7f7-b628-40fe-80ff-4e4189e2d62b", "synthetic-model"), lookup_type: ByCompositeId("vendor = \\"synthetic-vendor\\", serial = \\"synthetic-serial-d462a7f7-b628-40fe-80ff-4e4189e2d62b\\", model = \\"synthetic-model\\"") } result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/d462a7f7-b628-40fe-80ff-4e4189e2d62b
17602023-07-19T18:40:19.945ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 71b7543f-a5d7-4c50-91de-5f8480b8e769 response_code = 200 uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/d462a7f7-b628-40fe-80ff-4e4189e2d62b
17612023-07-19T18:40:19.977ZINFOnexus (dropshot_internal): accepted connection local_addr = [fd00:1122:3344:101::c]:12221 remote_addr = [fd00:1122:3344:101::2]:37110
17622023-07-19T18:40:20.015ZINFOnexus: registered oximeter collector client id = c404ffc9-9804-437d-a7c3-effa39cb1694
17632023-07-19T18:40:20.018ZDEBGnexus: client request body = Some(Body) method = POST oximeter-collector = c404ffc9-9804-437d-a7c3-effa39cb1694 uri = http://[fd00:1122:3344:101::d]:12223/producers
17642023-07-19T18:40:20.019ZDEBGnexus: client response oximeter-collector = c404ffc9-9804-437d-a7c3-effa39cb1694 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:101::d)), port: Some(12223), path: "/producers", query: None, fragment: None }, status: 204, headers: {"x-request-id": "7b747102-a00b-4364-9219-0233967cd981", "date": "Wed, 19 Jul 2023 18:40:20 GMT"} })
17652023-07-19T18:40:20.019ZINFOnexus: assigned collector to new producer collector_id = c404ffc9-9804-437d-a7c3-effa39cb1694 producer_id = cc786d8c-2d4a-4b64-89fe-cbf9743b0494
17662023-07-19T18:40:20.020ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::2]:37110 req_id = 009c072c-2faf-4a92-8294-7cc42ddb118a response_code = 204 uri = /metrics/producers
17672023-07-19T18:40:20.251ZINFOnexus: upserting zpool sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db zpool_id = f4b4dc87-ab46-49fb-a4b4-d361ae214c03
17682023-07-19T18:40:20.251ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = f200693e-b2ed-4c39-b4cd-5c231daa4c4f roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/f4b4dc87-ab46-49fb-a4b4-d361ae214c03
17692023-07-19T18:40:20.252ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = f200693e-b2ed-4c39-b4cd-5c231daa4c4f resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/f4b4dc87-ab46-49fb-a4b4-d361ae214c03
17702023-07-19T18:40:20.253ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = f200693e-b2ed-4c39-b4cd-5c231daa4c4f roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/f4b4dc87-ab46-49fb-a4b4-d361ae214c03
17712023-07-19T18:40:20.253ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = f200693e-b2ed-4c39-b4cd-5c231daa4c4f resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/f4b4dc87-ab46-49fb-a4b4-d361ae214c03
17722023-07-19T18:40:20.254ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = f200693e-b2ed-4c39-b4cd-5c231daa4c4f roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/f4b4dc87-ab46-49fb-a4b4-d361ae214c03
17732023-07-19T18:40:20.257ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = f200693e-b2ed-4c39-b4cd-5c231daa4c4f resource = PhysicalDisk { parent: Fleet, key: ("synthetic-vendor", "synthetic-serial-f4b4dc87-ab46-49fb-a4b4-d361ae214c03", "synthetic-model"), lookup_type: ByCompositeId("vendor = \\"synthetic-vendor\\", serial = \\"synthetic-serial-f4b4dc87-ab46-49fb-a4b4-d361ae214c03\\", model = \\"synthetic-model\\"") } result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/f4b4dc87-ab46-49fb-a4b4-d361ae214c03
17742023-07-19T18:40:20.262ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = f200693e-b2ed-4c39-b4cd-5c231daa4c4f response_code = 200 uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/f4b4dc87-ab46-49fb-a4b4-d361ae214c03
17752023-07-19T18:40:21.105ZDEBGnexus (ServiceBalancer): roles roles = RoleSet { roles: {} }
17762023-07-19T18:40:21.106ZDEBGnexus (ServiceBalancer): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-00000000bac3, .. }) resource = Database result = Ok(())
17772023-07-19T18:40:21.107ZDEBGnexus (ServiceBalancer): roles roles = RoleSet { roles: {} }
17782023-07-19T18:40:21.107ZDEBGnexus (ServiceBalancer): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-00000000bac3, .. }) resource = Database result = Ok(())
17792023-07-19T18:40:21.108ZDEBGnexus (ServiceBalancer): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
17802023-07-19T18:40:21.110ZDEBGnexus (ServiceBalancer): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-00000000bac3, .. }) resource = Rack { parent: Fleet, key: 4cb0fae9-ee43-444f-8d2a-2c1d23f8c707, lookup_type: ById(4cb0fae9-ee43-444f-8d2a-2c1d23f8c707) } result = Ok(())
17812023-07-19T18:40:21.110ZINFOnexus: Still waiting for rack initialization: Rack { identity: RackIdentity { id: 4cb0fae9-ee43-444f-8d2a-2c1d23f8c707, time_created: 2023-07-19T18:40:09.575358Z, time_modified: 2023-07-19T18:40:09.575358Z }, initialized: false, tuf_base_url: None }
17822023-07-19T18:40:21.179ZINFOnexus: upserting physical disk model = synthetic-model serial = synthetic-serial-b462a7f7-b628-40fe-80ff-4e4189e2d62b sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db vendor = synthetic-vendor
17832023-07-19T18:40:21.179ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 7d9aebc3-30c9-4517-b7ec-94bfba6b25f5 roles = RoleSet { roles: {} } uri = /physical-disk
17842023-07-19T18:40:21.179ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 7d9aebc3-30c9-4517-b7ec-94bfba6b25f5 resource = Database result = Ok(()) uri = /physical-disk
17852023-07-19T18:40:21.181ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 7d9aebc3-30c9-4517-b7ec-94bfba6b25f5 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /physical-disk
17862023-07-19T18:40:21.183ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 7d9aebc3-30c9-4517-b7ec-94bfba6b25f5 resource = Fleet result = Ok(()) uri = /physical-disk
17872023-07-19T18:40:21.214ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 7d9aebc3-30c9-4517-b7ec-94bfba6b25f5 response_code = 200 uri = /physical-disk
17882023-07-19T18:40:21.367ZINFOnexus: upserting zpool sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db zpool_id = 14b4dc87-ab46-49fb-a4b4-d361ae214c03
17892023-07-19T18:40:21.367ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 79b38638-27ff-4482-ad86-be7052c6ff0e roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/14b4dc87-ab46-49fb-a4b4-d361ae214c03
17902023-07-19T18:40:21.368ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 79b38638-27ff-4482-ad86-be7052c6ff0e resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/14b4dc87-ab46-49fb-a4b4-d361ae214c03
17912023-07-19T18:40:21.369ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 79b38638-27ff-4482-ad86-be7052c6ff0e roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/14b4dc87-ab46-49fb-a4b4-d361ae214c03
17922023-07-19T18:40:21.370ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 79b38638-27ff-4482-ad86-be7052c6ff0e resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/14b4dc87-ab46-49fb-a4b4-d361ae214c03
17932023-07-19T18:40:21.371ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 79b38638-27ff-4482-ad86-be7052c6ff0e roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/14b4dc87-ab46-49fb-a4b4-d361ae214c03
17942023-07-19T18:40:21.373ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 79b38638-27ff-4482-ad86-be7052c6ff0e resource = PhysicalDisk { parent: Fleet, key: ("synthetic-vendor", "synthetic-serial-14b4dc87-ab46-49fb-a4b4-d361ae214c03", "synthetic-model"), lookup_type: ByCompositeId("vendor = \\"synthetic-vendor\\", serial = \\"synthetic-serial-14b4dc87-ab46-49fb-a4b4-d361ae214c03\\", model = \\"synthetic-model\\"") } result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/14b4dc87-ab46-49fb-a4b4-d361ae214c03
17952023-07-19T18:40:21.378ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 79b38638-27ff-4482-ad86-be7052c6ff0e response_code = 200 uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/14b4dc87-ab46-49fb-a4b4-d361ae214c03
17962023-07-19T18:40:21.593ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17972023-07-19T18:40:21.593ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17982023-07-19T18:40:21.594ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
17992023-07-19T18:40:21.596ZDEBGnexus (dropshot_internal): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18002023-07-19T18:40:21.596ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18012023-07-19T18:40:21.596ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18022023-07-19T18:40:21.597ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18032023-07-19T18:40:21.598ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18042023-07-19T18:40:21.598ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18052023-07-19T18:40:21.599ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18062023-07-19T18:40:21.601ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18072023-07-19T18:40:21.601ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18082023-07-19T18:40:21.602ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18092023-07-19T18:40:21.603ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18102023-07-19T18:40:21.603ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18112023-07-19T18:40:21.604ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18122023-07-19T18:40:21.605ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18132023-07-19T18:40:21.605ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18142023-07-19T18:40:21.606ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18152023-07-19T18:40:21.608ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18162023-07-19T18:40:21.608ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18172023-07-19T18:40:21.608ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18182023-07-19T18:40:21.609ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18192023-07-19T18:40:21.611ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea resource = IpPoolList result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18202023-07-19T18:40:21.611ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18212023-07-19T18:40:21.611ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18222023-07-19T18:40:21.612ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18232023-07-19T18:40:21.612ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18242023-07-19T18:40:21.613ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18252023-07-19T18:40:21.613ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18262023-07-19T18:40:21.613ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18272023-07-19T18:40:21.615ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea resource = IpPool { parent: Fleet, key: d61d6a28-ef8b-479f-be5b-463c43cbaa6f, lookup_type: ByCompositeId("Service IP Pool") } result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18282023-07-19T18:40:21.620ZINFOnexus (dropshot_internal): Inserted records for internal_dns service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18292023-07-19T18:40:21.623ZINFOnexus (dropshot_internal): Inserted records for internal_dns service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18302023-07-19T18:40:21.625ZINFOnexus (dropshot_internal): Inserted records for internal_dns service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18312023-07-19T18:40:21.627ZINFOnexus (dropshot_internal): Inserted records for cockroach service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18322023-07-19T18:40:21.629ZINFOnexus (dropshot_internal): Inserted records for cockroach service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18332023-07-19T18:40:21.631ZINFOnexus (dropshot_internal): Inserted records for cockroach service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18342023-07-19T18:40:21.634ZINFOnexus (dropshot_internal): Inserted records for cockroach service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18352023-07-19T18:40:21.636ZINFOnexus (dropshot_internal): Inserted records for cockroach service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18362023-07-19T18:40:21.692ZINFOnexus (dropshot_internal): Inserted records for external_dns service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18372023-07-19T18:40:21.706ZINFOnexus (dropshot_internal): Inserted records for external_dns service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18382023-07-19T18:40:21.719ZINFOnexus (dropshot_internal): Inserted records for nexus service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18392023-07-19T18:40:21.734ZINFOnexus (dropshot_internal): Inserted records for nexus service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18402023-07-19T18:40:21.754ZINFOnexus (dropshot_internal): Inserted records for nexus service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18412023-07-19T18:40:21.756ZINFOnexus (dropshot_internal): Inserted records for oximeter service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18422023-07-19T18:40:21.759ZINFOnexus (dropshot_internal): Inserted records for clickhouse service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18432023-07-19T18:40:21.761ZINFOnexus (dropshot_internal): Inserted records for crucible_pantry service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18442023-07-19T18:40:21.764ZINFOnexus (dropshot_internal): Inserted records for crucible_pantry service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18452023-07-19T18:40:21.767ZINFOnexus (dropshot_internal): Inserted records for crucible_pantry service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18462023-07-19T18:40:21.769ZINFOnexus (dropshot_internal): Inserted records for crucible service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18472023-07-19T18:40:21.771ZINFOnexus (dropshot_internal): Inserted records for crucible service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18482023-07-19T18:40:21.774ZINFOnexus (dropshot_internal): Inserted records for crucible service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18492023-07-19T18:40:21.776ZINFOnexus (dropshot_internal): Inserted records for crucible service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18502023-07-19T18:40:21.779ZINFOnexus (dropshot_internal): Inserted records for crucible service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18512023-07-19T18:40:21.793ZINFOnexus (dropshot_internal): Inserted records for ntp service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18522023-07-19T18:40:21.793ZINFOnexus (dropshot_internal): Inserted services actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18532023-07-19T18:40:21.815ZINFOnexus (dropshot_internal): request completed error_message_external = not found: zpool with id "24b4dc87-ab46-49fb-a4b4-d361ae214c03" error_message_internal = not found: zpool with id "24b4dc87-ab46-49fb-a4b4-d361ae214c03" local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 99f94113-489e-4fe6-a409-0e307fdef0ea response_code = 404 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18542023-07-19T18:40:23.111ZDEBGnexus (ServiceBalancer): roles roles = RoleSet { roles: {} }
18552023-07-19T18:40:23.111ZDEBGnexus (ServiceBalancer): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-00000000bac3, .. }) resource = Database result = Ok(())
18562023-07-19T18:40:23.112ZDEBGnexus (ServiceBalancer): roles roles = RoleSet { roles: {} }
18572023-07-19T18:40:23.112ZDEBGnexus (ServiceBalancer): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-00000000bac3, .. }) resource = Database result = Ok(())
18582023-07-19T18:40:23.114ZDEBGnexus (ServiceBalancer): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
18592023-07-19T18:40:23.116ZDEBGnexus (ServiceBalancer): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-00000000bac3, .. }) resource = Rack { parent: Fleet, key: 4cb0fae9-ee43-444f-8d2a-2c1d23f8c707, lookup_type: ById(4cb0fae9-ee43-444f-8d2a-2c1d23f8c707) } result = Ok(())
18602023-07-19T18:40:23.116ZINFOnexus: Still waiting for rack initialization: Rack { identity: RackIdentity { id: 4cb0fae9-ee43-444f-8d2a-2c1d23f8c707, time_created: 2023-07-19T18:40:09.575358Z, time_modified: 2023-07-19T18:40:09.575358Z }, initialized: false, tuf_base_url: None }
18612023-07-19T18:40:23.137ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18622023-07-19T18:40:23.137ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18632023-07-19T18:40:23.138ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18642023-07-19T18:40:23.140ZDEBGnexus (dropshot_internal): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18652023-07-19T18:40:23.140ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18662023-07-19T18:40:23.140ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18672023-07-19T18:40:23.141ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18682023-07-19T18:40:23.143ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18692023-07-19T18:40:23.143ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18702023-07-19T18:40:23.143ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18712023-07-19T18:40:23.145ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18722023-07-19T18:40:23.146ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18732023-07-19T18:40:23.147ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18742023-07-19T18:40:23.148ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18752023-07-19T18:40:23.148ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18762023-07-19T18:40:23.148ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18772023-07-19T18:40:23.150ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18782023-07-19T18:40:23.150ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18792023-07-19T18:40:23.151ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18802023-07-19T18:40:23.152ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18812023-07-19T18:40:23.152ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18822023-07-19T18:40:23.153ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18832023-07-19T18:40:23.154ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18842023-07-19T18:40:23.156ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b resource = IpPoolList result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18852023-07-19T18:40:23.156ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18862023-07-19T18:40:23.156ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18872023-07-19T18:40:23.157ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18882023-07-19T18:40:23.157ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18892023-07-19T18:40:23.158ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18902023-07-19T18:40:23.158ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18912023-07-19T18:40:23.159ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18922023-07-19T18:40:23.161ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b resource = IpPool { parent: Fleet, key: d61d6a28-ef8b-479f-be5b-463c43cbaa6f, lookup_type: ByCompositeId("Service IP Pool") } result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18932023-07-19T18:40:23.169ZINFOnexus (dropshot_internal): Inserted records for internal_dns service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18942023-07-19T18:40:23.171ZINFOnexus (dropshot_internal): Inserted records for internal_dns service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18952023-07-19T18:40:23.174ZINFOnexus (dropshot_internal): Inserted records for internal_dns service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18962023-07-19T18:40:23.176ZINFOnexus (dropshot_internal): Inserted records for cockroach service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18972023-07-19T18:40:23.179ZINFOnexus (dropshot_internal): Inserted records for cockroach service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18982023-07-19T18:40:23.181ZINFOnexus (dropshot_internal): Inserted records for cockroach service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
18992023-07-19T18:40:23.183ZINFOnexus (dropshot_internal): Inserted records for cockroach service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19002023-07-19T18:40:23.186ZINFOnexus (dropshot_internal): Inserted records for cockroach service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19012023-07-19T18:40:23.214ZINFOnexus: upserting zpool sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db zpool_id = b462a7f7-b628-40fe-80ff-4e4189e2d62b
19022023-07-19T18:40:23.214ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = c4074383-64ed-4b05-9467-ebca165fd3ba roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/b462a7f7-b628-40fe-80ff-4e4189e2d62b
19032023-07-19T18:40:23.214ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = c4074383-64ed-4b05-9467-ebca165fd3ba resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/b462a7f7-b628-40fe-80ff-4e4189e2d62b
19042023-07-19T18:40:23.215ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = c4074383-64ed-4b05-9467-ebca165fd3ba roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/b462a7f7-b628-40fe-80ff-4e4189e2d62b
19052023-07-19T18:40:23.215ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = c4074383-64ed-4b05-9467-ebca165fd3ba resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/b462a7f7-b628-40fe-80ff-4e4189e2d62b
19062023-07-19T18:40:23.217ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = c4074383-64ed-4b05-9467-ebca165fd3ba roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/b462a7f7-b628-40fe-80ff-4e4189e2d62b
19072023-07-19T18:40:23.219ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = c4074383-64ed-4b05-9467-ebca165fd3ba resource = PhysicalDisk { parent: Fleet, key: ("synthetic-vendor", "synthetic-serial-b462a7f7-b628-40fe-80ff-4e4189e2d62b", "synthetic-model"), lookup_type: ByCompositeId("vendor = \\"synthetic-vendor\\", serial = \\"synthetic-serial-b462a7f7-b628-40fe-80ff-4e4189e2d62b\\", model = \\"synthetic-model\\"") } result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/b462a7f7-b628-40fe-80ff-4e4189e2d62b
19082023-07-19T18:40:23.249ZINFOnexus (dropshot_internal): Inserted records for external_dns service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19092023-07-19T18:40:23.265ZINFOnexus (dropshot_internal): Inserted records for external_dns service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19102023-07-19T18:40:23.280ZINFOnexus (dropshot_internal): Inserted records for nexus service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19112023-07-19T18:40:23.296ZINFOnexus (dropshot_internal): Inserted records for nexus service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19122023-07-19T18:40:23.311ZINFOnexus (dropshot_internal): Inserted records for nexus service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19132023-07-19T18:40:23.314ZINFOnexus (dropshot_internal): Inserted records for oximeter service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19142023-07-19T18:40:23.317ZINFOnexus (dropshot_internal): Inserted records for clickhouse service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19152023-07-19T18:40:23.319ZINFOnexus (dropshot_internal): Inserted records for crucible_pantry service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19162023-07-19T18:40:23.322ZINFOnexus (dropshot_internal): Inserted records for crucible_pantry service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19172023-07-19T18:40:23.324ZINFOnexus (dropshot_internal): Inserted records for crucible_pantry service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19182023-07-19T18:40:23.327ZINFOnexus (dropshot_internal): Inserted records for crucible service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19192023-07-19T18:40:23.329ZINFOnexus (dropshot_internal): Inserted records for crucible service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19202023-07-19T18:40:23.332ZINFOnexus (dropshot_internal): Inserted records for crucible service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19212023-07-19T18:40:23.337ZINFOnexus (dropshot_internal): Inserted records for crucible service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19222023-07-19T18:40:23.341ZINFOnexus (dropshot_internal): Inserted records for crucible service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19232023-07-19T18:40:23.358ZINFOnexus (dropshot_internal): Inserted records for ntp service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19242023-07-19T18:40:23.358ZINFOnexus (dropshot_internal): Inserted services actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19252023-07-19T18:40:23.379ZINFOnexus (dropshot_internal): request completed error_message_external = not found: zpool with id "24b4dc87-ab46-49fb-a4b4-d361ae214c03" error_message_internal = not found: zpool with id "24b4dc87-ab46-49fb-a4b4-d361ae214c03" local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = dc6464fd-2364-440e-9b3b-0454cd3a175b response_code = 404 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19262023-07-19T18:40:23.390ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = c4074383-64ed-4b05-9467-ebca165fd3ba response_code = 200 uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/b462a7f7-b628-40fe-80ff-4e4189e2d62b
19272023-07-19T18:40:25.117ZDEBGnexus (ServiceBalancer): roles roles = RoleSet { roles: {} }
19282023-07-19T18:40:25.117ZDEBGnexus (ServiceBalancer): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-00000000bac3, .. }) resource = Database result = Ok(())
19292023-07-19T18:40:25.118ZDEBGnexus (ServiceBalancer): roles roles = RoleSet { roles: {} }
19302023-07-19T18:40:25.118ZDEBGnexus (ServiceBalancer): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-00000000bac3, .. }) resource = Database result = Ok(())
19312023-07-19T18:40:25.120ZDEBGnexus (ServiceBalancer): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
19322023-07-19T18:40:25.122ZDEBGnexus (ServiceBalancer): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-00000000bac3, .. }) resource = Rack { parent: Fleet, key: 4cb0fae9-ee43-444f-8d2a-2c1d23f8c707, lookup_type: ById(4cb0fae9-ee43-444f-8d2a-2c1d23f8c707) } result = Ok(())
19332023-07-19T18:40:25.122ZINFOnexus: Still waiting for rack initialization: Rack { identity: RackIdentity { id: 4cb0fae9-ee43-444f-8d2a-2c1d23f8c707, time_created: 2023-07-19T18:40:09.575358Z, time_modified: 2023-07-19T18:40:09.575358Z }, initialized: false, tuf_base_url: None }
19342023-07-19T18:40:25.360ZINFOnexus: upserting zpool sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db zpool_id = 24b4dc87-ab46-49fb-a4b4-d361ae214c03
19352023-07-19T18:40:25.360ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 6b668304-b0e7-41ba-836a-788506600be6 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/24b4dc87-ab46-49fb-a4b4-d361ae214c03
19362023-07-19T18:40:25.360ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 6b668304-b0e7-41ba-836a-788506600be6 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/24b4dc87-ab46-49fb-a4b4-d361ae214c03
19372023-07-19T18:40:25.362ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 6b668304-b0e7-41ba-836a-788506600be6 roles = RoleSet { roles: {} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/24b4dc87-ab46-49fb-a4b4-d361ae214c03
19382023-07-19T18:40:25.362ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 6b668304-b0e7-41ba-836a-788506600be6 resource = Database result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/24b4dc87-ab46-49fb-a4b4-d361ae214c03
19392023-07-19T18:40:25.363ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 6b668304-b0e7-41ba-836a-788506600be6 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/24b4dc87-ab46-49fb-a4b4-d361ae214c03
19402023-07-19T18:40:25.366ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 6b668304-b0e7-41ba-836a-788506600be6 resource = PhysicalDisk { parent: Fleet, key: ("synthetic-vendor", "synthetic-serial-24b4dc87-ab46-49fb-a4b4-d361ae214c03", "synthetic-model"), lookup_type: ByCompositeId("vendor = \\"synthetic-vendor\\", serial = \\"synthetic-serial-24b4dc87-ab46-49fb-a4b4-d361ae214c03\\", model = \\"synthetic-model\\"") } result = Ok(()) uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/24b4dc87-ab46-49fb-a4b4-d361ae214c03
19412023-07-19T18:40:25.375ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:37547 req_id = 6b668304-b0e7-41ba-836a-788506600be6 response_code = 200 uri = /sled-agents/7150410d-305b-4dec-b4b1-e5eeda1649db/zpools/24b4dc87-ab46-49fb-a4b4-d361ae214c03
19422023-07-19T18:40:26.451ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19432023-07-19T18:40:26.452ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19442023-07-19T18:40:26.453ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19452023-07-19T18:40:26.454ZDEBGnexus (dropshot_internal): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19462023-07-19T18:40:26.454ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19472023-07-19T18:40:26.455ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19482023-07-19T18:40:26.456ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19492023-07-19T18:40:26.457ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19502023-07-19T18:40:26.457ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19512023-07-19T18:40:26.457ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19522023-07-19T18:40:26.460ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19532023-07-19T18:40:26.460ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19542023-07-19T18:40:26.461ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19552023-07-19T18:40:26.463ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19562023-07-19T18:40:26.463ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19572023-07-19T18:40:26.463ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19582023-07-19T18:40:26.464ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19592023-07-19T18:40:26.464ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19602023-07-19T18:40:26.466ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19612023-07-19T18:40:26.467ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19622023-07-19T18:40:26.467ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19632023-07-19T18:40:26.467ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19642023-07-19T18:40:26.468ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19652023-07-19T18:40:26.471ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = IpPoolList result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19662023-07-19T18:40:26.471ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19672023-07-19T18:40:26.471ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19682023-07-19T18:40:26.472ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19692023-07-19T18:40:26.472ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19702023-07-19T18:40:26.473ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19712023-07-19T18:40:26.473ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19722023-07-19T18:40:26.474ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19732023-07-19T18:40:26.476ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = IpPool { parent: Fleet, key: d61d6a28-ef8b-479f-be5b-463c43cbaa6f, lookup_type: ByCompositeId("Service IP Pool") } result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19742023-07-19T18:40:26.485ZINFOnexus (dropshot_internal): Inserted records for internal_dns service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19752023-07-19T18:40:26.490ZINFOnexus (dropshot_internal): Inserted records for internal_dns service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19762023-07-19T18:40:26.494ZINFOnexus (dropshot_internal): Inserted records for internal_dns service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19772023-07-19T18:40:26.497ZINFOnexus (dropshot_internal): Inserted records for cockroach service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19782023-07-19T18:40:26.499ZINFOnexus (dropshot_internal): Inserted records for cockroach service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19792023-07-19T18:40:26.501ZINFOnexus (dropshot_internal): Inserted records for cockroach service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19802023-07-19T18:40:26.504ZINFOnexus (dropshot_internal): Inserted records for cockroach service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19812023-07-19T18:40:26.506ZINFOnexus (dropshot_internal): Inserted records for cockroach service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19822023-07-19T18:40:26.522ZINFOnexus (dropshot_internal): Inserted records for external_dns service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19832023-07-19T18:40:26.538ZINFOnexus (dropshot_internal): Inserted records for external_dns service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19842023-07-19T18:40:26.553ZINFOnexus (dropshot_internal): Inserted records for nexus service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19852023-07-19T18:40:26.568ZINFOnexus (dropshot_internal): Inserted records for nexus service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19862023-07-19T18:40:26.584ZINFOnexus (dropshot_internal): Inserted records for nexus service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19872023-07-19T18:40:26.586ZINFOnexus (dropshot_internal): Inserted records for oximeter service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19882023-07-19T18:40:26.589ZINFOnexus (dropshot_internal): Inserted records for clickhouse service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19892023-07-19T18:40:26.591ZINFOnexus (dropshot_internal): Inserted records for crucible_pantry service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19902023-07-19T18:40:26.593ZINFOnexus (dropshot_internal): Inserted records for crucible_pantry service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19912023-07-19T18:40:26.596ZINFOnexus (dropshot_internal): Inserted records for crucible_pantry service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19922023-07-19T18:40:26.598ZINFOnexus (dropshot_internal): Inserted records for crucible service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19932023-07-19T18:40:26.600ZINFOnexus (dropshot_internal): Inserted records for crucible service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19942023-07-19T18:40:26.603ZINFOnexus (dropshot_internal): Inserted records for crucible service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19952023-07-19T18:40:26.605ZINFOnexus (dropshot_internal): Inserted records for crucible service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19962023-07-19T18:40:26.607ZINFOnexus (dropshot_internal): Inserted records for crucible service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19972023-07-19T18:40:26.622ZINFOnexus (dropshot_internal): Inserted records for ntp service actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19982023-07-19T18:40:26.622ZINFOnexus (dropshot_internal): Inserted services actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
19992023-07-19T18:40:26.670ZINFOnexus (dropshot_internal): Inserted datasets actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20002023-07-19T18:40:26.704ZINFOnexus (dropshot_internal): Populated DNS tables for internal DNS actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20012023-07-19T18:40:26.706ZINFOnexus (dropshot_internal): Populated DNS tables for external DNS actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20022023-07-19T18:40:26.706ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20032023-07-19T18:40:26.706ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20042023-07-19T18:40:26.707ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20052023-07-19T18:40:26.709ZDEBGnexus (dropshot_internal): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20062023-07-19T18:40:26.709ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20072023-07-19T18:40:26.709ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20082023-07-19T18:40:26.710ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20092023-07-19T18:40:26.711ZDEBGnexus (dropshot_internal): authorize result action = ModifyPolicy actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Fleet result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20102023-07-19T18:40:26.744ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20112023-07-19T18:40:26.744ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20122023-07-19T18:40:26.745ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20132023-07-19T18:40:26.748ZDEBGnexus (dropshot_internal): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = DnsConfig result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20142023-07-19T18:40:26.748ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20152023-07-19T18:40:26.748ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20162023-07-19T18:40:26.749ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20172023-07-19T18:40:26.752ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = DnsConfig result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20182023-07-19T18:40:26.753ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20192023-07-19T18:40:26.753ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20202023-07-19T18:40:26.754ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20212023-07-19T18:40:26.756ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = DnsConfig result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20222023-07-19T18:40:26.759ZINFOnexus (dropshot_internal): Created recovery silo actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20232023-07-19T18:40:26.760ZINFOnexus (dropshot_internal): Created recovery user actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20242023-07-19T18:40:26.760ZINFOnexus (dropshot_internal): Created recovery user's password actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20252023-07-19T18:40:26.760ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20262023-07-19T18:40:26.760ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20272023-07-19T18:40:26.761ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20282023-07-19T18:40:26.762ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20292023-07-19T18:40:26.763ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20302023-07-19T18:40:26.764ZDEBGnexus (dropshot_internal): authorize result action = ModifyPolicy actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20312023-07-19T18:40:26.764ZDEBGnexus (dropshot_internal): Generated role assignment queries actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20322023-07-19T18:40:26.766ZINFOnexus (dropshot_internal): Granted Silo privileges actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20332023-07-19T18:40:26.771ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20342023-07-19T18:40:26.771ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20352023-07-19T18:40:26.772ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20362023-07-19T18:40:26.773ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20372023-07-19T18:40:26.774ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20382023-07-19T18:40:26.774ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20392023-07-19T18:40:26.775ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20402023-07-19T18:40:26.775ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20412023-07-19T18:40:26.776ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20422023-07-19T18:40:26.776ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20432023-07-19T18:40:26.777ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20442023-07-19T18:40:26.777ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20452023-07-19T18:40:26.778ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20462023-07-19T18:40:26.781ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Vpc { parent: Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) }, key: 001de000-074c-4000-8000-000000000000, lookup_type: ById(001de000-074c-4000-8000-000000000000) } result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20472023-07-19T18:40:26.781ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20482023-07-19T18:40:26.781ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20492023-07-19T18:40:26.782ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20502023-07-19T18:40:26.782ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20512023-07-19T18:40:26.783ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20522023-07-19T18:40:26.784ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20532023-07-19T18:40:26.784ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20542023-07-19T18:40:26.788ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Vpc { parent: Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) }, key: 001de000-074c-4000-8000-000000000000, lookup_type: ById(001de000-074c-4000-8000-000000000000) } result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20552023-07-19T18:40:26.788ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20562023-07-19T18:40:26.788ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20572023-07-19T18:40:26.789ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20582023-07-19T18:40:26.789ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20592023-07-19T18:40:26.790ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20602023-07-19T18:40:26.790ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20612023-07-19T18:40:26.791ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20622023-07-19T18:40:26.791ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20632023-07-19T18:40:26.792ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20642023-07-19T18:40:26.792ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20652023-07-19T18:40:26.793ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20662023-07-19T18:40:26.793ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20672023-07-19T18:40:26.794ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20682023-07-19T18:40:26.794ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20692023-07-19T18:40:26.795ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20702023-07-19T18:40:26.798ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Vpc { parent: Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) }, key: 001de000-074c-4000-8000-000000000000, lookup_type: ById(001de000-074c-4000-8000-000000000000) } result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20712023-07-19T18:40:26.798ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20722023-07-19T18:40:26.798ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20732023-07-19T18:40:26.799ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20742023-07-19T18:40:26.799ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20752023-07-19T18:40:26.800ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20762023-07-19T18:40:26.800ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20772023-07-19T18:40:26.801ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20782023-07-19T18:40:26.801ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20792023-07-19T18:40:26.802ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20802023-07-19T18:40:26.802ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20812023-07-19T18:40:26.803ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20822023-07-19T18:40:26.804ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20832023-07-19T18:40:26.805ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20842023-07-19T18:40:26.805ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20852023-07-19T18:40:26.806ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20862023-07-19T18:40:26.809ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = VpcSubnet { parent: Vpc { parent: Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) }, key: 001de000-074c-4000-8000-000000000000, lookup_type: ByName("oxide-services") }, key: 001de000-c470-4000-8000-000000000002, lookup_type: ByName("nexus") } result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20872023-07-19T18:40:26.809ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20882023-07-19T18:40:26.809ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20892023-07-19T18:40:26.810ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20902023-07-19T18:40:26.810ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20912023-07-19T18:40:26.811ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20922023-07-19T18:40:26.811ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20932023-07-19T18:40:26.812ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20942023-07-19T18:40:26.815ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = VpcSubnet { parent: Vpc { parent: Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) }, key: 001de000-074c-4000-8000-000000000000, lookup_type: ByName("oxide-services") }, key: 001de000-c470-4000-8000-000000000002, lookup_type: ByName("nexus") } result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20952023-07-19T18:40:26.815ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20962023-07-19T18:40:26.815ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20972023-07-19T18:40:26.818ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20982023-07-19T18:40:26.818ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
20992023-07-19T18:40:26.819ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
21002023-07-19T18:40:26.819ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
21012023-07-19T18:40:26.820ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
21022023-07-19T18:40:26.820ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
21032023-07-19T18:40:26.821ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
21042023-07-19T18:40:26.821ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
21052023-07-19T18:40:26.822ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
21062023-07-19T18:40:26.822ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
21072023-07-19T18:40:26.822ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
21082023-07-19T18:40:26.823ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
21092023-07-19T18:40:26.824ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
21102023-07-19T18:40:26.824ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
21112023-07-19T18:40:26.825ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
21122023-07-19T18:40:26.828ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = VpcSubnet { parent: Vpc { parent: Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) }, key: 001de000-074c-4000-8000-000000000000, lookup_type: ByName("oxide-services") }, key: 001de000-c470-4000-8000-000000000001, lookup_type: ByName("external-dns") } result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
21132023-07-19T18:40:26.828ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
21142023-07-19T18:40:26.828ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
21152023-07-19T18:40:26.829ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
21162023-07-19T18:40:26.829ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
21172023-07-19T18:40:26.830ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
21182023-07-19T18:40:26.830ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
21192023-07-19T18:40:26.831ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
21202023-07-19T18:40:26.834ZDEBGnexus (dropshot_internal): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = VpcSubnet { parent: Vpc { parent: Project { parent: Silo { parent: Fleet, key: 001de000-5110-4000-8000-000000000001, lookup_type: ById(001de000-5110-4000-8000-000000000001) }, key: 001de000-4401-4000-8000-000000000000, lookup_type: ById(001de000-4401-4000-8000-000000000000) }, key: 001de000-074c-4000-8000-000000000000, lookup_type: ByName("oxide-services") }, key: 001de000-c470-4000-8000-000000000001, lookup_type: ByName("external-dns") } result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
21212023-07-19T18:40:26.834ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
21222023-07-19T18:40:26.835ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
21232023-07-19T18:40:26.837ZDEBGnexus: resolved names for firewall rules instance_interfaces = {} subnet_interfaces = {Name("external-dns"): [NetworkInterface { id: 2aead3f0-0181-487f-ad57-481a05f92182, ip: 172.30.1.5, kind: Service(2048308a-ae3c-4f49-9042-40d5e90129c2), mac: MacAddr("A8:40:25:FF:A3:D4"), name: Name("external-dns-2048308a-ae3c-4f49-9042-40d5e90129c2"), primary: true, slot: 0, subnet: V4(Ipv4Net("172.30.1.0/24")), vni: Vni(100) }, NetworkInterface { id: c6d4996b-3116-4de3-ab17-4884d89f9515, ip: 172.30.1.6, kind: Service(7eebeec6-2707-43ff-9a3b-9d207b03a5d9), mac: MacAddr("A8:40:25:FF:A2:D6"), name: Name("external-dns-7eebeec6-2707-43ff-9a3b-9d207b03a5d9"), primary: true, slot: 0, subnet: V4(Ipv4Net("172.30.1.0/24")), vni: Vni(100) }], Name("nexus"): [NetworkInterface { id: ab5192dd-5b2a-437e-a29c-19a6b6f633ef, ip: 172.30.2.5, kind: Service(ae5b138b-1cc5-42ad-90d5-74b0e8fef749), mac: MacAddr("A8:40:25:FF:8E:5B"), name: Name("nexus-ae5b138b-1cc5-42ad-90d5-74b0e8fef749"), primary: true, slot: 0, subnet: V4(Ipv4Net("172.30.2.0/24")), vni: Vni(100) }, NetworkInterface { id: ea31c6d1-3716-441f-b3f5-886a4d1e4801, ip: 172.30.2.7, kind: Service(4a7ff3a3-9085-43a5-a58b-0ff524515285), mac: MacAddr("A8:40:25:FF:9C:1E"), name: Name("nexus-4a7ff3a3-9085-43a5-a58b-0ff524515285"), primary: true, slot: 0, subnet: V4(Ipv4Net("172.30.2.0/24")), vni: Vni(100) }, NetworkInterface { id: f09dc361-53a0-4de5-9433-26796a8d8986, ip: 172.30.2.6, kind: Service(f0e7df5d-712f-453c-8680-41be90c2c0b3), mac: MacAddr("A8:40:25:FF:EC:5E"), name: Name("nexus-f0e7df5d-712f-453c-8680-41be90c2c0b3"), primary: true, slot: 0, subnet: V4(Ipv4Net("172.30.2.0/24")), vni: Vni(100) }]} subnet_networks = {Name("external-dns"): [V4(Ipv4Network { addr: 172.30.1.0, prefix: 24 }), V6(Ipv6Network { addr: fd77:e9d2:9cd9:1::, prefix: 64 })], Name("nexus"): [V4(Ipv4Network { addr: 172.30.2.0, prefix: 24 }), V6(Ipv6Network { addr: fd77:e9d2:9cd9:2::, prefix: 64 })]} vpc_interfaces = {}
21242023-07-19T18:40:26.838ZDEBGnexus: resolved firewall rules for sled agents sled_agent_rules = [VpcFirewallRule { action: Allow, direction: Inbound, filter_hosts: None, filter_ports: Some([L4PortRange("53")]), filter_protocols: Some([Udp]), priority: 65534, status: Enabled, targets: [NetworkInterface { id: 2aead3f0-0181-487f-ad57-481a05f92182, ip: 172.30.1.5, kind: Service(2048308a-ae3c-4f49-9042-40d5e90129c2), mac: MacAddr("A8:40:25:FF:A3:D4"), name: Name("external-dns-2048308a-ae3c-4f49-9042-40d5e90129c2"), primary: true, slot: 0, subnet: V4(Ipv4Net("172.30.1.0/24")), vni: Vni(100) }, NetworkInterface { id: c6d4996b-3116-4de3-ab17-4884d89f9515, ip: 172.30.1.6, kind: Service(7eebeec6-2707-43ff-9a3b-9d207b03a5d9), mac: MacAddr("A8:40:25:FF:A2:D6"), name: Name("external-dns-7eebeec6-2707-43ff-9a3b-9d207b03a5d9"), primary: true, slot: 0, subnet: V4(Ipv4Net("172.30.1.0/24")), vni: Vni(100) }] }, VpcFirewallRule { action: Allow, direction: Inbound, filter_hosts: None, filter_ports: Some([L4PortRange("80"), L4PortRange("443")]), filter_protocols: Some([Tcp]), priority: 65534, status: Enabled, targets: [NetworkInterface { id: ab5192dd-5b2a-437e-a29c-19a6b6f633ef, ip: 172.30.2.5, kind: Service(ae5b138b-1cc5-42ad-90d5-74b0e8fef749), mac: MacAddr("A8:40:25:FF:8E:5B"), name: Name("nexus-ae5b138b-1cc5-42ad-90d5-74b0e8fef749"), primary: true, slot: 0, subnet: V4(Ipv4Net("172.30.2.0/24")), vni: Vni(100) }, NetworkInterface { id: ea31c6d1-3716-441f-b3f5-886a4d1e4801, ip: 172.30.2.7, kind: Service(4a7ff3a3-9085-43a5-a58b-0ff524515285), mac: MacAddr("A8:40:25:FF:9C:1E"), name: Name("nexus-4a7ff3a3-9085-43a5-a58b-0ff524515285"), primary: true, slot: 0, subnet: V4(Ipv4Net("172.30.2.0/24")), vni: Vni(100) }, NetworkInterface { id: f09dc361-53a0-4de5-9433-26796a8d8986, ip: 172.30.2.6, kind: Service(f0e7df5d-712f-453c-8680-41be90c2c0b3), mac: MacAddr("A8:40:25:FF:EC:5E"), name: Name("nexus-f0e7df5d-712f-453c-8680-41be90c2c0b3"), primary: true, slot: 0, subnet: V4(Ipv4Net("172.30.2.0/24")), vni: Vni(100) }] }]
21252023-07-19T18:40:26.838ZDEBGnexus: resolved 2 rules for sleds
21262023-07-19T18:40:26.845ZDEBGnexus: resolved sleds for vpc oxide-services vpc_to_sled = [Sled { identity: SledIdentity { id: 7150410d-305b-4dec-b4b1-e5eeda1649db, time_created: 2023-07-19T18:40:15.126472Z, time_modified: 2023-07-19T18:40:15.299932Z }, time_deleted: None, rcgen: Generation(Generation(39)), rack_id: 4cb0fae9-ee43-444f-8d2a-2c1d23f8c707, is_scrimlet: true, serial_number: "2ce71090eb634f12b224920f120a8f48", part_number: "i86pc", revision: 0, usable_hardware_threads: SqlU32(48), usable_physical_ram: ByteCount(ByteCount(102952026112)), reservoir_size: ByteCount(ByteCount(0)), ip: fd00:1122:3344:101::1, port: SqlU16(12345), last_used_address: fd00:1122:3344:101::21 }]
21272023-07-19T18:40:26.845ZDEBGnexus: sending firewall rules to sled agents
21282023-07-19T18:40:26.845ZDEBGnexus (InstanceAllocator): roles roles = RoleSet { roles: {} }
21292023-07-19T18:40:26.845ZDEBGnexus (InstanceAllocator): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000004ead, .. }) resource = Database result = Ok(())
21302023-07-19T18:40:26.847ZDEBGnexus (InstanceAllocator): roles roles = RoleSet { roles: {} }
21312023-07-19T18:40:26.847ZDEBGnexus (InstanceAllocator): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000004ead, .. }) resource = Database result = Ok(())
21322023-07-19T18:40:26.848ZDEBGnexus (InstanceAllocator): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "viewer")} }
21332023-07-19T18:40:26.849ZDEBGnexus (InstanceAllocator): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000004ead, .. }) resource = Sled { parent: Fleet, key: 7150410d-305b-4dec-b4b1-e5eeda1649db, lookup_type: ById(7150410d-305b-4dec-b4b1-e5eeda1649db) } result = Ok(())
21342023-07-19T18:40:26.882ZDEBGnexus: client request SledAgent = 7150410d-305b-4dec-b4b1-e5eeda1649db body = Some(Body) method = PUT uri = http://[fd00:1122:3344:101::1]:12345/vpc/001de000-074c-4000-8000-000000000000/firewall/rules
21352023-07-19T18:40:26.883ZDEBGnexus: client response SledAgent = 7150410d-305b-4dec-b4b1-e5eeda1649db result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:101::1)), port: Some(12345), path: "/vpc/001de000-074c-4000-8000-000000000000/firewall/rules", query: None, fragment: None }, status: 204, headers: {"x-request-id": "98960d2f-8d04-428d-9cab-fea301242481", "date": "Wed, 19 Jul 2023 18:40:26 GMT"} })
21362023-07-19T18:40:26.884ZINFOnexus: updated firewall rules on 1 sleds
21372023-07-19T18:40:26.884ZINFOnexus: Using automatic external switchport discovery
21382023-07-19T18:40:26.884ZDEBGnexus (BackgroundTasks): activating background_task = dns_servers_internal dns_group = internal iteration = 3 reason = Signaled
21392023-07-19T18:40:26.884ZDEBGnexus (BackgroundTasks): activating background_task = dns_config_internal dns_group = internal iteration = 3 reason = Signaled
21402023-07-19T18:40:26.884ZDEBGnexus (BackgroundTasks): reading DNS version background_task = dns_config_internal dns_group = internal
21412023-07-19T18:40:26.884ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {} }
21422023-07-19T18:40:26.884ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
21432023-07-19T18:40:26.884ZDEBGnexus (BackgroundTasks): activating background_task = dns_config_external dns_group = external iteration = 3 reason = Signaled
21442023-07-19T18:40:26.884ZDEBGnexus (BackgroundTasks): reading DNS version background_task = dns_config_external dns_group = external
21452023-07-19T18:40:26.884ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
21462023-07-19T18:40:26.884ZDEBGnexus (BackgroundTasks): activating background_task = dns_servers_external dns_group = external iteration = 3 reason = Signaled
21472023-07-19T18:40:26.884ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {} }
21482023-07-19T18:40:26.884ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
21492023-07-19T18:40:26.884ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
21502023-07-19T18:40:26.884ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
21512023-07-19T18:40:26.884ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
21522023-07-19T18:40:26.885ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Database result = Ok(())
21532023-07-19T18:40:26.885ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Database result = Ok(())
21542023-07-19T18:40:26.885ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
21552023-07-19T18:40:26.885ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
21562023-07-19T18:40:26.886ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
21572023-07-19T18:40:26.886ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
21582023-07-19T18:40:26.886ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
21592023-07-19T18:40:26.886ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
21602023-07-19T18:40:26.889ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Fleet result = Ok(())
21612023-07-19T18:40:26.889ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {} }
21622023-07-19T18:40:26.889ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Database result = Ok(())
21632023-07-19T18:40:26.890ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Fleet result = Ok(())
21642023-07-19T18:40:26.890ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {} }
21652023-07-19T18:40:26.890ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = DnsConfig result = Ok(())
21662023-07-19T18:40:26.890ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Database result = Ok(())
21672023-07-19T18:40:26.890ZINFOnexus (BackgroundTasks): found DNS servers (changed) addresses = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } background_task = dns_servers_external current_servers = DnsServersList { addresses: [] } dns_group = external
21682023-07-19T18:40:26.890ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_servers_external dns_group = external elapsed = 5.7843ms iteration = 3
21692023-07-19T18:40:26.890ZDEBGnexus (BackgroundTasks): activating background_task = dns_propagation_external dns_group = external iteration = 4 reason = Dependency
21702023-07-19T18:40:26.890ZWARNnexus (BackgroundTasks): DNS propagation: skipped background_task = dns_propagation_external dns_group = external reason = no config
21712023-07-19T18:40:26.890ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_propagation_external dns_group = external elapsed = 3.27\u{b5}s iteration = 4
21722023-07-19T18:40:26.890ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = DnsConfig result = Ok(())
21732023-07-19T18:40:26.890ZDEBGnexus (BackgroundTasks): found DNS version background_task = dns_config_external dns_group = external version = 2
21742023-07-19T18:40:26.890ZDEBGnexus (BackgroundTasks): reading DNS config background_task = dns_config_external dns_group = external
21752023-07-19T18:40:26.890ZDEBGnexus (BackgroundTasks): reading DNS zones background_task = dns_config_external dns_group = external
21762023-07-19T18:40:26.890ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
21772023-07-19T18:40:26.890ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
21782023-07-19T18:40:26.891ZINFOnexus (BackgroundTasks): found DNS servers (changed) addresses = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } background_task = dns_servers_internal current_servers = DnsServersList { addresses: [] } dns_group = internal
21792023-07-19T18:40:26.891ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_servers_internal dns_group = internal elapsed = 6.602484ms iteration = 3
21802023-07-19T18:40:26.891ZDEBGnexus (BackgroundTasks): activating background_task = dns_propagation_internal dns_group = internal iteration = 4 reason = Dependency
21812023-07-19T18:40:26.891ZWARNnexus (BackgroundTasks): DNS propagation: skipped background_task = dns_propagation_internal dns_group = internal reason = no config
21822023-07-19T18:40:26.891ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_propagation_internal dns_group = internal elapsed = 2.98\u{b5}s iteration = 4
21832023-07-19T18:40:26.891ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
21842023-07-19T18:40:26.894ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = DnsConfig result = Ok(())
21852023-07-19T18:40:26.894ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
21862023-07-19T18:40:26.894ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
21872023-07-19T18:40:26.895ZDEBGnexus (BackgroundTasks): found zones background_task = dns_config_external count = 1 dns_group = external
21882023-07-19T18:40:26.895ZDEBGnexus (BackgroundTasks): listing DNS names for zone background_task = dns_config_external batch_size = 100 dns_group = external dns_zone_id = ba9b905d-274e-4fd8-96b9-635f36ba4d80 dns_zone_name = oxide.test found_so_far = 0 version = 2
21892023-07-19T18:40:26.895ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
21902023-07-19T18:40:26.895ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
21912023-07-19T18:40:26.896ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
21922023-07-19T18:40:26.898ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = DnsConfig result = Ok(())
21932023-07-19T18:40:26.898ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
21942023-07-19T18:40:26.898ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
21952023-07-19T18:40:26.900ZDEBGnexus (BackgroundTasks): found all DNS names for zone background_task = dns_config_external dns_group = external dns_zone_id = ba9b905d-274e-4fd8-96b9-635f36ba4d80 dns_zone_name = oxide.test found_so_far = 1 version = 2
21962023-07-19T18:40:26.900ZDEBGnexus (BackgroundTasks): read DNS config background_task = dns_config_external dns_group = external nzones = 1 version = 2
21972023-07-19T18:40:26.900ZINFOnexus (BackgroundTasks): found latest generation (first find) background_task = dns_config_external dns_group = external generation = 2
21982023-07-19T18:40:26.900ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_config_external dns_group = external elapsed = 15.928788ms iteration = 3
21992023-07-19T18:40:26.900ZDEBGnexus (BackgroundTasks): activating background_task = dns_propagation_external dns_group = external iteration = 5 reason = Dependency
22002023-07-19T18:40:26.921ZDEBGnexus (BackgroundTasks): found DNS version background_task = dns_config_internal dns_group = internal version = 1
22012023-07-19T18:40:26.921ZDEBGnexus (BackgroundTasks): reading DNS config background_task = dns_config_internal dns_group = internal
22022023-07-19T18:40:26.921ZDEBGnexus (BackgroundTasks): reading DNS zones background_task = dns_config_internal dns_group = internal
22032023-07-19T18:40:26.921ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
22042023-07-19T18:40:26.921ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
22052023-07-19T18:40:26.923ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
22062023-07-19T18:40:26.925ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = DnsConfig result = Ok(())
22072023-07-19T18:40:26.925ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
22082023-07-19T18:40:26.925ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
22092023-07-19T18:40:26.926ZDEBGnexus (BackgroundTasks): found zones background_task = dns_config_internal count = 1 dns_group = internal
22102023-07-19T18:40:26.926ZDEBGnexus (BackgroundTasks): listing DNS names for zone background_task = dns_config_internal batch_size = 100 dns_group = internal dns_zone_id = 4f6e4429-6101-4a3f-b6e8-8d5b95ce25ae dns_zone_name = control-plane.oxide.internal found_so_far = 0 version = 1
22112023-07-19T18:40:26.926ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
22122023-07-19T18:40:26.926ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
22132023-07-19T18:40:26.928ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
22142023-07-19T18:40:26.930ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = DnsConfig result = Ok(())
22152023-07-19T18:40:26.930ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
22162023-07-19T18:40:26.930ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
22172023-07-19T18:40:26.932ZDEBGnexus (DpdClient): client request body = None method = GET uri = http://[fd00:1122:3344:101::2]:12224/ports
22182023-07-19T18:40:26.932ZDEBGnexus (BackgroundTasks): activating background_task = external_endpoints iteration = 3 reason = Signaled
22192023-07-19T18:40:26.932ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
22202023-07-19T18:40:26.932ZDEBGnexus (DpdClient): client response result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:101::2)), port: Some(12224), path: "/ports", query: None, fragment: None }, status: 200, headers: {"content-type": "application/json", "x-request-id": "4f617824-d410-4f2c-b2bf-da19e337fcd8", "content-length": "24", "date": "Wed, 19 Jul 2023 18:40:26 GMT"} })
22212023-07-19T18:40:26.932ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
22222023-07-19T18:40:26.932ZDEBGnexus (BackgroundTasks): found all DNS names for zone background_task = dns_config_internal dns_group = internal dns_zone_id = 4f6e4429-6101-4a3f-b6e8-8d5b95ce25ae dns_zone_name = control-plane.oxide.internal found_so_far = 40 version = 1
22232023-07-19T18:40:26.932ZDEBGnexus (BackgroundTasks): read DNS config background_task = dns_config_internal dns_group = internal nzones = 1 version = 1
22242023-07-19T18:40:26.932ZINFOnexus (BackgroundTasks): found latest generation (first find) background_task = dns_config_internal dns_group = internal generation = 1
22252023-07-19T18:40:26.932ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_config_internal dns_group = internal elapsed = 48.214486ms iteration = 3
22262023-07-19T18:40:26.932ZDEBGnexus (BackgroundTasks): activating background_task = dns_propagation_internal dns_group = internal iteration = 5 reason = Dependency
22272023-07-19T18:40:26.933ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
22282023-07-19T18:40:26.933ZINFOnexus: discovered ports for switch0: [ PortId( "int0", ), PortId( "rear0", ), PortId( "qsfp0", ), ]
22292023-07-19T18:40:26.933ZINFOnexus: populating ports for switch0: [ Name( "qsfp0", ), ]
22302023-07-19T18:40:26.933ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
22312023-07-19T18:40:26.934ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
22322023-07-19T18:40:26.935ZDEBGnexus (BackgroundTasks): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Fleet result = Ok(())
22332023-07-19T18:40:26.935ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
22342023-07-19T18:40:26.935ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
22352023-07-19T18:40:26.936ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
22362023-07-19T18:40:26.936ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
22372023-07-19T18:40:26.937ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
22382023-07-19T18:40:26.939ZINFOnexus: Checking for Rack Network Configuration
22392023-07-19T18:40:26.939ZINFOnexus: Recording Rack Network Configuration
22402023-07-19T18:40:26.939ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
22412023-07-19T18:40:26.939ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
22422023-07-19T18:40:26.940ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = DnsConfig result = Ok(())
22432023-07-19T18:40:26.940ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
22442023-07-19T18:40:26.940ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
22452023-07-19T18:40:26.941ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
22462023-07-19T18:40:26.941ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
22472023-07-19T18:40:26.942ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
22482023-07-19T18:40:26.943ZDEBGnexus (BackgroundTasks): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Fleet result = Ok(())
22492023-07-19T18:40:26.943ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
22502023-07-19T18:40:26.944ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
22512023-07-19T18:40:26.953ZINFOnexus (BackgroundTasks): found Silo/DNS/TLS config (initial) background_task = external_endpoints config = ExternalEndpoints { by_dns_name: {"default-silo.sys.oxide.test": ExternalEndpoint { silo_id: 001de000-5110-4000-8000-000000000000, db_silo: Silo { identity: SiloIdentity { id: 001de000-5110-4000-8000-000000000000, name: Name(Name("default-silo")), description: "default silo", time_created: 2023-07-19T18:40:09.161047Z, time_modified: 2023-07-19T18:40:09.161047Z, time_deleted: None }, discoverable: false, authentication_mode: Local, user_provision_type: ApiOnly, mapped_fleet_roles: Object {}, rcgen: Generation(Generation(1)) }, tls_certs: [] }, "recovery.sys.oxide.test": ExternalEndpoint { silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, db_silo: Silo { identity: SiloIdentity { id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, name: Name(Name("recovery")), description: "built-in recovery Silo", time_created: 2023-07-19T18:40:26.706295Z, time_modified: 2023-07-19T18:40:26.706295Z, time_deleted: None }, discoverable: false, authentication_mode: Local, user_provision_type: ApiOnly, mapped_fleet_roles: Object {"admin": Array [String("admin")]}, rcgen: Generation(Generation(1)) }, tls_certs: [TlsCertificate { digest: "b80733c61402e25b1340276e5b094c554fc62f43df425c82e42a0cc7e1889e90" }] }}, warnings: [NoSiloCerts { silo_id: 001de000-5110-4000-8000-000000000000, dns_name: "default-silo.sys.oxide.test" }], default_endpoint: Some(ExternalEndpoint { silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, db_silo: Silo { identity: SiloIdentity { id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, name: Name(Name("recovery")), description: "built-in recovery Silo", time_created: 2023-07-19T18:40:26.706295Z, time_modified: 2023-07-19T18:40:26.706295Z, time_deleted: None }, discoverable: false, authentication_mode: Local, user_provision_type: ApiOnly, mapped_fleet_roles: Object {"admin": Array [String("admin")]}, rcgen: Generation(Generation(1)) }, tls_certs: [TlsCertificate { digest: "b80733c61402e25b1340276e5b094c554fc62f43df425c82e42a0cc7e1889e90" }] }) }
22522023-07-19T18:40:26.953ZDEBGnexus (BackgroundTasks): activation complete background_task = external_endpoints elapsed = 21.482541ms iteration = 3
22532023-07-19T18:40:26.972ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_external body = Some(Body) dns_group = external dns_server_url = http://[fd00:1122:3344:101::8]:5353 generation = 2 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } uri = http://[fd00:1122:3344:101::8]:5353/config
22542023-07-19T18:40:26.972ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
22552023-07-19T18:40:26.972ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
22562023-07-19T18:40:26.974ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
22572023-07-19T18:40:26.974ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
22582023-07-19T18:40:26.975ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
22592023-07-19T18:40:26.977ZDEBGnexus (dropshot_internal): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = AddressLot { parent: Fleet, key: da4c197a-da2a-4c35-8aa5-276416f7a8a3, lookup_type: ByName("initial-infra") } result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
22602023-07-19T18:40:26.977ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
22612023-07-19T18:40:26.977ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
22622023-07-19T18:40:26.978ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
22632023-07-19T18:40:26.978ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
22642023-07-19T18:40:26.985ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
22652023-07-19T18:40:26.985ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
22662023-07-19T18:40:27.004ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_internal body = Some(Body) dns_group = internal dns_server_url = http://[fd00:1122:3344:2::1]:5353 generation = 1 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } uri = http://[fd00:1122:3344:2::1]:5353/config
22672023-07-19T18:40:27.021ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
22682023-07-19T18:40:27.021ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
22692023-07-19T18:40:27.023ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
22702023-07-19T18:40:27.023ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
22712023-07-19T18:40:27.024ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 roles = RoleSet { roles: {} } uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
22722023-07-19T18:40:27.024ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 resource = Database result = Ok(()) uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
22732023-07-19T18:40:27.026ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:41293 req_id = 27ecd1bb-6760-407a-aaf7-4cbb5932c767 response_code = 204 uri = /racks/4cb0fae9-ee43-444f-8d2a-2c1d23f8c707/initialization-complete
22742023-07-19T18:40:27.044ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_external body = Some(Body) dns_group = external dns_server_url = http://[fd00:1122:3344:101::9]:5353 generation = 2 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } uri = http://[fd00:1122:3344:101::9]:5353/config
22752023-07-19T18:40:27.059ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_internal body = Some(Body) dns_group = internal dns_server_url = http://[fd00:1122:3344:3::1]:5353 generation = 1 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } uri = http://[fd00:1122:3344:3::1]:5353/config
22762023-07-19T18:40:27.060ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::9]:5353 generation = 2 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:101::9)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "10fa7760-b163-48b7-9bee-de9ef469a9a9", "date": "Wed, 19 Jul 2023 18:40:27 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
22772023-07-19T18:40:27.060ZINFOnexus (BackgroundTasks): DNS server now at generation 2 background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::9]:5353 generation = 2 servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
22782023-07-19T18:40:27.062ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::8]:5353 generation = 2 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:101::8)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "a4ddab9e-b603-40f3-b0a9-1bb357bf38e8", "date": "Wed, 19 Jul 2023 18:40:26 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
22792023-07-19T18:40:27.062ZINFOnexus (BackgroundTasks): DNS server now at generation 2 background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::8]:5353 generation = 2 servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
22802023-07-19T18:40:27.063ZINFOnexus (BackgroundTasks): DNS propagation: done background_task = dns_propagation_external dns_group = external generation = 2 servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
22812023-07-19T18:40:27.063ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_propagation_external dns_group = external elapsed = 162.761121ms iteration = 5
22822023-07-19T18:40:27.092ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_internal body = Some(Body) dns_group = internal dns_server_url = http://[fd00:1122:3344:1::1]:5353 generation = 1 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } uri = http://[fd00:1122:3344:1::1]:5353/config
22832023-07-19T18:40:27.092ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:3::1]:5353 generation = 1 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:3::1)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "c6dc3302-a9ed-4951-b29a-993c9355017b", "date": "Wed, 19 Jul 2023 18:40:27 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
22842023-07-19T18:40:27.092ZINFOnexus (BackgroundTasks): DNS server now at generation 1 background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:3::1]:5353 generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
22852023-07-19T18:40:27.093ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:2::1]:5353 generation = 1 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:2::1)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "710d2751-a065-41d2-a3dd-41206b842026", "date": "Wed, 19 Jul 2023 18:40:27 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
22862023-07-19T18:40:27.093ZINFOnexus (BackgroundTasks): DNS server now at generation 1 background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:2::1]:5353 generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
22872023-07-19T18:40:27.094ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:1::1]:5353 generation = 1 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:1::1)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "be96da69-dba2-4cb6-bc93-81c4ddeb97ac", "date": "Wed, 19 Jul 2023 18:40:27 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
22882023-07-19T18:40:27.094ZINFOnexus (BackgroundTasks): DNS server now at generation 1 background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:1::1]:5353 generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
22892023-07-19T18:40:27.095ZINFOnexus (BackgroundTasks): DNS propagation: done background_task = dns_propagation_internal dns_group = internal generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
22902023-07-19T18:40:27.095ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_propagation_internal dns_group = internal elapsed = 162.378059ms iteration = 5
22912023-07-19T18:40:27.124ZDEBGnexus (ServiceBalancer): roles roles = RoleSet { roles: {} }
22922023-07-19T18:40:27.124ZDEBGnexus (ServiceBalancer): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-00000000bac3, .. }) resource = Database result = Ok(())
22932023-07-19T18:40:27.125ZDEBGnexus (ServiceBalancer): roles roles = RoleSet { roles: {} }
22942023-07-19T18:40:27.125ZDEBGnexus (ServiceBalancer): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-00000000bac3, .. }) resource = Database result = Ok(())
22952023-07-19T18:40:27.126ZDEBGnexus (ServiceBalancer): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
22962023-07-19T18:40:27.129ZDEBGnexus (ServiceBalancer): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-00000000bac3, .. }) resource = Rack { parent: Fleet, key: 4cb0fae9-ee43-444f-8d2a-2c1d23f8c707, lookup_type: ById(4cb0fae9-ee43-444f-8d2a-2c1d23f8c707) } result = Ok(())
22972023-07-19T18:40:27.129ZINFOnexus: Rack initialized
22982023-07-19T18:40:27.138ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /
22992023-07-19T18:40:27.138ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /access
23002023-07-19T18:40:27.138ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /assets/{path}
23012023-07-19T18:40:27.138ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /device/auth
23022023-07-19T18:40:27.138ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /device/confirm
23032023-07-19T18:40:27.138ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /device/success
23042023-07-19T18:40:27.138ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /device/token
23052023-07-19T18:40:27.138ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /device/verify
23062023-07-19T18:40:27.138ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /images
23072023-07-19T18:40:27.138ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /login
23082023-07-19T18:40:27.138ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /login/{silo_name}/local
23092023-07-19T18:40:27.138ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /login/{silo_name}/saml/{provider_name}
23102023-07-19T18:40:27.138ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /login/{silo_name}/saml/{provider_name}
23112023-07-19T18:40:27.138ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /login/{silo_name}/saml/{provider_name}/redirect
23122023-07-19T18:40:27.138ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /projects/{path}
23132023-07-19T18:40:27.138ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /projects-new
23142023-07-19T18:40:27.138ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /settings/{path}
23152023-07-19T18:40:27.138ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /system/{path}
23162023-07-19T18:40:27.138ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /utilization
23172023-07-19T18:40:27.138ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/certificates
23182023-07-19T18:40:27.138ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/certificates
23192023-07-19T18:40:27.138ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = DELETE path = /v1/certificates/{certificate}
23202023-07-19T18:40:27.138ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/certificates/{certificate}
23212023-07-19T18:40:27.138ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/disks
23222023-07-19T18:40:27.138ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/disks
23232023-07-19T18:40:27.138ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = DELETE path = /v1/disks/{disk}
23242023-07-19T18:40:27.138ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/disks/{disk}
23252023-07-19T18:40:27.138ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/disks/{disk}/bulk-write
23262023-07-19T18:40:27.138ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/disks/{disk}/bulk-write-start
23272023-07-19T18:40:27.138ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/disks/{disk}/bulk-write-stop
23282023-07-19T18:40:27.138ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/disks/{disk}/finalize
23292023-07-19T18:40:27.138ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/disks/{disk}/import
23302023-07-19T18:40:27.138ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/disks/{disk}/metrics/{metric}
23312023-07-19T18:40:27.138ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/groups
23322023-07-19T18:40:27.138ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/groups/{group_id}
23332023-07-19T18:40:27.138ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/images
23342023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/images
23352023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = DELETE path = /v1/images/{image}
23362023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/images/{image}
23372023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/images/{image}/demote
23382023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/images/{image}/promote
23392023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/instances
23402023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/instances
23412023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = DELETE path = /v1/instances/{instance}
23422023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/instances/{instance}
23432023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/instances/{instance}/disks
23442023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/instances/{instance}/disks/attach
23452023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/instances/{instance}/disks/detach
23462023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/instances/{instance}/external-ips
23472023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/instances/{instance}/migrate
23482023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/instances/{instance}/reboot
23492023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/instances/{instance}/serial-console
23502023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/instances/{instance}/serial-console/stream
23512023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/instances/{instance}/start
23522023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/instances/{instance}/stop
23532023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/ip-pools
23542023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/ip-pools/{pool}
23552023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/login/{silo_name}/local
23562023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/logout
23572023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/me
23582023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/me/groups
23592023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/me/ssh-keys
23602023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/me/ssh-keys
23612023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = DELETE path = /v1/me/ssh-keys/{ssh_key}
23622023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/me/ssh-keys/{ssh_key}
23632023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/metrics/{metric_name}
23642023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/network-interfaces
23652023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/network-interfaces
23662023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = DELETE path = /v1/network-interfaces/{interface}
23672023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/network-interfaces/{interface}
23682023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = PUT path = /v1/network-interfaces/{interface}
23692023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/policy
23702023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = PUT path = /v1/policy
23712023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/projects
23722023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/projects
23732023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = DELETE path = /v1/projects/{project}
23742023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/projects/{project}
23752023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = PUT path = /v1/projects/{project}
23762023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/projects/{project}/policy
23772023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = PUT path = /v1/projects/{project}/policy
23782023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/snapshots
23792023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/snapshots
23802023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = DELETE path = /v1/snapshots/{snapshot}
23812023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/snapshots/{snapshot}
23822023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/hardware/disks
23832023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/hardware/racks
23842023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/hardware/racks/{rack_id}
23852023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/hardware/sleds
23862023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/hardware/sleds/{sled_id}
23872023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/hardware/sleds/{sled_id}/disks
23882023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/hardware/sleds/{sled_id}/instances
23892023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/hardware/switch-port
23902023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = DELETE path = /v1/system/hardware/switch-port/{port}/settings
23912023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/system/hardware/switch-port/{port}/settings
23922023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/hardware/switches
23932023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/hardware/switches/{switch_id}
23942023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/identity-providers
23952023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/system/identity-providers/local/users
23962023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = DELETE path = /v1/system/identity-providers/local/users/{user_id}
23972023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/system/identity-providers/local/users/{user_id}/set-password
23982023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/system/identity-providers/saml
23992023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/identity-providers/saml/{provider}
24002023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/ip-pools
24012023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/system/ip-pools
24022023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = DELETE path = /v1/system/ip-pools/{pool}
24032023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/ip-pools/{pool}
24042023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = PUT path = /v1/system/ip-pools/{pool}
24052023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/ip-pools/{pool}/ranges
24062023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/system/ip-pools/{pool}/ranges/add
24072023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/system/ip-pools/{pool}/ranges/remove
24082023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/ip-pools-service
24092023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/ip-pools-service/ranges
24102023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/system/ip-pools-service/ranges/add
24112023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/system/ip-pools-service/ranges/remove
24122023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/metrics/{metric_name}
24132023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/networking/address-lot
24142023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/system/networking/address-lot
24152023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = DELETE path = /v1/system/networking/address-lot/{address_lot}
24162023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/networking/address-lot/{address_lot}/blocks
24172023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/networking/loopback-address
24182023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/system/networking/loopback-address
24192023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = DELETE path = /v1/system/networking/loopback-address/{rack_id}/{switch_location}/{address}/{subnet_mask}
24202023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = DELETE path = /v1/system/networking/switch-port-settings
24212023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/networking/switch-port-settings
24222023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/system/networking/switch-port-settings
24232023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/networking/switch-port-settings/{port}
24242023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/policy
24252023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = PUT path = /v1/system/policy
24262023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/roles
24272023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/roles/{role_name}
24282023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/silos
24292023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/system/silos
24302023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = DELETE path = /v1/system/silos/{silo}
24312023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/silos/{silo}
24322023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/silos/{silo}/policy
24332023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = PUT path = /v1/system/silos/{silo}/policy
24342023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/update/components
24352023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/update/deployments
24362023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/update/deployments/{id}
24372023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/system/update/refresh
24382023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/system/update/start
24392023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/system/update/stop
24402023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/update/updates
24412023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/update/updates/{version}
24422023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/update/updates/{version}/components
24432023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/update/version
24442023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/users
24452023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/users/{user_id}
24462023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/users-builtin
24472023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/system/users-builtin/{user}
24482023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/users
24492023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/vpc-firewall-rules
24502023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = PUT path = /v1/vpc-firewall-rules
24512023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/vpc-router-routes
24522023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/vpc-router-routes
24532023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = DELETE path = /v1/vpc-router-routes/{route}
24542023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/vpc-router-routes/{route}
24552023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = PUT path = /v1/vpc-router-routes/{route}
24562023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/vpc-routers
24572023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/vpc-routers
24582023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = DELETE path = /v1/vpc-routers/{router}
24592023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/vpc-routers/{router}
24602023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = PUT path = /v1/vpc-routers/{router}
24612023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/vpc-subnets
24622023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/vpc-subnets
24632023-07-19T18:40:27.139ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = DELETE path = /v1/vpc-subnets/{subnet}
24642023-07-19T18:40:27.140ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/vpc-subnets/{subnet}
24652023-07-19T18:40:27.140ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = PUT path = /v1/vpc-subnets/{subnet}
24662023-07-19T18:40:27.140ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/vpc-subnets/{subnet}/network-interfaces
24672023-07-19T18:40:27.140ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/vpcs
24682023-07-19T18:40:27.140ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = POST path = /v1/vpcs
24692023-07-19T18:40:27.140ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = DELETE path = /v1/vpcs/{vpc}
24702023-07-19T18:40:27.140ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = GET path = /v1/vpcs/{vpc}
24712023-07-19T18:40:27.140ZDEBGnexus (dropshot_external): registered endpoint local_addr = 172.30.2.7:443 method = PUT path = /v1/vpcs/{vpc}
24722023-07-19T18:40:27.140ZINFOnexus (dropshot_external): listening local_addr = 172.30.2.7:443
24732023-07-19T18:40:27.140ZDEBGnexus (dropshot_external): successfully registered DTrace USDT probes local_addr = 172.30.2.7:443
24742023-07-19T18:40:27.140ZDEBGnexus: registering nexus as metric producer
24752023-07-19T18:40:27.171ZDEBGnexus: client request body = Some(Body) method = POST uri = http://[fd00:1122:3344:101::c]:12221/metrics/producers
24762023-07-19T18:40:27.171ZINFOnexus (dropshot_internal): accepted connection local_addr = [fd00:1122:3344:101::c]:12221 remote_addr = [fd00:1122:3344:101::c]:59198
24772023-07-19T18:40:27.202ZINFOnexus: registered oximeter collector client id = c404ffc9-9804-437d-a7c3-effa39cb1694
24782023-07-19T18:40:27.205ZDEBGnexus: client request body = Some(Body) method = POST oximeter-collector = c404ffc9-9804-437d-a7c3-effa39cb1694 uri = http://[fd00:1122:3344:101::d]:12223/producers
24792023-07-19T18:40:27.205ZDEBGnexus: client response oximeter-collector = c404ffc9-9804-437d-a7c3-effa39cb1694 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:101::d)), port: Some(12223), path: "/producers", query: None, fragment: None }, status: 204, headers: {"x-request-id": "662066b8-43b2-4d09-a66e-60ef6bba4451", "date": "Wed, 19 Jul 2023 18:40:27 GMT"} })
24802023-07-19T18:40:27.205ZINFOnexus: assigned collector to new producer collector_id = c404ffc9-9804-437d-a7c3-effa39cb1694 producer_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
24812023-07-19T18:40:27.206ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = POST remote_addr = [fd00:1122:3344:101::c]:59198 req_id = 718487fc-27ea-4d60-be81-21b082e6864c response_code = 204 uri = /metrics/producers
24822023-07-19T18:40:27.206ZDEBGnexus: client response result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:101::c)), port: Some(12221), path: "/metrics/producers", query: None, fragment: None }, status: 204, headers: {"x-request-id": "718487fc-27ea-4d60-be81-21b082e6864c", "date": "Wed, 19 Jul 2023 18:40:27 GMT"} })
24832023-07-19T18:40:27.788ZDEBGnexus (NexusCertResolver): resolved TLS certificate certificate = TlsCertificate { digest: "b80733c61402e25b1340276e5b094c554fc62f43df425c82e42a0cc7e1889e90" } server_name = recovery.sys.oxide.test silo_id = ba553946-31a7-4fb2-829b-ed054d1ac8cc
24842023-07-19T18:40:27.795ZINFOnexus (dropshot_external): accepted connection local_addr = 172.30.2.7:443 remote_addr = 192.168.1.199:65067
24852023-07-19T18:40:27.795ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
24862023-07-19T18:40:27.795ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
24872023-07-19T18:40:27.797ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
24882023-07-19T18:40:27.798ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
24892023-07-19T18:40:27.799ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
24902023-07-19T18:40:27.799ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
24912023-07-19T18:40:27.800ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
24922023-07-19T18:40:27.801ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ByName("recovery") } result = Ok(())
24932023-07-19T18:40:27.801ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
24942023-07-19T18:40:27.801ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
24952023-07-19T18:40:27.802ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
24962023-07-19T18:40:27.802ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
24972023-07-19T18:40:27.803ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
24982023-07-19T18:40:27.806ZDEBGnexus (ExternalAuthn): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ByName("recovery") } result = Ok(())
24992023-07-19T18:40:27.806ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
25002023-07-19T18:40:27.806ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
25012023-07-19T18:40:27.807ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
25022023-07-19T18:40:27.808ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
25032023-07-19T18:40:27.808ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
25042023-07-19T18:40:27.809ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
25052023-07-19T18:40:27.810ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
25062023-07-19T18:40:27.811ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ByName("recovery") }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ByName("recovery") } result = Ok(())
25072023-07-19T18:40:27.811ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
25082023-07-19T18:40:27.811ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
25092023-07-19T18:40:28.878ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
25102023-07-19T18:40:28.879ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
25112023-07-19T18:40:28.881ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
25122023-07-19T18:40:28.881ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
25132023-07-19T18:40:28.882ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
25142023-07-19T18:40:28.882ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
25152023-07-19T18:40:28.883ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
25162023-07-19T18:40:28.883ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
25172023-07-19T18:40:28.885ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
25182023-07-19T18:40:28.886ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
25192023-07-19T18:40:28.886ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
25202023-07-19T18:40:28.886ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
25212023-07-19T18:40:28.887ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
25222023-07-19T18:40:28.889ZDEBGnexus (ExternalAuthn): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSessionList result = Ok(())
25232023-07-19T18:40:28.889ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
25242023-07-19T18:40:28.889ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
25252023-07-19T18:40:28.893ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:65067 req_id = 64e30a63-77ff-4fff-8518-8a32fcae3b52 response_code = 204 uri = /v1/login/recovery/local
25262023-07-19T18:40:28.929ZDEBGnexus (NexusCertResolver): resolved TLS certificate certificate = TlsCertificate { digest: "b80733c61402e25b1340276e5b094c554fc62f43df425c82e42a0cc7e1889e90" } server_name = recovery.sys.oxide.test silo_id = ba553946-31a7-4fb2-829b-ed054d1ac8cc
25272023-07-19T18:40:28.934ZINFOnexus (dropshot_external): accepted connection local_addr = 172.30.2.7:443 remote_addr = 192.168.1.199:59532
25282023-07-19T18:40:28.935ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
25292023-07-19T18:40:28.935ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
25302023-07-19T18:40:28.937ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
25312023-07-19T18:40:28.937ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
25322023-07-19T18:40:28.938ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
25332023-07-19T18:40:28.939ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "e8b9d3ec2d2139ecf0d0e55c22cf93d5e57f8d58", lookup_type: ByCompositeId("token = \\"e8b9d3ec2d2139ecf0d0e55c22cf93d5e57f8d58\\"") } result = Ok(())
25342023-07-19T18:40:28.939ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
25352023-07-19T18:40:28.939ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
25362023-07-19T18:40:28.940ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
25372023-07-19T18:40:28.940ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
25382023-07-19T18:40:28.941ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
25392023-07-19T18:40:28.941ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
25402023-07-19T18:40:28.942ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
25412023-07-19T18:40:28.942ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
25422023-07-19T18:40:28.943ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
25432023-07-19T18:40:28.944ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
25442023-07-19T18:40:28.944ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
25452023-07-19T18:40:28.944ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
25462023-07-19T18:40:28.945ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
25472023-07-19T18:40:28.947ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "e8b9d3ec2d2139ecf0d0e55c22cf93d5e57f8d58", lookup_type: ByCompositeId("e8b9d3ec2d2139ecf0d0e55c22cf93d5e57f8d58") } result = Ok(())
25482023-07-19T18:40:28.947ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
25492023-07-19T18:40:28.947ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
25502023-07-19T18:40:28.950ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
25512023-07-19T18:40:28.950ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
25522023-07-19T18:40:28.951ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
25532023-07-19T18:40:28.951ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
25542023-07-19T18:40:28.952ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
25552023-07-19T18:40:28.952ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
25562023-07-19T18:40:28.953ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
25572023-07-19T18:40:28.953ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
25582023-07-19T18:40:28.954ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
25592023-07-19T18:40:28.955ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
25602023-07-19T18:40:28.955ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
25612023-07-19T18:40:28.955ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
25622023-07-19T18:40:28.956ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
25632023-07-19T18:40:28.956ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
25642023-07-19T18:40:28.957ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
25652023-07-19T18:40:28.957ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
25662023-07-19T18:40:28.958ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
25672023-07-19T18:40:28.959ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
25682023-07-19T18:40:28.959ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:59532 req_id = d2674eda-80fd-4580-b39c-e83c82f70cca roles = RoleSet { roles: {} } uri = /v1/projects
25692023-07-19T18:40:28.959ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:59532 req_id = d2674eda-80fd-4580-b39c-e83c82f70cca resource = Database result = Ok(()) uri = /v1/projects
25702023-07-19T18:40:28.962ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:59532 req_id = d2674eda-80fd-4580-b39c-e83c82f70cca roles = RoleSet { roles: {} } uri = /v1/projects
25712023-07-19T18:40:28.962ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:59532 req_id = d2674eda-80fd-4580-b39c-e83c82f70cca resource = Database result = Ok(()) uri = /v1/projects
25722023-07-19T18:40:28.964ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:59532 req_id = d2674eda-80fd-4580-b39c-e83c82f70cca roles = RoleSet { roles: {} } uri = /v1/projects
25732023-07-19T18:40:28.964ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:59532 req_id = d2674eda-80fd-4580-b39c-e83c82f70cca resource = Database result = Ok(()) uri = /v1/projects
25742023-07-19T18:40:28.966ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:59532 req_id = d2674eda-80fd-4580-b39c-e83c82f70cca roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/projects
25752023-07-19T18:40:28.967ZDEBGnexus (dropshot_external): authorize result action = ListChildren actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:59532 req_id = d2674eda-80fd-4580-b39c-e83c82f70cca resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(()) uri = /v1/projects
25762023-07-19T18:40:28.967ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:59532 req_id = d2674eda-80fd-4580-b39c-e83c82f70cca roles = RoleSet { roles: {} } uri = /v1/projects
25772023-07-19T18:40:28.967ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:59532 req_id = d2674eda-80fd-4580-b39c-e83c82f70cca resource = Database result = Ok(()) uri = /v1/projects
25782023-07-19T18:40:28.969ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:59532 req_id = d2674eda-80fd-4580-b39c-e83c82f70cca response_code = 200 uri = /v1/projects
25792023-07-19T18:40:28.990ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
25802023-07-19T18:40:28.990ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
25812023-07-19T18:40:28.991ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
25822023-07-19T18:40:28.991ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
25832023-07-19T18:40:28.992ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
25842023-07-19T18:40:28.993ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "e8b9d3ec2d2139ecf0d0e55c22cf93d5e57f8d58", lookup_type: ByCompositeId("token = \\"e8b9d3ec2d2139ecf0d0e55c22cf93d5e57f8d58\\"") } result = Ok(())
25852023-07-19T18:40:28.993ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
25862023-07-19T18:40:28.994ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
25872023-07-19T18:40:28.994ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
25882023-07-19T18:40:28.995ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
25892023-07-19T18:40:28.995ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
25902023-07-19T18:40:28.995ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
25912023-07-19T18:40:28.996ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
25922023-07-19T18:40:28.996ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
25932023-07-19T18:40:28.997ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
25942023-07-19T18:40:28.998ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
25952023-07-19T18:40:28.998ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
25962023-07-19T18:40:28.999ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
25972023-07-19T18:40:28.999ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
25982023-07-19T18:40:29.000ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "e8b9d3ec2d2139ecf0d0e55c22cf93d5e57f8d58", lookup_type: ByCompositeId("e8b9d3ec2d2139ecf0d0e55c22cf93d5e57f8d58") } result = Ok(())
25992023-07-19T18:40:29.000ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
26002023-07-19T18:40:29.001ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
26012023-07-19T18:40:29.004ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
26022023-07-19T18:40:29.004ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
26032023-07-19T18:40:29.005ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
26042023-07-19T18:40:29.005ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
26052023-07-19T18:40:29.006ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
26062023-07-19T18:40:29.006ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
26072023-07-19T18:40:29.007ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
26082023-07-19T18:40:29.007ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
26092023-07-19T18:40:29.008ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
26102023-07-19T18:40:29.009ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
26112023-07-19T18:40:29.009ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
26122023-07-19T18:40:29.009ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
26132023-07-19T18:40:29.010ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
26142023-07-19T18:40:29.010ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
26152023-07-19T18:40:29.011ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
26162023-07-19T18:40:29.011ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
26172023-07-19T18:40:29.012ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
26182023-07-19T18:40:29.013ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
26192023-07-19T18:40:29.013ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = 43e14e80-2b4a-4be0-96fa-ac3c7e359cca roles = RoleSet { roles: {} } uri = /v1/system/ip-pools/default/ranges/add
26202023-07-19T18:40:29.013ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = 43e14e80-2b4a-4be0-96fa-ac3c7e359cca resource = Database result = Ok(()) uri = /v1/system/ip-pools/default/ranges/add
26212023-07-19T18:40:29.014ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = 43e14e80-2b4a-4be0-96fa-ac3c7e359cca roles = RoleSet { roles: {} } uri = /v1/system/ip-pools/default/ranges/add
26222023-07-19T18:40:29.014ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = 43e14e80-2b4a-4be0-96fa-ac3c7e359cca resource = Database result = Ok(()) uri = /v1/system/ip-pools/default/ranges/add
26232023-07-19T18:40:29.016ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = 43e14e80-2b4a-4be0-96fa-ac3c7e359cca roles = RoleSet { roles: {} } uri = /v1/system/ip-pools/default/ranges/add
26242023-07-19T18:40:29.016ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = 43e14e80-2b4a-4be0-96fa-ac3c7e359cca resource = Database result = Ok(()) uri = /v1/system/ip-pools/default/ranges/add
26252023-07-19T18:40:29.018ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = 43e14e80-2b4a-4be0-96fa-ac3c7e359cca roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/system/ip-pools/default/ranges/add
26262023-07-19T18:40:29.020ZDEBGnexus (dropshot_external): authorize result action = Modify actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = 43e14e80-2b4a-4be0-96fa-ac3c7e359cca resource = IpPool { parent: Fleet, key: a7ba2ad8-ec4f-4b13-a358-2c14831d71d0, lookup_type: ByName("default") } result = Ok(()) uri = /v1/system/ip-pools/default/ranges/add
26272023-07-19T18:40:29.020ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = 43e14e80-2b4a-4be0-96fa-ac3c7e359cca roles = RoleSet { roles: {} } uri = /v1/system/ip-pools/default/ranges/add
26282023-07-19T18:40:29.020ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = 43e14e80-2b4a-4be0-96fa-ac3c7e359cca resource = Database result = Ok(()) uri = /v1/system/ip-pools/default/ranges/add
26292023-07-19T18:40:29.020ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = 43e14e80-2b4a-4be0-96fa-ac3c7e359cca roles = RoleSet { roles: {} } uri = /v1/system/ip-pools/default/ranges/add
26302023-07-19T18:40:29.021ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = 43e14e80-2b4a-4be0-96fa-ac3c7e359cca resource = Database result = Ok(()) uri = /v1/system/ip-pools/default/ranges/add
26312023-07-19T18:40:29.022ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = 43e14e80-2b4a-4be0-96fa-ac3c7e359cca roles = RoleSet { roles: {} } uri = /v1/system/ip-pools/default/ranges/add
26322023-07-19T18:40:29.023ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = 43e14e80-2b4a-4be0-96fa-ac3c7e359cca resource = Database result = Ok(()) uri = /v1/system/ip-pools/default/ranges/add
26332023-07-19T18:40:29.025ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = 43e14e80-2b4a-4be0-96fa-ac3c7e359cca roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/system/ip-pools/default/ranges/add
26342023-07-19T18:40:29.025ZDEBGnexus (dropshot_external): authorize result action = CreateChild actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = 43e14e80-2b4a-4be0-96fa-ac3c7e359cca resource = IpPool { parent: Fleet, key: a7ba2ad8-ec4f-4b13-a358-2c14831d71d0, lookup_type: ByName("default") } result = Ok(()) uri = /v1/system/ip-pools/default/ranges/add
26352023-07-19T18:40:29.036ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = 43e14e80-2b4a-4be0-96fa-ac3c7e359cca response_code = 201 uri = /v1/system/ip-pools/default/ranges/add
26362023-07-19T18:40:29.037ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
26372023-07-19T18:40:29.037ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
26382023-07-19T18:40:29.038ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
26392023-07-19T18:40:29.038ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
26402023-07-19T18:40:29.040ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
26412023-07-19T18:40:29.041ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "e8b9d3ec2d2139ecf0d0e55c22cf93d5e57f8d58", lookup_type: ByCompositeId("token = \\"e8b9d3ec2d2139ecf0d0e55c22cf93d5e57f8d58\\"") } result = Ok(())
26422023-07-19T18:40:29.041ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
26432023-07-19T18:40:29.041ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
26442023-07-19T18:40:29.042ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
26452023-07-19T18:40:29.042ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
26462023-07-19T18:40:29.043ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
26472023-07-19T18:40:29.043ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
26482023-07-19T18:40:29.044ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
26492023-07-19T18:40:29.044ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
26502023-07-19T18:40:29.045ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
26512023-07-19T18:40:29.046ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
26522023-07-19T18:40:29.046ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
26532023-07-19T18:40:29.046ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
26542023-07-19T18:40:29.047ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
26552023-07-19T18:40:29.048ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "e8b9d3ec2d2139ecf0d0e55c22cf93d5e57f8d58", lookup_type: ByCompositeId("e8b9d3ec2d2139ecf0d0e55c22cf93d5e57f8d58") } result = Ok(())
26562023-07-19T18:40:29.048ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
26572023-07-19T18:40:29.049ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
26582023-07-19T18:40:29.052ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
26592023-07-19T18:40:29.052ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
26602023-07-19T18:40:29.052ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
26612023-07-19T18:40:29.053ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
26622023-07-19T18:40:29.053ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
26632023-07-19T18:40:29.053ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
26642023-07-19T18:40:29.055ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
26652023-07-19T18:40:29.055ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
26662023-07-19T18:40:29.056ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
26672023-07-19T18:40:29.057ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
26682023-07-19T18:40:29.057ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
26692023-07-19T18:40:29.057ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
26702023-07-19T18:40:29.058ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
26712023-07-19T18:40:29.058ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
26722023-07-19T18:40:29.059ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
26732023-07-19T18:40:29.059ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
26742023-07-19T18:40:29.060ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
26752023-07-19T18:40:29.061ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
26762023-07-19T18:40:29.061ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = d3771197-1eef-4937-a96c-ed347ecff56d roles = RoleSet { roles: {} } uri = /v1/projects
26772023-07-19T18:40:29.061ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = d3771197-1eef-4937-a96c-ed347ecff56d resource = Database result = Ok(()) uri = /v1/projects
26782023-07-19T18:40:29.063ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = d3771197-1eef-4937-a96c-ed347ecff56d roles = RoleSet { roles: {} } uri = /v1/projects
26792023-07-19T18:40:29.063ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = d3771197-1eef-4937-a96c-ed347ecff56d resource = Database result = Ok(()) uri = /v1/projects
26802023-07-19T18:40:29.064ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = d3771197-1eef-4937-a96c-ed347ecff56d roles = RoleSet { roles: {} } uri = /v1/projects
26812023-07-19T18:40:29.065ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = d3771197-1eef-4937-a96c-ed347ecff56d resource = Database result = Ok(()) uri = /v1/projects
26822023-07-19T18:40:29.066ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = d3771197-1eef-4937-a96c-ed347ecff56d roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/projects
26832023-07-19T18:40:29.068ZDEBGnexus (dropshot_external): authorize result action = CreateChild actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = d3771197-1eef-4937-a96c-ed347ecff56d resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(()) uri = /v1/projects
26842023-07-19T18:40:29.073ZDEBGnexus (SEC): saga create dag = {"end_node":15,"graph":{"edge_property":"directed","edges":[[0,1,null],[1,2,null],[3,4,null],[4,5,null],[5,6,null],[6,7,null],[7,8,null],[8,9,null],[9,10,null],[10,11,null],[11,12,null],[2,3,null],[12,13,null],[14,0,null],[13,15,null]],"node_holes":[],"nodes":[{"Action":{"action_name":"project_create.project_create_record","label":"ProjectCreateRecord","name":"project"}},{"Action":{"action_name":"project_create.project_create_vpc_params","label":"ProjectCreateVpcParams","name":"vpc_create_params"}},{"SubsagaStart":{"params_node_name":"vpc_create_params","saga_name":"vpc-create"}},{"Action":{"action_name":"common.uuid_generate","label":"GenerateVpcId","name":"vpc_id"}},{"Action":{"action_name":"common.uuid_generate","label":"GenerateSystemRouterId","name":"system_router_id"}},{"Action":{"action_name":"common.uuid_generate","label":"GenerateDefaultRouteId","name":"default_route_id"}},{"Action":{"action_name":"common.uuid_generate","label":"GenerateDefaultSubnetId","name":"default_subnet_id"}},{"Action":{"action_name":"vpc_create.vpc_create_vpc","label":"VpcCreateVpc","name":"vpc"}},{"Action":{"action_name":"vpc_create.vpc_create_router","label":"VpcCreateRouter","name":"router"}},{"Action":{"action_name":"vpc_create.vpc_create_route","label":"VpcCreateRoute","name":"route"}},{"Action":{"action_name":"vpc_create.vpc_create_subnet","label":"VpcCreateSubnet","name":"subnet"}},{"Action":{"action_name":"vpc_create.vpc_update_firewall","label":"VpcUpdateFirewall","name":"firewall"}},{"Action":{"action_name":"vpc_create.vpc_notify_sleds","label":"VpcNotifySleds","name":"no_result"}},{"SubsagaEnd":{"name":"vpc"}},{"Start":{"params":{"authz_silo":{"key":"ba553946-31a7-4fb2-829b-ed054d1ac8cc","lookup_type":{"ById":"ba553946-31a7-4fb2-829b-ed054d1ac8cc"},"parent":null},"project_create":{"description":"","name":"proj-bad19a2eb03"},"serialized_authn":{"kind":{"Authenticated":[{"actor":{"SiloUser":{"silo_id":"ba553946-31a7-4fb2-829b-ed054d1ac8cc","silo_user_id":"f806cac7-9616-47a3-8ae4-909bb59d0951"}}},{"mapped_fleet_roles":{"admin":["admin"]}}]}}}}},"End"]},"saga_name":"project-create","start_node":14} saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
26852023-07-19T18:40:29.073ZINFOnexus (SecStore): creating saga saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create
26862023-07-19T18:40:29.102ZDEBGnexus (SEC): saga log event new_state = N014 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
26872023-07-19T18:40:29.102ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 14 saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385
26882023-07-19T18:40:29.104ZDEBGnexus (SEC): saga log event new_state = N014 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
26892023-07-19T18:40:29.104ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 14 saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385
26902023-07-19T18:40:29.106ZDEBGnexus (SEC): saga log event new_state = N000 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
26912023-07-19T18:40:29.106ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 0 saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385
26922023-07-19T18:40:29.108ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = ProjectCreateRecord
26932023-07-19T18:40:29.109ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = ProjectCreateRecord
26942023-07-19T18:40:29.110ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = ProjectCreateRecord
26952023-07-19T18:40:29.110ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = ProjectCreateRecord
26962023-07-19T18:40:29.112ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = ProjectCreateRecord
26972023-07-19T18:40:29.113ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = ProjectCreateRecord
26982023-07-19T18:40:29.114ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = ProjectCreateRecord
26992023-07-19T18:40:29.116ZDEBGnexus: authorize result action = CreateChild actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = ProjectCreateRecord
27002023-07-19T18:40:29.116ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = ProjectCreateRecord
27012023-07-19T18:40:29.116ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = ProjectCreateRecord
27022023-07-19T18:40:29.122ZDEBGnexus (SEC): saga log event new_state = N000 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
27032023-07-19T18:40:29.122ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Array [Object {"key": String("f6a4b280-2d5e-4ca9-aa81-ed523dab5141"), "lookup_type": Object {"ByName": String("proj-bad19a2eb03")}, "parent": Object {"key": String("ba553946-31a7-4fb2-829b-ed054d1ac8cc"), "lookup_type": Object {"ById": String("ba553946-31a7-4fb2-829b-ed054d1ac8cc")}, "parent": Null}}, Object {"identity": Object {"description": String(""), "id": String("f6a4b280-2d5e-4ca9-aa81-ed523dab5141"), "name": String("proj-bad19a2eb03"), "time_created": String("2023-07-19T18:40:29.108886Z"), "time_deleted": Null, "time_modified": String("2023-07-19T18:40:29.108886Z")}, "rcgen": Number(1), "silo_id": String("ba553946-31a7-4fb2-829b-ed054d1ac8cc")}]) node_id = 0 saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385
27042023-07-19T18:40:29.124ZDEBGnexus (SEC): saga log event new_state = N001 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
27052023-07-19T18:40:29.124ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 1 saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385
27062023-07-19T18:40:29.127ZDEBGnexus (SEC): saga log event new_state = N001 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
27072023-07-19T18:40:29.127ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Object {"authz_project": Object {"key": String("f6a4b280-2d5e-4ca9-aa81-ed523dab5141"), "lookup_type": Object {"ByName": String("proj-bad19a2eb03")}, "parent": Object {"key": String("ba553946-31a7-4fb2-829b-ed054d1ac8cc"), "lookup_type": Object {"ById": String("ba553946-31a7-4fb2-829b-ed054d1ac8cc")}, "parent": Null}}, "serialized_authn": Object {"kind": Object {"Authenticated": Array [Object {"actor": Object {"SiloUser": Object {"silo_id": String("ba553946-31a7-4fb2-829b-ed054d1ac8cc"), "silo_user_id": String("f806cac7-9616-47a3-8ae4-909bb59d0951")}}}, Object {"mapped_fleet_roles": Object {"admin": Array [String("admin")]}}]}}, "vpc_create": Object {"description": String("Default VPC"), "dns_name": String("default"), "ipv6_prefix": String("fd08:c6d7:ceb4::/48"), "name": String("default")}}) node_id = 1 saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385
27082023-07-19T18:40:29.129ZDEBGnexus (SEC): saga log event new_state = N002 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
27092023-07-19T18:40:29.129ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 2 saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385
27102023-07-19T18:40:29.130ZDEBGnexus (SEC): saga log event new_state = N002 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
27112023-07-19T18:40:29.130ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 2 saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385
27122023-07-19T18:40:29.132ZDEBGnexus (SEC): saga log event new_state = N003 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
27132023-07-19T18:40:29.132ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 3 saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385
27142023-07-19T18:40:29.134ZDEBGnexus (SEC): saga log event new_state = N003 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
27152023-07-19T18:40:29.134ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(String("0bca1a85-ce8e-473e-a861-81d16666689b")) node_id = 3 saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385
27162023-07-19T18:40:29.136ZDEBGnexus (SEC): saga log event new_state = N004 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
27172023-07-19T18:40:29.136ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 4 saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385
27182023-07-19T18:40:29.137ZDEBGnexus (SEC): saga log event new_state = N004 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
27192023-07-19T18:40:29.137ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(String("d387d3fc-137a-43e0-9b80-09f503e8babb")) node_id = 4 saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385
27202023-07-19T18:40:29.139ZDEBGnexus (SEC): saga log event new_state = N005 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
27212023-07-19T18:40:29.139ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 5 saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385
27222023-07-19T18:40:29.140ZDEBGnexus (SEC): saga log event new_state = N005 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
27232023-07-19T18:40:29.140ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(String("a6fc0f70-65cb-4148-91d6-709907f53f83")) node_id = 5 saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385
27242023-07-19T18:40:29.142ZDEBGnexus (SEC): saga log event new_state = N006 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
27252023-07-19T18:40:29.142ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 6 saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385
27262023-07-19T18:40:29.143ZDEBGnexus (SEC): saga log event new_state = N006 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
27272023-07-19T18:40:29.143ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(String("31441c8f-6902-4a24-af0a-403e3c3541af")) node_id = 6 saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385
27282023-07-19T18:40:29.145ZDEBGnexus (SEC): saga log event new_state = N007 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
27292023-07-19T18:40:29.145ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 7 saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385
27302023-07-19T18:40:29.146ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateVpc
27312023-07-19T18:40:29.146ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateVpc
27322023-07-19T18:40:29.148ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateVpc
27332023-07-19T18:40:29.148ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateVpc
27342023-07-19T18:40:29.150ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateVpc
27352023-07-19T18:40:29.150ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateVpc
27362023-07-19T18:40:29.152ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateVpc
27372023-07-19T18:40:29.152ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateVpc
27382023-07-19T18:40:29.154ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateVpc
27392023-07-19T18:40:29.156ZDEBGnexus: authorize result action = CreateChild actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f6a4b280-2d5e-4ca9-aa81-ed523dab5141, lookup_type: ByName("proj-bad19a2eb03") } result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateVpc
27402023-07-19T18:40:29.162ZDEBGnexus (SEC): saga log event new_state = N007 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
27412023-07-19T18:40:29.162ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Array [Object {"key": String("0bca1a85-ce8e-473e-a861-81d16666689b"), "lookup_type": Object {"ByName": String("default")}, "parent": Object {"key": String("f6a4b280-2d5e-4ca9-aa81-ed523dab5141"), "lookup_type": Object {"ByName": String("proj-bad19a2eb03")}, "parent": Object {"key": String("ba553946-31a7-4fb2-829b-ed054d1ac8cc"), "lookup_type": Object {"ById": String("ba553946-31a7-4fb2-829b-ed054d1ac8cc")}, "parent": Null}}}, Object {"dns_name": String("default"), "firewall_gen": Number(1), "identity": Object {"description": String("Default VPC"), "id": String("0bca1a85-ce8e-473e-a861-81d16666689b"), "name": String("default"), "time_created": String("2023-07-19T18:40:29.146746Z"), "time_deleted": Null, "time_modified": String("2023-07-19T18:40:29.146746Z")}, "ipv6_prefix": String("fd08:c6d7:ceb4::/48"), "project_id": String("f6a4b280-2d5e-4ca9-aa81-ed523dab5141"), "subnet_gen": Number(1), "system_router_id": String("d387d3fc-137a-43e0-9b80-09f503e8babb"), "vni": Number(3565017)}]) node_id = 7 saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385
27422023-07-19T18:40:29.165ZDEBGnexus (SEC): saga log event new_state = N008 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
27432023-07-19T18:40:29.165ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 8 saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385
27442023-07-19T18:40:29.166ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateRouter
27452023-07-19T18:40:29.166ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateRouter
27462023-07-19T18:40:29.168ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateRouter
27472023-07-19T18:40:29.168ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateRouter
27482023-07-19T18:40:29.170ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateRouter
27492023-07-19T18:40:29.170ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateRouter
27502023-07-19T18:40:29.172ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateRouter
27512023-07-19T18:40:29.172ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateRouter
27522023-07-19T18:40:29.173ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateRouter
27532023-07-19T18:40:29.176ZDEBGnexus: authorize result action = CreateChild actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Vpc { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f6a4b280-2d5e-4ca9-aa81-ed523dab5141, lookup_type: ByName("proj-bad19a2eb03") }, key: 0bca1a85-ce8e-473e-a861-81d16666689b, lookup_type: ByName("default") } result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateRouter
27542023-07-19T18:40:29.176ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateRouter
27552023-07-19T18:40:29.176ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateRouter
27562023-07-19T18:40:29.204ZDEBGnexus (SEC): saga log event new_state = N008 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
27572023-07-19T18:40:29.204ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Object {"key": String("d387d3fc-137a-43e0-9b80-09f503e8babb"), "lookup_type": Object {"ById": String("d387d3fc-137a-43e0-9b80-09f503e8babb")}, "parent": Object {"key": String("0bca1a85-ce8e-473e-a861-81d16666689b"), "lookup_type": Object {"ByName": String("default")}, "parent": Object {"key": String("f6a4b280-2d5e-4ca9-aa81-ed523dab5141"), "lookup_type": Object {"ByName": String("proj-bad19a2eb03")}, "parent": Object {"key": String("ba553946-31a7-4fb2-829b-ed054d1ac8cc"), "lookup_type": Object {"ById": String("ba553946-31a7-4fb2-829b-ed054d1ac8cc")}, "parent": Null}}}}) node_id = 8 saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385
27582023-07-19T18:40:29.206ZDEBGnexus (SEC): saga log event new_state = N009 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
27592023-07-19T18:40:29.206ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 9 saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385
27602023-07-19T18:40:29.207ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateRoute
27612023-07-19T18:40:29.208ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateRoute
27622023-07-19T18:40:29.209ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateRoute
27632023-07-19T18:40:29.209ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateRoute
27642023-07-19T18:40:29.211ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateRoute
27652023-07-19T18:40:29.211ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateRoute
27662023-07-19T18:40:29.213ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateRoute
27672023-07-19T18:40:29.213ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateRoute
27682023-07-19T18:40:29.215ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateRoute
27692023-07-19T18:40:29.218ZDEBGnexus: authorize result action = CreateChild actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = VpcRouter { parent: Vpc { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f6a4b280-2d5e-4ca9-aa81-ed523dab5141, lookup_type: ByName("proj-bad19a2eb03") }, key: 0bca1a85-ce8e-473e-a861-81d16666689b, lookup_type: ByName("default") }, key: d387d3fc-137a-43e0-9b80-09f503e8babb, lookup_type: ById(d387d3fc-137a-43e0-9b80-09f503e8babb) } result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateRoute
27702023-07-19T18:40:29.218ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateRoute
27712023-07-19T18:40:29.218ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateRoute
27722023-07-19T18:40:29.249ZDEBGnexus (SEC): saga log event new_state = N009 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
27732023-07-19T18:40:29.249ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 9 saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385
27742023-07-19T18:40:29.251ZDEBGnexus (SEC): saga log event new_state = N010 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
27752023-07-19T18:40:29.251ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 10 saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385
27762023-07-19T18:40:29.253ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateSubnet
27772023-07-19T18:40:29.253ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateSubnet
27782023-07-19T18:40:29.254ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateSubnet
27792023-07-19T18:40:29.255ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateSubnet
27802023-07-19T18:40:29.257ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateSubnet
27812023-07-19T18:40:29.258ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateSubnet
27822023-07-19T18:40:29.259ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateSubnet
27832023-07-19T18:40:29.259ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateSubnet
27842023-07-19T18:40:29.261ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateSubnet
27852023-07-19T18:40:29.264ZDEBGnexus: authorize result action = CreateChild actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Vpc { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f6a4b280-2d5e-4ca9-aa81-ed523dab5141, lookup_type: ByName("proj-bad19a2eb03") }, key: 0bca1a85-ce8e-473e-a861-81d16666689b, lookup_type: ByName("default") } result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcCreateSubnet
27862023-07-19T18:40:29.267ZDEBGnexus (SEC): saga log event new_state = N010 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
27872023-07-19T18:40:29.267ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Array [Object {"key": String("31441c8f-6902-4a24-af0a-403e3c3541af"), "lookup_type": Object {"ById": String("31441c8f-6902-4a24-af0a-403e3c3541af")}, "parent": Object {"key": String("0bca1a85-ce8e-473e-a861-81d16666689b"), "lookup_type": Object {"ByName": String("default")}, "parent": Object {"key": String("f6a4b280-2d5e-4ca9-aa81-ed523dab5141"), "lookup_type": Object {"ByName": String("proj-bad19a2eb03")}, "parent": Object {"key": String("ba553946-31a7-4fb2-829b-ed054d1ac8cc"), "lookup_type": Object {"ById": String("ba553946-31a7-4fb2-829b-ed054d1ac8cc")}, "parent": Null}}}}, Object {"identity": Object {"description": String("The default subnet for default"), "id": String("31441c8f-6902-4a24-af0a-403e3c3541af"), "name": String("default"), "time_created": String("2023-07-19T18:40:29.253058Z"), "time_deleted": Null, "time_modified": String("2023-07-19T18:40:29.253058Z")}, "ipv4_block": String("172.30.0.0/22"), "ipv6_block": String("fd08:c6d7:ceb4::/64"), "rcgen": Number(0), "vpc_id": String("0bca1a85-ce8e-473e-a861-81d16666689b")}]) node_id = 10 saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385
27882023-07-19T18:40:29.270ZDEBGnexus (SEC): saga log event new_state = N011 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
27892023-07-19T18:40:29.270ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 11 saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385
27902023-07-19T18:40:29.271ZDEBGnexus: default firewall rules for vpc default rules = [VpcFirewallRule { identity: VpcFirewallRuleIdentity { id: f68eb6e9-200b-44b1-a440-9123fd0b8b51, name: Name(Name("allow-internal-inbound")), description: "allow inbound traffic to all instances within the VPC if originated within the VPC", time_created: 2023-07-19T18:40:29.271895447Z, time_modified: 2023-07-19T18:40:29.271895447Z, time_deleted: None }, vpc_id: 0bca1a85-ce8e-473e-a861-81d16666689b, status: VpcFirewallRuleStatus(Enabled), direction: VpcFirewallRuleDirection(Inbound), targets: [VpcFirewallRuleTarget(Vpc(Name("default")))], filter_hosts: Some([VpcFirewallRuleHostFilter(Vpc(Name("default")))]), filter_ports: None, filter_protocols: None, action: VpcFirewallRuleAction(Allow), priority: VpcFirewallRulePriority(VpcFirewallRulePriority(65534)) }, VpcFirewallRule { identity: VpcFirewallRuleIdentity { id: 41bfc0b2-e69e-4b23-aaa5-3e7f59a2e00b, name: Name(Name("allow-ssh")), description: "allow inbound TCP connections on port 22 from anywhere", time_created: 2023-07-19T18:40:29.271896577Z, time_modified: 2023-07-19T18:40:29.271896577Z, time_deleted: None }, vpc_id: 0bca1a85-ce8e-473e-a861-81d16666689b, status: VpcFirewallRuleStatus(Enabled), direction: VpcFirewallRuleDirection(Inbound), targets: [VpcFirewallRuleTarget(Vpc(Name("default")))], filter_hosts: None, filter_ports: Some([L4PortRange(L4PortRange { first: L4Port(22), last: L4Port(22) })]), filter_protocols: Some([VpcFirewallRuleProtocol(Tcp)]), action: VpcFirewallRuleAction(Allow), priority: VpcFirewallRulePriority(VpcFirewallRulePriority(65534)) }, VpcFirewallRule { identity: VpcFirewallRuleIdentity { id: 04941735-1d5e-4708-81b4-a8ddc77fe1f7, name: Name(Name("allow-icmp")), description: "allow inbound ICMP traffic from anywhere", time_created: 2023-07-19T18:40:29.271897417Z, time_modified: 2023-07-19T18:40:29.271897417Z, time_deleted: None }, vpc_id: 0bca1a85-ce8e-473e-a861-81d16666689b, status: VpcFirewallRuleStatus(Enabled), direction: VpcFirewallRuleDirection(Inbound), targets: [VpcFirewallRuleTarget(Vpc(Name("default")))], filter_hosts: None, filter_ports: None, filter_protocols: Some([VpcFirewallRuleProtocol(Icmp)]), action: VpcFirewallRuleAction(Allow), priority: VpcFirewallRulePriority(VpcFirewallRulePriority(65534)) }]
27912023-07-19T18:40:29.272ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcUpdateFirewall
27922023-07-19T18:40:29.272ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcUpdateFirewall
27932023-07-19T18:40:29.274ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcUpdateFirewall
27942023-07-19T18:40:29.274ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcUpdateFirewall
27952023-07-19T18:40:29.276ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcUpdateFirewall
27962023-07-19T18:40:29.276ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcUpdateFirewall
27972023-07-19T18:40:29.278ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcUpdateFirewall
27982023-07-19T18:40:29.278ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcUpdateFirewall
27992023-07-19T18:40:29.279ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcUpdateFirewall
28002023-07-19T18:40:29.282ZDEBGnexus: authorize result action = Modify actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Vpc { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f6a4b280-2d5e-4ca9-aa81-ed523dab5141, lookup_type: ByName("proj-bad19a2eb03") }, key: 0bca1a85-ce8e-473e-a861-81d16666689b, lookup_type: ByName("default") } result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcUpdateFirewall
28012023-07-19T18:40:29.282ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcUpdateFirewall
28022023-07-19T18:40:29.282ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcUpdateFirewall
28032023-07-19T18:40:29.367ZDEBGnexus (SEC): saga log event new_state = N011 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
28042023-07-19T18:40:29.367ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Array [Object {"action": String("allow"), "direction": String("inbound"), "filter_hosts": Array [Object {"type": String("vpc"), "value": String("default")}], "filter_ports": Null, "filter_protocols": Null, "identity": Object {"description": String("allow inbound traffic to all instances within the VPC if originated within the VPC"), "id": String("f68eb6e9-200b-44b1-a440-9123fd0b8b51"), "name": String("allow-internal-inbound"), "time_created": String("2023-07-19T18:40:29.271895447Z"), "time_deleted": Null, "time_modified": String("2023-07-19T18:40:29.271895447Z")}, "priority": Number(65534), "status": String("enabled"), "targets": Array [Object {"type": String("vpc"), "value": String("default")}], "vpc_id": String("0bca1a85-ce8e-473e-a861-81d16666689b")}, Object {"action": String("allow"), "direction": String("inbound"), "filter_hosts": Null, "filter_ports": Array [String("22")], "filter_protocols": Array [String("TCP")], "identity": Object {"description": String("allow inbound TCP connections on port 22 from anywhere"), "id": String("41bfc0b2-e69e-4b23-aaa5-3e7f59a2e00b"), "name": String("allow-ssh"), "time_created": String("2023-07-19T18:40:29.271896577Z"), "time_deleted": Null, "time_modified": String("2023-07-19T18:40:29.271896577Z")}, "priority": Number(65534), "status": String("enabled"), "targets": Array [Object {"type": String("vpc"), "value": String("default")}], "vpc_id": String("0bca1a85-ce8e-473e-a861-81d16666689b")}, Object {"action": String("allow"), "direction": String("inbound"), "filter_hosts": Null, "filter_ports": Null, "filter_protocols": Array [String("ICMP")], "identity": Object {"description": String("allow inbound ICMP traffic from anywhere"), "id": String("04941735-1d5e-4708-81b4-a8ddc77fe1f7"), "name": String("allow-icmp"), "time_created": String("2023-07-19T18:40:29.271897417Z"), "time_deleted": Null, "time_modified": String("2023-07-19T18:40:29.271897417Z")}, "priority": Number(65534), "status": String("enabled"), "targets": Array [Object {"type": String("vpc"), "value": String("default")}], "vpc_id": String("0bca1a85-ce8e-473e-a861-81d16666689b")}]) node_id = 11 saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385
28052023-07-19T18:40:29.370ZDEBGnexus (SEC): saga log event new_state = N012 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
28062023-07-19T18:40:29.370ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 12 saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385
28072023-07-19T18:40:29.373ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcNotifySleds
28082023-07-19T18:40:29.373ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcNotifySleds
28092023-07-19T18:40:29.374ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcNotifySleds
28102023-07-19T18:40:29.374ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcNotifySleds
28112023-07-19T18:40:29.375ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcNotifySleds
28122023-07-19T18:40:29.375ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcNotifySleds
28132023-07-19T18:40:29.376ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcNotifySleds
28142023-07-19T18:40:29.376ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcNotifySleds
28152023-07-19T18:40:29.378ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcNotifySleds
28162023-07-19T18:40:29.378ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcNotifySleds
28172023-07-19T18:40:29.380ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcNotifySleds
28182023-07-19T18:40:29.380ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcNotifySleds
28192023-07-19T18:40:29.382ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcNotifySleds
28202023-07-19T18:40:29.382ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcNotifySleds
28212023-07-19T18:40:29.384ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcNotifySleds
28222023-07-19T18:40:29.387ZDEBGnexus: authorize result action = ListChildren actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Vpc { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f6a4b280-2d5e-4ca9-aa81-ed523dab5141, lookup_type: ById(f6a4b280-2d5e-4ca9-aa81-ed523dab5141) }, key: 0bca1a85-ce8e-473e-a861-81d16666689b, lookup_type: ByName("default") } result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcNotifySleds
28232023-07-19T18:40:29.387ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcNotifySleds
28242023-07-19T18:40:29.387ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcNotifySleds
28252023-07-19T18:40:29.389ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcNotifySleds
28262023-07-19T18:40:29.389ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcNotifySleds
28272023-07-19T18:40:29.390ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcNotifySleds
28282023-07-19T18:40:29.391ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcNotifySleds
28292023-07-19T18:40:29.392ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcNotifySleds
28302023-07-19T18:40:29.392ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcNotifySleds
28312023-07-19T18:40:29.394ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcNotifySleds
28322023-07-19T18:40:29.397ZDEBGnexus: authorize result action = ListChildren actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Vpc { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f6a4b280-2d5e-4ca9-aa81-ed523dab5141, lookup_type: ById(f6a4b280-2d5e-4ca9-aa81-ed523dab5141) }, key: 0bca1a85-ce8e-473e-a861-81d16666689b, lookup_type: ByName("default") } result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcNotifySleds
28332023-07-19T18:40:29.397ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcNotifySleds
28342023-07-19T18:40:29.397ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create saga_node = VpcNotifySleds
28352023-07-19T18:40:29.400ZDEBGnexus: resolved names for firewall rules instance_interfaces = {} subnet_interfaces = {} subnet_networks = {} vpc_interfaces = {}
28362023-07-19T18:40:29.400ZDEBGnexus: resolved firewall rules for sled agents sled_agent_rules = []
28372023-07-19T18:40:29.400ZDEBGnexus: resolved 0 rules for sleds
28382023-07-19T18:40:29.404ZDEBGnexus: resolved sleds for vpc default vpc_to_sled = []
28392023-07-19T18:40:29.404ZDEBGnexus: sending firewall rules to sled agents
28402023-07-19T18:40:29.404ZINFOnexus: updated firewall rules on 0 sleds
28412023-07-19T18:40:29.404ZDEBGnexus (SEC): saga log event new_state = N012 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
28422023-07-19T18:40:29.404ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 12 saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385
28432023-07-19T18:40:29.406ZDEBGnexus (SEC): saga log event new_state = N013 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
28442023-07-19T18:40:29.406ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 13 saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385
28452023-07-19T18:40:29.407ZDEBGnexus (SEC): saga log event new_state = N013 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
28462023-07-19T18:40:29.407ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 13 saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385
28472023-07-19T18:40:29.409ZDEBGnexus (SEC): saga log event new_state = N015 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
28482023-07-19T18:40:29.409ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 15 saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385
28492023-07-19T18:40:29.411ZDEBGnexus (SEC): saga log event new_state = N015 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
28502023-07-19T18:40:29.411ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 15 saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385
28512023-07-19T18:40:29.412ZINFOnexus (SEC): update for saga cached state new_state = Done saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
28522023-07-19T18:40:29.412ZINFOnexus (SecStore): updating state new_state = done saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385
28532023-07-19T18:40:29.443ZINFOnexus (SEC): saga finished saga_id = 018ba96b-1a98-4289-8e48-c7dbcd48a385 saga_name = project-create sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
28542023-07-19T18:40:29.443ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = d3771197-1eef-4937-a96c-ed347ecff56d response_code = 201 uri = /v1/projects
28552023-07-19T18:40:29.445ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
28562023-07-19T18:40:29.445ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
28572023-07-19T18:40:29.446ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
28582023-07-19T18:40:29.446ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
28592023-07-19T18:40:29.447ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
28602023-07-19T18:40:29.449ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "e8b9d3ec2d2139ecf0d0e55c22cf93d5e57f8d58", lookup_type: ByCompositeId("token = \\"e8b9d3ec2d2139ecf0d0e55c22cf93d5e57f8d58\\"") } result = Ok(())
28612023-07-19T18:40:29.449ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
28622023-07-19T18:40:29.449ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
28632023-07-19T18:40:29.450ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
28642023-07-19T18:40:29.450ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
28652023-07-19T18:40:29.451ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
28662023-07-19T18:40:29.451ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
28672023-07-19T18:40:29.452ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
28682023-07-19T18:40:29.452ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
28692023-07-19T18:40:29.453ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
28702023-07-19T18:40:29.454ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
28712023-07-19T18:40:29.454ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
28722023-07-19T18:40:29.454ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
28732023-07-19T18:40:29.455ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
28742023-07-19T18:40:29.456ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "e8b9d3ec2d2139ecf0d0e55c22cf93d5e57f8d58", lookup_type: ByCompositeId("e8b9d3ec2d2139ecf0d0e55c22cf93d5e57f8d58") } result = Ok(())
28752023-07-19T18:40:29.456ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
28762023-07-19T18:40:29.456ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
28772023-07-19T18:40:29.460ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
28782023-07-19T18:40:29.460ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
28792023-07-19T18:40:29.461ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
28802023-07-19T18:40:29.461ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
28812023-07-19T18:40:29.462ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
28822023-07-19T18:40:29.462ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
28832023-07-19T18:40:29.463ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
28842023-07-19T18:40:29.463ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
28852023-07-19T18:40:29.464ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
28862023-07-19T18:40:29.465ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
28872023-07-19T18:40:29.465ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
28882023-07-19T18:40:29.465ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
28892023-07-19T18:40:29.466ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
28902023-07-19T18:40:29.466ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
28912023-07-19T18:40:29.467ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
28922023-07-19T18:40:29.467ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
28932023-07-19T18:40:29.468ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
28942023-07-19T18:40:29.469ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
28952023-07-19T18:40:29.469ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = efda7ecf-65fc-4656-9892-c04545404443 roles = RoleSet { roles: {} } uri = /v1/disks?project=proj-bad19a2eb03
28962023-07-19T18:40:29.469ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = efda7ecf-65fc-4656-9892-c04545404443 resource = Database result = Ok(()) uri = /v1/disks?project=proj-bad19a2eb03
28972023-07-19T18:40:29.470ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = efda7ecf-65fc-4656-9892-c04545404443 roles = RoleSet { roles: {} } uri = /v1/disks?project=proj-bad19a2eb03
28982023-07-19T18:40:29.470ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = efda7ecf-65fc-4656-9892-c04545404443 resource = Database result = Ok(()) uri = /v1/disks?project=proj-bad19a2eb03
28992023-07-19T18:40:29.471ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = efda7ecf-65fc-4656-9892-c04545404443 roles = RoleSet { roles: {} } uri = /v1/disks?project=proj-bad19a2eb03
29002023-07-19T18:40:29.471ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = efda7ecf-65fc-4656-9892-c04545404443 resource = Database result = Ok(()) uri = /v1/disks?project=proj-bad19a2eb03
29012023-07-19T18:40:29.473ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = efda7ecf-65fc-4656-9892-c04545404443 roles = RoleSet { roles: {} } uri = /v1/disks?project=proj-bad19a2eb03
29022023-07-19T18:40:29.473ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = efda7ecf-65fc-4656-9892-c04545404443 resource = Database result = Ok(()) uri = /v1/disks?project=proj-bad19a2eb03
29032023-07-19T18:40:29.475ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = efda7ecf-65fc-4656-9892-c04545404443 roles = RoleSet { roles: {} } uri = /v1/disks?project=proj-bad19a2eb03
29042023-07-19T18:40:29.475ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = efda7ecf-65fc-4656-9892-c04545404443 resource = Database result = Ok(()) uri = /v1/disks?project=proj-bad19a2eb03
29052023-07-19T18:40:29.476ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = efda7ecf-65fc-4656-9892-c04545404443 roles = RoleSet { roles: {} } uri = /v1/disks?project=proj-bad19a2eb03
29062023-07-19T18:40:29.476ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = efda7ecf-65fc-4656-9892-c04545404443 resource = Database result = Ok(()) uri = /v1/disks?project=proj-bad19a2eb03
29072023-07-19T18:40:29.478ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = efda7ecf-65fc-4656-9892-c04545404443 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/disks?project=proj-bad19a2eb03
29082023-07-19T18:40:29.480ZDEBGnexus (dropshot_external): authorize result action = CreateChild actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = efda7ecf-65fc-4656-9892-c04545404443 resource = Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f6a4b280-2d5e-4ca9-aa81-ed523dab5141, lookup_type: ByName("proj-bad19a2eb03") } result = Ok(()) uri = /v1/disks?project=proj-bad19a2eb03
29092023-07-19T18:40:29.480ZDEBGnexus (SEC): saga create dag = {"end_node":9,"graph":{"edge_property":"directed","edges":[[0,1,null],[1,2,null],[2,3,null],[3,4,null],[4,5,null],[5,6,null],[6,7,null],[8,0,null],[7,9,null]],"node_holes":[],"nodes":[{"Action":{"action_name":"common.uuid_generate","label":"GenerateDiskId","name":"disk_id"}},{"Action":{"action_name":"common.uuid_generate","label":"GenerateVolumeId","name":"volume_id"}},{"Action":{"action_name":"disk_create.create_disk_record","label":"CreateDiskRecord","name":"created_disk"}},{"Action":{"action_name":"disk_create.regions_alloc","label":"RegionsAlloc","name":"datasets_and_regions"}},{"Action":{"action_name":"disk_create.space_account","label":"SpaceAccount","name":"no_result"}},{"Action":{"action_name":"disk_create.regions_ensure","label":"RegionsEnsure","name":"regions_ensure"}},{"Action":{"action_name":"disk_create.create_volume_record","label":"CreateVolumeRecord","name":"created_volume"}},{"Action":{"action_name":"disk_create.finalize_disk_record","label":"FinalizeDiskRecord","name":"disk_runtime"}},{"Start":{"params":{"create_params":{"description":"","disk_source":{"block_size":512,"type":"blank"},"name":"disk-c7a6a75f618","size":1073741824},"project_id":"f6a4b280-2d5e-4ca9-aa81-ed523dab5141","serialized_authn":{"kind":{"Authenticated":[{"actor":{"SiloUser":{"silo_id":"ba553946-31a7-4fb2-829b-ed054d1ac8cc","silo_user_id":"f806cac7-9616-47a3-8ae4-909bb59d0951"}}},{"mapped_fleet_roles":{"admin":["admin"]}}]}}}}},"End"]},"saga_name":"disk-create","start_node":8} saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
29102023-07-19T18:40:29.480ZINFOnexus (SecStore): creating saga saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create
29112023-07-19T18:40:29.512ZDEBGnexus (SEC): saga log event new_state = N008 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
29122023-07-19T18:40:29.512ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 8 saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09
29132023-07-19T18:40:29.513ZDEBGnexus (SEC): saga log event new_state = N008 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
29142023-07-19T18:40:29.513ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 8 saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09
29152023-07-19T18:40:29.515ZDEBGnexus (SEC): saga log event new_state = N000 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
29162023-07-19T18:40:29.515ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 0 saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09
29172023-07-19T18:40:29.517ZDEBGnexus (SEC): saga log event new_state = N000 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
29182023-07-19T18:40:29.517ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(String("840adf6a-1f57-466f-a52a-9574a3d25f16")) node_id = 0 saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09
29192023-07-19T18:40:29.519ZDEBGnexus (SEC): saga log event new_state = N001 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
29202023-07-19T18:40:29.519ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 1 saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09
29212023-07-19T18:40:29.520ZDEBGnexus (SEC): saga log event new_state = N001 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
29222023-07-19T18:40:29.520ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(String("c68da400-1b86-485e-b37a-9e33de432ded")) node_id = 1 saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09
29232023-07-19T18:40:29.522ZDEBGnexus (SEC): saga log event new_state = N002 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
29242023-07-19T18:40:29.522ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 2 saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09
29252023-07-19T18:40:29.524ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = CreateDiskRecord
29262023-07-19T18:40:29.524ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = CreateDiskRecord
29272023-07-19T18:40:29.525ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = CreateDiskRecord
29282023-07-19T18:40:29.525ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = CreateDiskRecord
29292023-07-19T18:40:29.526ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = CreateDiskRecord
29302023-07-19T18:40:29.526ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = CreateDiskRecord
29312023-07-19T18:40:29.528ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = CreateDiskRecord
29322023-07-19T18:40:29.528ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = CreateDiskRecord
29332023-07-19T18:40:29.529ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = CreateDiskRecord
29342023-07-19T18:40:29.530ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = CreateDiskRecord
29352023-07-19T18:40:29.531ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = CreateDiskRecord
29362023-07-19T18:40:29.531ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = CreateDiskRecord
29372023-07-19T18:40:29.533ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = CreateDiskRecord
29382023-07-19T18:40:29.535ZDEBGnexus: authorize result action = CreateChild actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f6a4b280-2d5e-4ca9-aa81-ed523dab5141, lookup_type: ById(f6a4b280-2d5e-4ca9-aa81-ed523dab5141) } result = Ok(()) saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = CreateDiskRecord
29392023-07-19T18:40:29.536ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = CreateDiskRecord
29402023-07-19T18:40:29.536ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = CreateDiskRecord
29412023-07-19T18:40:29.537ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = CreateDiskRecord
29422023-07-19T18:40:29.538ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = CreateDiskRecord
29432023-07-19T18:40:29.539ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = CreateDiskRecord
29442023-07-19T18:40:29.539ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = CreateDiskRecord
29452023-07-19T18:40:29.541ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = CreateDiskRecord
29462023-07-19T18:40:29.541ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = CreateDiskRecord
29472023-07-19T18:40:29.543ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = CreateDiskRecord
29482023-07-19T18:40:29.545ZDEBGnexus: authorize result action = CreateChild actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f6a4b280-2d5e-4ca9-aa81-ed523dab5141, lookup_type: ById(f6a4b280-2d5e-4ca9-aa81-ed523dab5141) } result = Ok(()) saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = CreateDiskRecord
29492023-07-19T18:40:29.545ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = CreateDiskRecord
29502023-07-19T18:40:29.545ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = CreateDiskRecord
29512023-07-19T18:40:29.580ZDEBGnexus (SEC): saga log event new_state = N002 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
29522023-07-19T18:40:29.580ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Object {"block_size": String("Traditional"), "create_image_id": Null, "create_snapshot_id": Null, "identity": Object {"description": String(""), "id": String("840adf6a-1f57-466f-a52a-9574a3d25f16"), "name": String("disk-c7a6a75f618"), "time_created": String("2023-07-19T18:40:29.524375Z"), "time_deleted": Null, "time_modified": String("2023-07-19T18:40:29.524375Z")}, "pantry_address": Null, "project_id": String("f6a4b280-2d5e-4ca9-aa81-ed523dab5141"), "rcgen": Number(1), "runtime_state": Object {"attach_instance_id": Null, "disk_state": String("creating"), "gen": Number(1), "time_updated": String("2023-07-19T18:40:29.524375Z")}, "size": Number(1073741824), "slot": Null, "volume_id": String("c68da400-1b86-485e-b37a-9e33de432ded")}) node_id = 2 saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09
29532023-07-19T18:40:29.581ZDEBGnexus (SEC): saga log event new_state = N003 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
29542023-07-19T18:40:29.581ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 3 saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09
29552023-07-19T18:40:29.606ZDEBGnexus (SEC): saga log event new_state = N003 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
29562023-07-19T18:40:29.606ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Array [Array [Object {"identity": Object {"id": String("14c73010-81b0-49ad-b7d1-a4d54144bf17"), "time_created": String("2023-07-19T18:40:26.454859Z"), "time_modified": String("2023-07-19T18:40:26.454859Z")}, "ip": String("fd00:1122:3344:101::15"), "kind": String("Crucible"), "pool_id": String("d462a7f7-b628-40fe-80ff-4e4189e2d62b"), "port": Number(32345), "rcgen": Number(1), "size_used": Number(1073741824), "time_deleted": Null}, Object {"block_size": Number(512), "blocks_per_extent": Number(131072), "dataset_id": String("14c73010-81b0-49ad-b7d1-a4d54144bf17"), "extent_count": Number(16), "identity": Object {"id": String("29040acd-b745-4677-acbf-2f4746233788"), "time_created": String("2023-07-19T18:40:29.590181Z"), "time_modified": String("2023-07-19T18:40:29.590181Z")}, "volume_id": String("c68da400-1b86-485e-b37a-9e33de432ded")}], Array [Object {"identity": Object {"id": String("525bc836-c2f6-4f4f-9574-742778c61f8a"), "time_created": String("2023-07-19T18:40:26.454859Z"), "time_modified": String("2023-07-19T18:40:26.454859Z")}, "ip": String("fd00:1122:3344:101::12"), "kind": String("Crucible"), "pool_id": String("14b4dc87-ab46-49fb-a4b4-d361ae214c03"), "port": Number(32345), "rcgen": Number(1), "size_used": Number(1073741824), "time_deleted": Null}, Object {"block_size": Number(512), "blocks_per_extent": Number(131072), "dataset_id": String("525bc836-c2f6-4f4f-9574-742778c61f8a"), "extent_count": Number(16), "identity": Object {"id": String("1e935a3b-810b-44cc-b2c1-97dbeae84779"), "time_created": String("2023-07-19T18:40:29.590181Z"), "time_modified": String("2023-07-19T18:40:29.590181Z")}, "volume_id": String("c68da400-1b86-485e-b37a-9e33de432ded")}], Array [Object {"identity": Object {"id": String("668f7dca-c5ba-40d6-8f24-50691c66e8b3"), "time_created": String("2023-07-19T18:40:26.454859Z"), "time_modified": String("2023-07-19T18:40:26.454859Z")}, "ip": String("fd00:1122:3344:101::14"), "kind": String("Crucible"), "pool_id": String("e4b4dc87-ab46-49fb-a4b4-d361ae214c03"), "port": Number(32345), "rcgen": Number(1), "size_used": Number(1073741824), "time_deleted": Null}, Object {"block_size": Number(512), "blocks_per_extent": Number(131072), "dataset_id": String("668f7dca-c5ba-40d6-8f24-50691c66e8b3"), "extent_count": Number(16), "identity": Object {"id": String("64c96fa4-0423-4a7f-bbe4-4f6d92c285cc"), "time_created": String("2023-07-19T18:40:29.590181Z"), "time_modified": String("2023-07-19T18:40:29.590181Z")}, "volume_id": String("c68da400-1b86-485e-b37a-9e33de432ded")}]]) node_id = 3 saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09
29572023-07-19T18:40:29.608ZDEBGnexus (SEC): saga log event new_state = N004 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
29582023-07-19T18:40:29.608ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 4 saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09
29592023-07-19T18:40:29.610ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = SpaceAccount
29602023-07-19T18:40:29.610ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = SpaceAccount
29612023-07-19T18:40:29.619ZDEBGnexus (SEC): saga log event new_state = N004 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
29622023-07-19T18:40:29.619ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 4 saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09
29632023-07-19T18:40:29.622ZDEBGnexus (SEC): saga log event new_state = N005 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
29642023-07-19T18:40:29.622ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 5 saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09
29652023-07-19T18:40:29.720ZWARNnexus: Region requested, not yet created. Retrying in 354.130985ms saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create
29662023-07-19T18:40:29.720ZWARNnexus: Region requested, not yet created. Retrying in 219.709035ms saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create
29672023-07-19T18:40:29.720ZWARNnexus: Region requested, not yet created. Retrying in 162.550233ms saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create
29682023-07-19T18:40:29.885ZWARNnexus: Region requested, not yet created. Retrying in 670.642819ms saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create
29692023-07-19T18:40:29.941ZWARNnexus: Region requested, not yet created. Retrying in 645.726398ms saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create
29702023-07-19T18:40:30.591ZDEBGnexus (SEC): saga log event new_state = N005 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
29712023-07-19T18:40:30.591ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(String("{\\"type\\":\\"volume\\",\\"block_size\\":512,\\"id\\":\\"840adf6a-1f57-466f-a52a-9574a3d25f16\\",\\"sub_volumes\\":[{\\"type\\":\\"region\\",\\"block_size\\":512,\\"blocks_per_extent\\":131072,\\"extent_count\\":16,\\"gen\\":1,\\"opts\\":{\\"id\\":\\"840adf6a-1f57-466f-a52a-9574a3d25f16\\",\\"key\\":\\"Sy6mFHUAgFgk0P25zFtcNx/eCE+K0sWS78IF6jim02E=\\",\\"lossy\\":false,\\"read_only\\":false,\\"target\\":[\\"[fd00:1122:3344:101::15]:19000\\",\\"[fd00:1122:3344:101::12]:19000\\",\\"[fd00:1122:3344:101::14]:19000\\"]}}]}")) node_id = 5 saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09
29722023-07-19T18:40:30.593ZDEBGnexus (SEC): saga log event new_state = N006 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
29732023-07-19T18:40:30.593ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 6 saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09
29742023-07-19T18:40:30.599ZDEBGnexus (SEC): saga log event new_state = N006 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
29752023-07-19T18:40:30.599ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Object {"data": String("{\\"type\\":\\"volume\\",\\"block_size\\":512,\\"id\\":\\"840adf6a-1f57-466f-a52a-9574a3d25f16\\",\\"sub_volumes\\":[{\\"type\\":\\"region\\",\\"block_size\\":512,\\"blocks_per_extent\\":131072,\\"extent_count\\":16,\\"gen\\":1,\\"opts\\":{\\"id\\":\\"840adf6a-1f57-466f-a52a-9574a3d25f16\\",\\"key\\":\\"Sy6mFHUAgFgk0P25zFtcNx/eCE+K0sWS78IF6jim02E=\\",\\"lossy\\":false,\\"read_only\\":false,\\"target\\":[\\"[fd00:1122:3344:101::15]:19000\\",\\"[fd00:1122:3344:101::12]:19000\\",\\"[fd00:1122:3344:101::14]:19000\\"]}}]}"), "identity": Object {"id": String("c68da400-1b86-485e-b37a-9e33de432ded"), "time_created": String("2023-07-19T18:40:30.595152Z"), "time_modified": String("2023-07-19T18:40:30.595152Z")}, "rcgen": Number(1), "resources_to_clean_up": Null, "time_deleted": Null}) node_id = 6 saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09
29762023-07-19T18:40:30.601ZDEBGnexus (SEC): saga log event new_state = N007 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
29772023-07-19T18:40:30.601ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 7 saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09
29782023-07-19T18:40:30.602ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = FinalizeDiskRecord
29792023-07-19T18:40:30.603ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = FinalizeDiskRecord
29802023-07-19T18:40:30.604ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = FinalizeDiskRecord
29812023-07-19T18:40:30.604ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = FinalizeDiskRecord
29822023-07-19T18:40:30.606ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = FinalizeDiskRecord
29832023-07-19T18:40:30.606ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = FinalizeDiskRecord
29842023-07-19T18:40:30.606ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = FinalizeDiskRecord
29852023-07-19T18:40:30.607ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = FinalizeDiskRecord
29862023-07-19T18:40:30.608ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = FinalizeDiskRecord
29872023-07-19T18:40:30.609ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = FinalizeDiskRecord
29882023-07-19T18:40:30.610ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = FinalizeDiskRecord
29892023-07-19T18:40:30.611ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = FinalizeDiskRecord
29902023-07-19T18:40:30.612ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = FinalizeDiskRecord
29912023-07-19T18:40:30.613ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = FinalizeDiskRecord
29922023-07-19T18:40:30.614ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = FinalizeDiskRecord
29932023-07-19T18:40:30.617ZDEBGnexus: authorize result action = Modify actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Disk { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f6a4b280-2d5e-4ca9-aa81-ed523dab5141, lookup_type: ById(f6a4b280-2d5e-4ca9-aa81-ed523dab5141) }, key: 840adf6a-1f57-466f-a52a-9574a3d25f16, lookup_type: ById(840adf6a-1f57-466f-a52a-9574a3d25f16) } result = Ok(()) saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = FinalizeDiskRecord
29942023-07-19T18:40:30.617ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = FinalizeDiskRecord
29952023-07-19T18:40:30.617ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = FinalizeDiskRecord
29962023-07-19T18:40:30.618ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = FinalizeDiskRecord
29972023-07-19T18:40:30.619ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = FinalizeDiskRecord
29982023-07-19T18:40:30.620ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = FinalizeDiskRecord
29992023-07-19T18:40:30.620ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = FinalizeDiskRecord
30002023-07-19T18:40:30.622ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = FinalizeDiskRecord
30012023-07-19T18:40:30.622ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = FinalizeDiskRecord
30022023-07-19T18:40:30.624ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = FinalizeDiskRecord
30032023-07-19T18:40:30.626ZDEBGnexus: authorize result action = Modify actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Disk { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f6a4b280-2d5e-4ca9-aa81-ed523dab5141, lookup_type: ById(f6a4b280-2d5e-4ca9-aa81-ed523dab5141) }, key: 840adf6a-1f57-466f-a52a-9574a3d25f16, lookup_type: ById(840adf6a-1f57-466f-a52a-9574a3d25f16) } result = Ok(()) saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create saga_node = FinalizeDiskRecord
30042023-07-19T18:40:30.637ZDEBGnexus (SEC): saga log event new_state = N007 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
30052023-07-19T18:40:30.637ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 7 saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09
30062023-07-19T18:40:30.639ZDEBGnexus (SEC): saga log event new_state = N009 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
30072023-07-19T18:40:30.639ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 9 saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09
30082023-07-19T18:40:30.641ZDEBGnexus (SEC): saga log event new_state = N009 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
30092023-07-19T18:40:30.641ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 9 saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09
30102023-07-19T18:40:30.643ZINFOnexus (SEC): update for saga cached state new_state = Done saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
30112023-07-19T18:40:30.643ZINFOnexus (SecStore): updating state new_state = done saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09
30122023-07-19T18:40:30.647ZINFOnexus (SEC): saga finished saga_id = 30667ee3-530d-4d62-bf21-c1a87bc08e09 saga_name = disk-create sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
30132023-07-19T18:40:30.647ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:59532 req_id = efda7ecf-65fc-4656-9892-c04545404443 response_code = 201 uri = /v1/disks?project=proj-bad19a2eb03
30142023-07-19T18:40:30.649ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
30152023-07-19T18:40:30.649ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
30162023-07-19T18:40:30.650ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
30172023-07-19T18:40:30.650ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
30182023-07-19T18:40:30.651ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
30192023-07-19T18:40:30.652ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "e8b9d3ec2d2139ecf0d0e55c22cf93d5e57f8d58", lookup_type: ByCompositeId("token = \\"e8b9d3ec2d2139ecf0d0e55c22cf93d5e57f8d58\\"") } result = Ok(())
30202023-07-19T18:40:30.652ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
30212023-07-19T18:40:30.653ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
30222023-07-19T18:40:30.653ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
30232023-07-19T18:40:30.654ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
30242023-07-19T18:40:30.654ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
30252023-07-19T18:40:30.654ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
30262023-07-19T18:40:30.655ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
30272023-07-19T18:40:30.655ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
30282023-07-19T18:40:30.656ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
30292023-07-19T18:40:30.657ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
30302023-07-19T18:40:30.657ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
30312023-07-19T18:40:30.658ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
30322023-07-19T18:40:30.658ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
30332023-07-19T18:40:30.659ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "e8b9d3ec2d2139ecf0d0e55c22cf93d5e57f8d58", lookup_type: ByCompositeId("e8b9d3ec2d2139ecf0d0e55c22cf93d5e57f8d58") } result = Ok(())
30342023-07-19T18:40:30.659ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
30352023-07-19T18:40:30.660ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
30362023-07-19T18:40:30.664ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
30372023-07-19T18:40:30.664ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
30382023-07-19T18:40:30.664ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
30392023-07-19T18:40:30.665ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
30402023-07-19T18:40:30.665ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
30412023-07-19T18:40:30.666ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
30422023-07-19T18:40:30.666ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
30432023-07-19T18:40:30.666ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
30442023-07-19T18:40:30.667ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
30452023-07-19T18:40:30.668ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
30462023-07-19T18:40:30.668ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
30472023-07-19T18:40:30.669ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
30482023-07-19T18:40:30.669ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
30492023-07-19T18:40:30.669ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
30502023-07-19T18:40:30.670ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
30512023-07-19T18:40:30.670ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
30522023-07-19T18:40:30.671ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
30532023-07-19T18:40:30.672ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
30542023-07-19T18:40:30.672ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 2c38d160-da73-4f39-8e93-636f5f5dc50a roles = RoleSet { roles: {} } uri = /v1/disks/disk-c7a6a75f618?project=proj-bad19a2eb03
30552023-07-19T18:40:30.673ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 2c38d160-da73-4f39-8e93-636f5f5dc50a resource = Database result = Ok(()) uri = /v1/disks/disk-c7a6a75f618?project=proj-bad19a2eb03
30562023-07-19T18:40:30.673ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 2c38d160-da73-4f39-8e93-636f5f5dc50a roles = RoleSet { roles: {} } uri = /v1/disks/disk-c7a6a75f618?project=proj-bad19a2eb03
30572023-07-19T18:40:30.673ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 2c38d160-da73-4f39-8e93-636f5f5dc50a resource = Database result = Ok(()) uri = /v1/disks/disk-c7a6a75f618?project=proj-bad19a2eb03
30582023-07-19T18:40:30.674ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 2c38d160-da73-4f39-8e93-636f5f5dc50a roles = RoleSet { roles: {} } uri = /v1/disks/disk-c7a6a75f618?project=proj-bad19a2eb03
30592023-07-19T18:40:30.675ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 2c38d160-da73-4f39-8e93-636f5f5dc50a resource = Database result = Ok(()) uri = /v1/disks/disk-c7a6a75f618?project=proj-bad19a2eb03
30602023-07-19T18:40:30.676ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 2c38d160-da73-4f39-8e93-636f5f5dc50a roles = RoleSet { roles: {} } uri = /v1/disks/disk-c7a6a75f618?project=proj-bad19a2eb03
30612023-07-19T18:40:30.676ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 2c38d160-da73-4f39-8e93-636f5f5dc50a resource = Database result = Ok(()) uri = /v1/disks/disk-c7a6a75f618?project=proj-bad19a2eb03
30622023-07-19T18:40:30.678ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 2c38d160-da73-4f39-8e93-636f5f5dc50a roles = RoleSet { roles: {} } uri = /v1/disks/disk-c7a6a75f618?project=proj-bad19a2eb03
30632023-07-19T18:40:30.678ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 2c38d160-da73-4f39-8e93-636f5f5dc50a resource = Database result = Ok(()) uri = /v1/disks/disk-c7a6a75f618?project=proj-bad19a2eb03
30642023-07-19T18:40:30.679ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 2c38d160-da73-4f39-8e93-636f5f5dc50a roles = RoleSet { roles: {} } uri = /v1/disks/disk-c7a6a75f618?project=proj-bad19a2eb03
30652023-07-19T18:40:30.680ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 2c38d160-da73-4f39-8e93-636f5f5dc50a resource = Database result = Ok(()) uri = /v1/disks/disk-c7a6a75f618?project=proj-bad19a2eb03
30662023-07-19T18:40:30.681ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 2c38d160-da73-4f39-8e93-636f5f5dc50a roles = RoleSet { roles: {} } uri = /v1/disks/disk-c7a6a75f618?project=proj-bad19a2eb03
30672023-07-19T18:40:30.681ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 2c38d160-da73-4f39-8e93-636f5f5dc50a resource = Database result = Ok(()) uri = /v1/disks/disk-c7a6a75f618?project=proj-bad19a2eb03
30682023-07-19T18:40:30.683ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 2c38d160-da73-4f39-8e93-636f5f5dc50a roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/disks/disk-c7a6a75f618?project=proj-bad19a2eb03
30692023-07-19T18:40:30.686ZDEBGnexus (dropshot_external): authorize result action = Delete actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 2c38d160-da73-4f39-8e93-636f5f5dc50a resource = Disk { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f6a4b280-2d5e-4ca9-aa81-ed523dab5141, lookup_type: ByName("proj-bad19a2eb03") }, key: 840adf6a-1f57-466f-a52a-9574a3d25f16, lookup_type: ByName("disk-c7a6a75f618") } result = Ok(()) uri = /v1/disks/disk-c7a6a75f618?project=proj-bad19a2eb03
30702023-07-19T18:40:30.686ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 2c38d160-da73-4f39-8e93-636f5f5dc50a roles = RoleSet { roles: {} } uri = /v1/disks/disk-c7a6a75f618?project=proj-bad19a2eb03
30712023-07-19T18:40:30.686ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 2c38d160-da73-4f39-8e93-636f5f5dc50a resource = Database result = Ok(()) uri = /v1/disks/disk-c7a6a75f618?project=proj-bad19a2eb03
30722023-07-19T18:40:30.687ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 2c38d160-da73-4f39-8e93-636f5f5dc50a roles = RoleSet { roles: {} } uri = /v1/disks/disk-c7a6a75f618?project=proj-bad19a2eb03
30732023-07-19T18:40:30.687ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 2c38d160-da73-4f39-8e93-636f5f5dc50a resource = Database result = Ok(()) uri = /v1/disks/disk-c7a6a75f618?project=proj-bad19a2eb03
30742023-07-19T18:40:30.688ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 2c38d160-da73-4f39-8e93-636f5f5dc50a roles = RoleSet { roles: {} } uri = /v1/disks/disk-c7a6a75f618?project=proj-bad19a2eb03
30752023-07-19T18:40:30.688ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 2c38d160-da73-4f39-8e93-636f5f5dc50a resource = Database result = Ok(()) uri = /v1/disks/disk-c7a6a75f618?project=proj-bad19a2eb03
30762023-07-19T18:40:30.689ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 2c38d160-da73-4f39-8e93-636f5f5dc50a roles = RoleSet { roles: {} } uri = /v1/disks/disk-c7a6a75f618?project=proj-bad19a2eb03
30772023-07-19T18:40:30.689ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 2c38d160-da73-4f39-8e93-636f5f5dc50a resource = Database result = Ok(()) uri = /v1/disks/disk-c7a6a75f618?project=proj-bad19a2eb03
30782023-07-19T18:40:30.690ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 2c38d160-da73-4f39-8e93-636f5f5dc50a roles = RoleSet { roles: {} } uri = /v1/disks/disk-c7a6a75f618?project=proj-bad19a2eb03
30792023-07-19T18:40:30.691ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 2c38d160-da73-4f39-8e93-636f5f5dc50a resource = Database result = Ok(()) uri = /v1/disks/disk-c7a6a75f618?project=proj-bad19a2eb03
30802023-07-19T18:40:30.692ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 2c38d160-da73-4f39-8e93-636f5f5dc50a roles = RoleSet { roles: {} } uri = /v1/disks/disk-c7a6a75f618?project=proj-bad19a2eb03
30812023-07-19T18:40:30.692ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 2c38d160-da73-4f39-8e93-636f5f5dc50a resource = Database result = Ok(()) uri = /v1/disks/disk-c7a6a75f618?project=proj-bad19a2eb03
30822023-07-19T18:40:30.694ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 2c38d160-da73-4f39-8e93-636f5f5dc50a roles = RoleSet { roles: {} } uri = /v1/disks/disk-c7a6a75f618?project=proj-bad19a2eb03
30832023-07-19T18:40:30.694ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 2c38d160-da73-4f39-8e93-636f5f5dc50a resource = Database result = Ok(()) uri = /v1/disks/disk-c7a6a75f618?project=proj-bad19a2eb03
30842023-07-19T18:40:30.696ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 2c38d160-da73-4f39-8e93-636f5f5dc50a roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/disks/disk-c7a6a75f618?project=proj-bad19a2eb03
30852023-07-19T18:40:30.699ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 2c38d160-da73-4f39-8e93-636f5f5dc50a resource = Disk { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f6a4b280-2d5e-4ca9-aa81-ed523dab5141, lookup_type: ById(f6a4b280-2d5e-4ca9-aa81-ed523dab5141) }, key: 840adf6a-1f57-466f-a52a-9574a3d25f16, lookup_type: ById(840adf6a-1f57-466f-a52a-9574a3d25f16) } result = Ok(()) uri = /v1/disks/disk-c7a6a75f618?project=proj-bad19a2eb03
30862023-07-19T18:40:30.699ZDEBGnexus (SEC): saga create dag = {"end_node":11,"graph":{"edge_property":"directed","edges":[[0,1,null],[1,2,null],[2,3,null],[4,5,null],[4,6,null],[6,7,null],[5,7,null],[7,8,null],[3,4,null],[8,9,null],[10,0,null],[9,11,null]],"node_holes":[],"nodes":[{"Action":{"action_name":"disk_delete.delete_disk_record","label":"DeleteDiskRecord","name":"deleted_disk"}},{"Action":{"action_name":"disk_delete.space_account","label":"SpaceAccount","name":"no_result1"}},{"Constant":{"name":"params_for_volume_delete_subsaga","value":{"serialized_authn":{"kind":{"Authenticated":[{"actor":{"SiloUser":{"silo_id":"ba553946-31a7-4fb2-829b-ed054d1ac8cc","silo_user_id":"f806cac7-9616-47a3-8ae4-909bb59d0951"}}},{"mapped_fleet_roles":{"admin":["admin"]}}]}},"volume_id":"c68da400-1b86-485e-b37a-9e33de432ded"}}},{"SubsagaStart":{"params_node_name":"params_for_volume_delete_subsaga","saga_name":"volume-delete"}},{"Action":{"action_name":"volume_delete.decrease_crucible_resource_count","label":"DecreaseCrucibleResourceCount","name":"crucible_resources_to_delete"}},{"Action":{"action_name":"volume_delete.delete_crucible_regions","label":"DeleteCrucibleRegions","name":"no_result_1"}},{"Action":{"action_name":"volume_delete.delete_crucible_snapshots","label":"DeleteCrucibleSnapshots","name":"no_result_2"}},{"Action":{"action_name":"volume_delete.delete_freed_crucible_regions","label":"DeleteFreedCrucibleRegions","name":"no_result_3"}},{"Action":{"action_name":"volume_delete.hard_delete_volume_record","label":"HardDeleteVolumeRecord","name":"final_no_result"}},{"SubsagaEnd":{"name":"volume_delete_subsaga_no_result"}},{"Start":{"params":{"disk_id":"840adf6a-1f57-466f-a52a-9574a3d25f16","project_id":"f6a4b280-2d5e-4ca9-aa81-ed523dab5141","serialized_authn":{"kind":{"Authenticated":[{"actor":{"SiloUser":{"silo_id":"ba553946-31a7-4fb2-829b-ed054d1ac8cc","silo_user_id":"f806cac7-9616-47a3-8ae4-909bb59d0951"}}},{"mapped_fleet_roles":{"admin":["admin"]}}]}},"volume_id":"c68da400-1b86-485e-b37a-9e33de432ded"}}},"End"]},"saga_name":"disk-delete","start_node":10} saga_id = 1700a42b-f970-4d8a-ad31-27f38c46245e saga_name = disk-delete sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
30872023-07-19T18:40:30.699ZINFOnexus (SecStore): creating saga saga_id = 1700a42b-f970-4d8a-ad31-27f38c46245e saga_name = disk-delete
30882023-07-19T18:40:30.727ZDEBGnexus (SEC): saga log event new_state = N010 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
30892023-07-19T18:40:30.727ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 10 saga_id = 1700a42b-f970-4d8a-ad31-27f38c46245e
30902023-07-19T18:40:30.729ZDEBGnexus (SEC): saga log event new_state = N010 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
30912023-07-19T18:40:30.729ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 10 saga_id = 1700a42b-f970-4d8a-ad31-27f38c46245e
30922023-07-19T18:40:30.730ZDEBGnexus (SEC): saga log event new_state = N000 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
30932023-07-19T18:40:30.730ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 0 saga_id = 1700a42b-f970-4d8a-ad31-27f38c46245e
30942023-07-19T18:40:30.737ZDEBGnexus (SEC): saga log event new_state = N000 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
30952023-07-19T18:40:30.737ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Object {"block_size": String("Traditional"), "create_image_id": Null, "create_snapshot_id": Null, "identity": Object {"description": String(""), "id": String("840adf6a-1f57-466f-a52a-9574a3d25f16"), "name": String("disk-c7a6a75f618"), "time_created": String("2023-07-19T18:40:29.524375Z"), "time_deleted": Null, "time_modified": String("2023-07-19T18:40:29.524375Z")}, "pantry_address": Null, "project_id": String("f6a4b280-2d5e-4ca9-aa81-ed523dab5141"), "rcgen": Number(1), "runtime_state": Object {"attach_instance_id": Null, "disk_state": String("detached"), "gen": Number(2), "time_updated": String("2023-07-19T18:40:30.617366Z")}, "size": Number(1073741824), "slot": Null, "volume_id": String("c68da400-1b86-485e-b37a-9e33de432ded")}) node_id = 0 saga_id = 1700a42b-f970-4d8a-ad31-27f38c46245e
30962023-07-19T18:40:30.739ZDEBGnexus (SEC): saga log event new_state = N001 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
30972023-07-19T18:40:30.739ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 1 saga_id = 1700a42b-f970-4d8a-ad31-27f38c46245e
30982023-07-19T18:40:30.741ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 1700a42b-f970-4d8a-ad31-27f38c46245e saga_name = disk-delete saga_node = SpaceAccount
30992023-07-19T18:40:30.741ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 1700a42b-f970-4d8a-ad31-27f38c46245e saga_name = disk-delete saga_node = SpaceAccount
31002023-07-19T18:40:30.748ZDEBGnexus (SEC): saga log event new_state = N001 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
31012023-07-19T18:40:30.748ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 1 saga_id = 1700a42b-f970-4d8a-ad31-27f38c46245e
31022023-07-19T18:40:30.750ZDEBGnexus (SEC): saga log event new_state = N002 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
31032023-07-19T18:40:30.750ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 2 saga_id = 1700a42b-f970-4d8a-ad31-27f38c46245e
31042023-07-19T18:40:30.752ZDEBGnexus (SEC): saga log event new_state = N002 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
31052023-07-19T18:40:30.752ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Object {"serialized_authn": Object {"kind": Object {"Authenticated": Array [Object {"actor": Object {"SiloUser": Object {"silo_id": String("ba553946-31a7-4fb2-829b-ed054d1ac8cc"), "silo_user_id": String("f806cac7-9616-47a3-8ae4-909bb59d0951")}}}, Object {"mapped_fleet_roles": Object {"admin": Array [String("admin")]}}]}}, "volume_id": String("c68da400-1b86-485e-b37a-9e33de432ded")}) node_id = 2 saga_id = 1700a42b-f970-4d8a-ad31-27f38c46245e
31062023-07-19T18:40:30.754ZDEBGnexus (SEC): saga log event new_state = N003 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
31072023-07-19T18:40:30.754ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 3 saga_id = 1700a42b-f970-4d8a-ad31-27f38c46245e
31082023-07-19T18:40:30.755ZDEBGnexus (SEC): saga log event new_state = N003 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
31092023-07-19T18:40:30.755ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 3 saga_id = 1700a42b-f970-4d8a-ad31-27f38c46245e
31102023-07-19T18:40:30.757ZDEBGnexus (SEC): saga log event new_state = N004 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
31112023-07-19T18:40:30.757ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 4 saga_id = 1700a42b-f970-4d8a-ad31-27f38c46245e
31122023-07-19T18:40:30.771ZDEBGnexus (SEC): saga log event new_state = N004 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
31132023-07-19T18:40:30.771ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Object {"V1": Object {"datasets_and_regions": Array [Array [Object {"identity": Object {"id": String("14c73010-81b0-49ad-b7d1-a4d54144bf17"), "time_created": String("2023-07-19T18:40:26.454859Z"), "time_modified": String("2023-07-19T18:40:26.454859Z")}, "ip": String("fd00:1122:3344:101::15"), "kind": String("Crucible"), "pool_id": String("d462a7f7-b628-40fe-80ff-4e4189e2d62b"), "port": Number(32345), "rcgen": Number(1), "size_used": Number(1073741824), "time_deleted": Null}, Object {"block_size": Number(512), "blocks_per_extent": Number(131072), "dataset_id": String("14c73010-81b0-49ad-b7d1-a4d54144bf17"), "extent_count": Number(16), "identity": Object {"id": String("29040acd-b745-4677-acbf-2f4746233788"), "time_created": String("2023-07-19T18:40:29.590181Z"), "time_modified": String("2023-07-19T18:40:29.590181Z")}, "volume_id": String("c68da400-1b86-485e-b37a-9e33de432ded")}], Array [Object {"identity": Object {"id": String("525bc836-c2f6-4f4f-9574-742778c61f8a"), "time_created": String("2023-07-19T18:40:26.454859Z"), "time_modified": String("2023-07-19T18:40:26.454859Z")}, "ip": String("fd00:1122:3344:101::12"), "kind": String("Crucible"), "pool_id": String("14b4dc87-ab46-49fb-a4b4-d361ae214c03"), "port": Number(32345), "rcgen": Number(1), "size_used": Number(1073741824), "time_deleted": Null}, Object {"block_size": Number(512), "blocks_per_extent": Number(131072), "dataset_id": String("525bc836-c2f6-4f4f-9574-742778c61f8a"), "extent_count": Number(16), "identity": Object {"id": String("1e935a3b-810b-44cc-b2c1-97dbeae84779"), "time_created": String("2023-07-19T18:40:29.590181Z"), "time_modified": String("2023-07-19T18:40:29.590181Z")}, "volume_id": String("c68da400-1b86-485e-b37a-9e33de432ded")}], Array [Object {"identity": Object {"id": String("668f7dca-c5ba-40d6-8f24-50691c66e8b3"), "time_created": String("2023-07-19T18:40:26.454859Z"), "time_modified": String("2023-07-19T18:40:26.454859Z")}, "ip": String("fd00:1122:3344:101::14"), "kind": String("Crucible"), "pool_id": String("e4b4dc87-ab46-49fb-a4b4-d361ae214c03"), "port": Number(32345), "rcgen": Number(1), "size_used": Number(1073741824), "time_deleted": Null}, Object {"block_size": Number(512), "blocks_per_extent": Number(131072), "dataset_id": String("668f7dca-c5ba-40d6-8f24-50691c66e8b3"), "extent_count": Number(16), "identity": Object {"id": String("64c96fa4-0423-4a7f-bbe4-4f6d92c285cc"), "time_created": String("2023-07-19T18:40:29.590181Z"), "time_modified": String("2023-07-19T18:40:29.590181Z")}, "volume_id": String("c68da400-1b86-485e-b37a-9e33de432ded")}]], "datasets_and_snapshots": Array []}}) node_id = 4 saga_id = 1700a42b-f970-4d8a-ad31-27f38c46245e
31142023-07-19T18:40:30.773ZDEBGnexus (SEC): saga log event new_state = N005 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
31152023-07-19T18:40:30.773ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 5 saga_id = 1700a42b-f970-4d8a-ad31-27f38c46245e
31162023-07-19T18:40:30.868ZDEBGnexus (SEC): saga log event new_state = N006 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
31172023-07-19T18:40:30.868ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 6 saga_id = 1700a42b-f970-4d8a-ad31-27f38c46245e
31182023-07-19T18:40:30.870ZDEBGnexus (SEC): saga log event new_state = N006 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
31192023-07-19T18:40:30.870ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 6 saga_id = 1700a42b-f970-4d8a-ad31-27f38c46245e
31202023-07-19T18:40:30.883ZDEBGnexus (SEC): saga log event new_state = N005 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
31212023-07-19T18:40:30.883ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 5 saga_id = 1700a42b-f970-4d8a-ad31-27f38c46245e
31222023-07-19T18:40:30.886ZDEBGnexus (SEC): saga log event new_state = N007 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
31232023-07-19T18:40:30.886ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 7 saga_id = 1700a42b-f970-4d8a-ad31-27f38c46245e
31242023-07-19T18:40:30.892ZDEBGnexus (SEC): saga log event new_state = N007 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
31252023-07-19T18:40:30.892ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 7 saga_id = 1700a42b-f970-4d8a-ad31-27f38c46245e
31262023-07-19T18:40:30.894ZDEBGnexus (SEC): saga log event new_state = N008 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
31272023-07-19T18:40:30.894ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 8 saga_id = 1700a42b-f970-4d8a-ad31-27f38c46245e
31282023-07-19T18:40:30.899ZDEBGnexus (SEC): saga log event new_state = N008 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
31292023-07-19T18:40:30.899ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 8 saga_id = 1700a42b-f970-4d8a-ad31-27f38c46245e
31302023-07-19T18:40:30.902ZDEBGnexus (SEC): saga log event new_state = N009 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
31312023-07-19T18:40:30.902ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 9 saga_id = 1700a42b-f970-4d8a-ad31-27f38c46245e
31322023-07-19T18:40:30.903ZDEBGnexus (SEC): saga log event new_state = N009 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
31332023-07-19T18:40:30.903ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 9 saga_id = 1700a42b-f970-4d8a-ad31-27f38c46245e
31342023-07-19T18:40:30.905ZDEBGnexus (SEC): saga log event new_state = N011 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
31352023-07-19T18:40:30.905ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 11 saga_id = 1700a42b-f970-4d8a-ad31-27f38c46245e
31362023-07-19T18:40:30.907ZDEBGnexus (SEC): saga log event new_state = N011 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
31372023-07-19T18:40:30.907ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 11 saga_id = 1700a42b-f970-4d8a-ad31-27f38c46245e
31382023-07-19T18:40:30.908ZINFOnexus (SEC): update for saga cached state new_state = Done saga_id = 1700a42b-f970-4d8a-ad31-27f38c46245e sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
31392023-07-19T18:40:30.908ZINFOnexus (SecStore): updating state new_state = done saga_id = 1700a42b-f970-4d8a-ad31-27f38c46245e
31402023-07-19T18:40:30.912ZINFOnexus (SEC): saga finished saga_id = 1700a42b-f970-4d8a-ad31-27f38c46245e saga_name = disk-delete sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
31412023-07-19T18:40:30.912ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 2c38d160-da73-4f39-8e93-636f5f5dc50a response_code = 204 uri = /v1/disks/disk-c7a6a75f618?project=proj-bad19a2eb03
31422023-07-19T18:40:30.914ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
31432023-07-19T18:40:30.914ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
31442023-07-19T18:40:30.915ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
31452023-07-19T18:40:30.915ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
31462023-07-19T18:40:30.917ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
31472023-07-19T18:40:30.918ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "e8b9d3ec2d2139ecf0d0e55c22cf93d5e57f8d58", lookup_type: ByCompositeId("token = \\"e8b9d3ec2d2139ecf0d0e55c22cf93d5e57f8d58\\"") } result = Ok(())
31482023-07-19T18:40:30.918ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
31492023-07-19T18:40:30.918ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
31502023-07-19T18:40:30.919ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
31512023-07-19T18:40:30.919ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
31522023-07-19T18:40:30.920ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
31532023-07-19T18:40:30.920ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
31542023-07-19T18:40:30.921ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
31552023-07-19T18:40:30.921ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
31562023-07-19T18:40:30.922ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
31572023-07-19T18:40:30.923ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
31582023-07-19T18:40:30.923ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
31592023-07-19T18:40:30.923ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
31602023-07-19T18:40:30.924ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
31612023-07-19T18:40:30.926ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "e8b9d3ec2d2139ecf0d0e55c22cf93d5e57f8d58", lookup_type: ByCompositeId("e8b9d3ec2d2139ecf0d0e55c22cf93d5e57f8d58") } result = Ok(())
31622023-07-19T18:40:30.926ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
31632023-07-19T18:40:30.926ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
31642023-07-19T18:40:30.930ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
31652023-07-19T18:40:30.930ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
31662023-07-19T18:40:30.931ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
31672023-07-19T18:40:30.931ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
31682023-07-19T18:40:30.932ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
31692023-07-19T18:40:30.932ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
31702023-07-19T18:40:30.933ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
31712023-07-19T18:40:30.933ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
31722023-07-19T18:40:30.935ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
31732023-07-19T18:40:30.936ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
31742023-07-19T18:40:30.936ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
31752023-07-19T18:40:30.936ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
31762023-07-19T18:40:30.937ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
31772023-07-19T18:40:30.937ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
31782023-07-19T18:40:30.939ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
31792023-07-19T18:40:30.939ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
31802023-07-19T18:40:30.940ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
31812023-07-19T18:40:30.942ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
31822023-07-19T18:40:30.942ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 65079d07-4e1a-4177-aa84-1e5e9713b282 roles = RoleSet { roles: {} } uri = /v1/vpc-subnets/default?project=proj-bad19a2eb03&vpc=default
31832023-07-19T18:40:30.942ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 65079d07-4e1a-4177-aa84-1e5e9713b282 resource = Database result = Ok(()) uri = /v1/vpc-subnets/default?project=proj-bad19a2eb03&vpc=default
31842023-07-19T18:40:30.943ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 65079d07-4e1a-4177-aa84-1e5e9713b282 roles = RoleSet { roles: {} } uri = /v1/vpc-subnets/default?project=proj-bad19a2eb03&vpc=default
31852023-07-19T18:40:30.943ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 65079d07-4e1a-4177-aa84-1e5e9713b282 resource = Database result = Ok(()) uri = /v1/vpc-subnets/default?project=proj-bad19a2eb03&vpc=default
31862023-07-19T18:40:30.944ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 65079d07-4e1a-4177-aa84-1e5e9713b282 roles = RoleSet { roles: {} } uri = /v1/vpc-subnets/default?project=proj-bad19a2eb03&vpc=default
31872023-07-19T18:40:30.944ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 65079d07-4e1a-4177-aa84-1e5e9713b282 resource = Database result = Ok(()) uri = /v1/vpc-subnets/default?project=proj-bad19a2eb03&vpc=default
31882023-07-19T18:40:30.945ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 65079d07-4e1a-4177-aa84-1e5e9713b282 roles = RoleSet { roles: {} } uri = /v1/vpc-subnets/default?project=proj-bad19a2eb03&vpc=default
31892023-07-19T18:40:30.945ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 65079d07-4e1a-4177-aa84-1e5e9713b282 resource = Database result = Ok(()) uri = /v1/vpc-subnets/default?project=proj-bad19a2eb03&vpc=default
31902023-07-19T18:40:30.946ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 65079d07-4e1a-4177-aa84-1e5e9713b282 roles = RoleSet { roles: {} } uri = /v1/vpc-subnets/default?project=proj-bad19a2eb03&vpc=default
31912023-07-19T18:40:30.946ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 65079d07-4e1a-4177-aa84-1e5e9713b282 resource = Database result = Ok(()) uri = /v1/vpc-subnets/default?project=proj-bad19a2eb03&vpc=default
31922023-07-19T18:40:30.948ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 65079d07-4e1a-4177-aa84-1e5e9713b282 roles = RoleSet { roles: {} } uri = /v1/vpc-subnets/default?project=proj-bad19a2eb03&vpc=default
31932023-07-19T18:40:30.948ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 65079d07-4e1a-4177-aa84-1e5e9713b282 resource = Database result = Ok(()) uri = /v1/vpc-subnets/default?project=proj-bad19a2eb03&vpc=default
31942023-07-19T18:40:30.950ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 65079d07-4e1a-4177-aa84-1e5e9713b282 roles = RoleSet { roles: {} } uri = /v1/vpc-subnets/default?project=proj-bad19a2eb03&vpc=default
31952023-07-19T18:40:30.950ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 65079d07-4e1a-4177-aa84-1e5e9713b282 resource = Database result = Ok(()) uri = /v1/vpc-subnets/default?project=proj-bad19a2eb03&vpc=default
31962023-07-19T18:40:30.952ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 65079d07-4e1a-4177-aa84-1e5e9713b282 roles = RoleSet { roles: {} } uri = /v1/vpc-subnets/default?project=proj-bad19a2eb03&vpc=default
31972023-07-19T18:40:30.952ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 65079d07-4e1a-4177-aa84-1e5e9713b282 resource = Database result = Ok(()) uri = /v1/vpc-subnets/default?project=proj-bad19a2eb03&vpc=default
31982023-07-19T18:40:30.954ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 65079d07-4e1a-4177-aa84-1e5e9713b282 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/vpc-subnets/default?project=proj-bad19a2eb03&vpc=default
31992023-07-19T18:40:30.958ZDEBGnexus (dropshot_external): authorize result action = Delete actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 65079d07-4e1a-4177-aa84-1e5e9713b282 resource = VpcSubnet { parent: Vpc { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f6a4b280-2d5e-4ca9-aa81-ed523dab5141, lookup_type: ByName("proj-bad19a2eb03") }, key: 0bca1a85-ce8e-473e-a861-81d16666689b, lookup_type: ByName("default") }, key: 31441c8f-6902-4a24-af0a-403e3c3541af, lookup_type: ByName("default") } result = Ok(()) uri = /v1/vpc-subnets/default?project=proj-bad19a2eb03&vpc=default
32002023-07-19T18:40:30.958ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 65079d07-4e1a-4177-aa84-1e5e9713b282 roles = RoleSet { roles: {} } uri = /v1/vpc-subnets/default?project=proj-bad19a2eb03&vpc=default
32012023-07-19T18:40:30.958ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 65079d07-4e1a-4177-aa84-1e5e9713b282 resource = Database result = Ok(()) uri = /v1/vpc-subnets/default?project=proj-bad19a2eb03&vpc=default
32022023-07-19T18:40:30.959ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 65079d07-4e1a-4177-aa84-1e5e9713b282 roles = RoleSet { roles: {} } uri = /v1/vpc-subnets/default?project=proj-bad19a2eb03&vpc=default
32032023-07-19T18:40:30.960ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 65079d07-4e1a-4177-aa84-1e5e9713b282 resource = Database result = Ok(()) uri = /v1/vpc-subnets/default?project=proj-bad19a2eb03&vpc=default
32042023-07-19T18:40:30.961ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 65079d07-4e1a-4177-aa84-1e5e9713b282 roles = RoleSet { roles: {} } uri = /v1/vpc-subnets/default?project=proj-bad19a2eb03&vpc=default
32052023-07-19T18:40:30.962ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 65079d07-4e1a-4177-aa84-1e5e9713b282 resource = Database result = Ok(()) uri = /v1/vpc-subnets/default?project=proj-bad19a2eb03&vpc=default
32062023-07-19T18:40:30.963ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 65079d07-4e1a-4177-aa84-1e5e9713b282 roles = RoleSet { roles: {} } uri = /v1/vpc-subnets/default?project=proj-bad19a2eb03&vpc=default
32072023-07-19T18:40:30.963ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 65079d07-4e1a-4177-aa84-1e5e9713b282 resource = Database result = Ok(()) uri = /v1/vpc-subnets/default?project=proj-bad19a2eb03&vpc=default
32082023-07-19T18:40:30.965ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 65079d07-4e1a-4177-aa84-1e5e9713b282 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/vpc-subnets/default?project=proj-bad19a2eb03&vpc=default
32092023-07-19T18:40:30.968ZDEBGnexus (dropshot_external): authorize result action = Delete actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 65079d07-4e1a-4177-aa84-1e5e9713b282 resource = VpcSubnet { parent: Vpc { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f6a4b280-2d5e-4ca9-aa81-ed523dab5141, lookup_type: ByName("proj-bad19a2eb03") }, key: 0bca1a85-ce8e-473e-a861-81d16666689b, lookup_type: ByName("default") }, key: 31441c8f-6902-4a24-af0a-403e3c3541af, lookup_type: ByName("default") } result = Ok(()) uri = /v1/vpc-subnets/default?project=proj-bad19a2eb03&vpc=default
32102023-07-19T18:40:30.968ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 65079d07-4e1a-4177-aa84-1e5e9713b282 roles = RoleSet { roles: {} } uri = /v1/vpc-subnets/default?project=proj-bad19a2eb03&vpc=default
32112023-07-19T18:40:30.968ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 65079d07-4e1a-4177-aa84-1e5e9713b282 resource = Database result = Ok(()) uri = /v1/vpc-subnets/default?project=proj-bad19a2eb03&vpc=default
32122023-07-19T18:40:30.970ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 65079d07-4e1a-4177-aa84-1e5e9713b282 roles = RoleSet { roles: {} } uri = /v1/vpc-subnets/default?project=proj-bad19a2eb03&vpc=default
32132023-07-19T18:40:30.970ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 65079d07-4e1a-4177-aa84-1e5e9713b282 resource = Database result = Ok(()) uri = /v1/vpc-subnets/default?project=proj-bad19a2eb03&vpc=default
32142023-07-19T18:40:30.972ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 65079d07-4e1a-4177-aa84-1e5e9713b282 response_code = 204 uri = /v1/vpc-subnets/default?project=proj-bad19a2eb03&vpc=default
32152023-07-19T18:40:30.974ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
32162023-07-19T18:40:30.974ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
32172023-07-19T18:40:30.975ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
32182023-07-19T18:40:30.975ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
32192023-07-19T18:40:30.976ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
32202023-07-19T18:40:30.977ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "e8b9d3ec2d2139ecf0d0e55c22cf93d5e57f8d58", lookup_type: ByCompositeId("token = \\"e8b9d3ec2d2139ecf0d0e55c22cf93d5e57f8d58\\"") } result = Ok(())
32212023-07-19T18:40:30.977ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
32222023-07-19T18:40:30.977ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
32232023-07-19T18:40:30.978ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
32242023-07-19T18:40:30.978ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
32252023-07-19T18:40:30.979ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
32262023-07-19T18:40:30.979ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
32272023-07-19T18:40:30.980ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
32282023-07-19T18:40:30.980ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
32292023-07-19T18:40:30.981ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
32302023-07-19T18:40:30.982ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
32312023-07-19T18:40:30.982ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
32322023-07-19T18:40:30.982ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
32332023-07-19T18:40:30.983ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
32342023-07-19T18:40:30.984ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "e8b9d3ec2d2139ecf0d0e55c22cf93d5e57f8d58", lookup_type: ByCompositeId("e8b9d3ec2d2139ecf0d0e55c22cf93d5e57f8d58") } result = Ok(())
32352023-07-19T18:40:30.984ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
32362023-07-19T18:40:30.984ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
32372023-07-19T18:40:30.987ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
32382023-07-19T18:40:30.988ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
32392023-07-19T18:40:30.988ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
32402023-07-19T18:40:30.988ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
32412023-07-19T18:40:30.989ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
32422023-07-19T18:40:30.989ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
32432023-07-19T18:40:30.990ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
32442023-07-19T18:40:30.990ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
32452023-07-19T18:40:30.991ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
32462023-07-19T18:40:30.992ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
32472023-07-19T18:40:30.992ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
32482023-07-19T18:40:30.992ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
32492023-07-19T18:40:30.993ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
32502023-07-19T18:40:30.993ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
32512023-07-19T18:40:30.994ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
32522023-07-19T18:40:30.994ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
32532023-07-19T18:40:30.995ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
32542023-07-19T18:40:30.996ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
32552023-07-19T18:40:30.996ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d roles = RoleSet { roles: {} } uri = /v1/vpcs/default?project=proj-bad19a2eb03
32562023-07-19T18:40:30.997ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d resource = Database result = Ok(()) uri = /v1/vpcs/default?project=proj-bad19a2eb03
32572023-07-19T18:40:30.997ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d roles = RoleSet { roles: {} } uri = /v1/vpcs/default?project=proj-bad19a2eb03
32582023-07-19T18:40:30.997ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d resource = Database result = Ok(()) uri = /v1/vpcs/default?project=proj-bad19a2eb03
32592023-07-19T18:40:30.998ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d roles = RoleSet { roles: {} } uri = /v1/vpcs/default?project=proj-bad19a2eb03
32602023-07-19T18:40:30.998ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d resource = Database result = Ok(()) uri = /v1/vpcs/default?project=proj-bad19a2eb03
32612023-07-19T18:40:30.999ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d roles = RoleSet { roles: {} } uri = /v1/vpcs/default?project=proj-bad19a2eb03
32622023-07-19T18:40:30.999ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d resource = Database result = Ok(()) uri = /v1/vpcs/default?project=proj-bad19a2eb03
32632023-07-19T18:40:31.001ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d roles = RoleSet { roles: {} } uri = /v1/vpcs/default?project=proj-bad19a2eb03
32642023-07-19T18:40:31.001ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d resource = Database result = Ok(()) uri = /v1/vpcs/default?project=proj-bad19a2eb03
32652023-07-19T18:40:31.003ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d roles = RoleSet { roles: {} } uri = /v1/vpcs/default?project=proj-bad19a2eb03
32662023-07-19T18:40:31.003ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d resource = Database result = Ok(()) uri = /v1/vpcs/default?project=proj-bad19a2eb03
32672023-07-19T18:40:31.004ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d roles = RoleSet { roles: {} } uri = /v1/vpcs/default?project=proj-bad19a2eb03
32682023-07-19T18:40:31.005ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d resource = Database result = Ok(()) uri = /v1/vpcs/default?project=proj-bad19a2eb03
32692023-07-19T18:40:31.006ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/vpcs/default?project=proj-bad19a2eb03
32702023-07-19T18:40:31.009ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d resource = Vpc { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f6a4b280-2d5e-4ca9-aa81-ed523dab5141, lookup_type: ByName("proj-bad19a2eb03") }, key: 0bca1a85-ce8e-473e-a861-81d16666689b, lookup_type: ByName("default") } result = Ok(()) uri = /v1/vpcs/default?project=proj-bad19a2eb03
32712023-07-19T18:40:31.009ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d roles = RoleSet { roles: {} } uri = /v1/vpcs/default?project=proj-bad19a2eb03
32722023-07-19T18:40:31.009ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d resource = Database result = Ok(()) uri = /v1/vpcs/default?project=proj-bad19a2eb03
32732023-07-19T18:40:31.011ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d roles = RoleSet { roles: {} } uri = /v1/vpcs/default?project=proj-bad19a2eb03
32742023-07-19T18:40:31.011ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d resource = Database result = Ok(()) uri = /v1/vpcs/default?project=proj-bad19a2eb03
32752023-07-19T18:40:31.013ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d roles = RoleSet { roles: {} } uri = /v1/vpcs/default?project=proj-bad19a2eb03
32762023-07-19T18:40:31.013ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d resource = Database result = Ok(()) uri = /v1/vpcs/default?project=proj-bad19a2eb03
32772023-07-19T18:40:31.014ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d roles = RoleSet { roles: {} } uri = /v1/vpcs/default?project=proj-bad19a2eb03
32782023-07-19T18:40:31.015ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d resource = Database result = Ok(()) uri = /v1/vpcs/default?project=proj-bad19a2eb03
32792023-07-19T18:40:31.016ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/vpcs/default?project=proj-bad19a2eb03
32802023-07-19T18:40:31.019ZDEBGnexus (dropshot_external): authorize result action = Delete actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d resource = Vpc { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f6a4b280-2d5e-4ca9-aa81-ed523dab5141, lookup_type: ByName("proj-bad19a2eb03") }, key: 0bca1a85-ce8e-473e-a861-81d16666689b, lookup_type: ByName("default") } result = Ok(()) uri = /v1/vpcs/default?project=proj-bad19a2eb03
32812023-07-19T18:40:31.019ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d roles = RoleSet { roles: {} } uri = /v1/vpcs/default?project=proj-bad19a2eb03
32822023-07-19T18:40:31.019ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d resource = Database result = Ok(()) uri = /v1/vpcs/default?project=proj-bad19a2eb03
32832023-07-19T18:40:31.020ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d roles = RoleSet { roles: {} } uri = /v1/vpcs/default?project=proj-bad19a2eb03
32842023-07-19T18:40:31.020ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d resource = Database result = Ok(()) uri = /v1/vpcs/default?project=proj-bad19a2eb03
32852023-07-19T18:40:31.022ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d roles = RoleSet { roles: {} } uri = /v1/vpcs/default?project=proj-bad19a2eb03
32862023-07-19T18:40:31.023ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d resource = Database result = Ok(()) uri = /v1/vpcs/default?project=proj-bad19a2eb03
32872023-07-19T18:40:31.024ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d roles = RoleSet { roles: {} } uri = /v1/vpcs/default?project=proj-bad19a2eb03
32882023-07-19T18:40:31.024ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d resource = Database result = Ok(()) uri = /v1/vpcs/default?project=proj-bad19a2eb03
32892023-07-19T18:40:31.026ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d roles = RoleSet { roles: {} } uri = /v1/vpcs/default?project=proj-bad19a2eb03
32902023-07-19T18:40:31.026ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d resource = Database result = Ok(()) uri = /v1/vpcs/default?project=proj-bad19a2eb03
32912023-07-19T18:40:31.028ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d roles = RoleSet { roles: {} } uri = /v1/vpcs/default?project=proj-bad19a2eb03
32922023-07-19T18:40:31.028ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d resource = Database result = Ok(()) uri = /v1/vpcs/default?project=proj-bad19a2eb03
32932023-07-19T18:40:31.029ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/vpcs/default?project=proj-bad19a2eb03
32942023-07-19T18:40:31.032ZDEBGnexus (dropshot_external): authorize result action = Delete actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d resource = VpcRouter { parent: Vpc { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f6a4b280-2d5e-4ca9-aa81-ed523dab5141, lookup_type: ByName("proj-bad19a2eb03") }, key: 0bca1a85-ce8e-473e-a861-81d16666689b, lookup_type: ByName("default") }, key: d387d3fc-137a-43e0-9b80-09f503e8babb, lookup_type: ById(d387d3fc-137a-43e0-9b80-09f503e8babb) } result = Ok(()) uri = /v1/vpcs/default?project=proj-bad19a2eb03
32952023-07-19T18:40:31.035ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d roles = RoleSet { roles: {} } uri = /v1/vpcs/default?project=proj-bad19a2eb03
32962023-07-19T18:40:31.035ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d resource = Database result = Ok(()) uri = /v1/vpcs/default?project=proj-bad19a2eb03
32972023-07-19T18:40:31.036ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d roles = RoleSet { roles: {} } uri = /v1/vpcs/default?project=proj-bad19a2eb03
32982023-07-19T18:40:31.037ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d resource = Database result = Ok(()) uri = /v1/vpcs/default?project=proj-bad19a2eb03
32992023-07-19T18:40:31.038ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d roles = RoleSet { roles: {} } uri = /v1/vpcs/default?project=proj-bad19a2eb03
33002023-07-19T18:40:31.038ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d resource = Database result = Ok(()) uri = /v1/vpcs/default?project=proj-bad19a2eb03
33012023-07-19T18:40:31.040ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d roles = RoleSet { roles: {} } uri = /v1/vpcs/default?project=proj-bad19a2eb03
33022023-07-19T18:40:31.040ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d resource = Database result = Ok(()) uri = /v1/vpcs/default?project=proj-bad19a2eb03
33032023-07-19T18:40:31.042ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/vpcs/default?project=proj-bad19a2eb03
33042023-07-19T18:40:31.044ZDEBGnexus (dropshot_external): authorize result action = Modify actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d resource = Vpc { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f6a4b280-2d5e-4ca9-aa81-ed523dab5141, lookup_type: ByName("proj-bad19a2eb03") }, key: 0bca1a85-ce8e-473e-a861-81d16666689b, lookup_type: ByName("default") } result = Ok(()) uri = /v1/vpcs/default?project=proj-bad19a2eb03
33052023-07-19T18:40:31.044ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d roles = RoleSet { roles: {} } uri = /v1/vpcs/default?project=proj-bad19a2eb03
33062023-07-19T18:40:31.044ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d resource = Database result = Ok(()) uri = /v1/vpcs/default?project=proj-bad19a2eb03
33072023-07-19T18:40:31.047ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 7079ae21-2e32-4d96-945f-71c10b38659d response_code = 204 uri = /v1/vpcs/default?project=proj-bad19a2eb03
33082023-07-19T18:40:31.048ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
33092023-07-19T18:40:31.048ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
33102023-07-19T18:40:31.049ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
33112023-07-19T18:40:31.049ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
33122023-07-19T18:40:31.050ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
33132023-07-19T18:40:31.051ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "e8b9d3ec2d2139ecf0d0e55c22cf93d5e57f8d58", lookup_type: ByCompositeId("token = \\"e8b9d3ec2d2139ecf0d0e55c22cf93d5e57f8d58\\"") } result = Ok(())
33142023-07-19T18:40:31.051ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
33152023-07-19T18:40:31.051ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
33162023-07-19T18:40:31.052ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
33172023-07-19T18:40:31.052ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
33182023-07-19T18:40:31.053ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
33192023-07-19T18:40:31.053ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
33202023-07-19T18:40:31.054ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
33212023-07-19T18:40:31.054ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
33222023-07-19T18:40:31.055ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
33232023-07-19T18:40:31.056ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
33242023-07-19T18:40:31.056ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
33252023-07-19T18:40:31.056ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
33262023-07-19T18:40:31.057ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
33272023-07-19T18:40:31.058ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "e8b9d3ec2d2139ecf0d0e55c22cf93d5e57f8d58", lookup_type: ByCompositeId("e8b9d3ec2d2139ecf0d0e55c22cf93d5e57f8d58") } result = Ok(())
33282023-07-19T18:40:31.058ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
33292023-07-19T18:40:31.058ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
33302023-07-19T18:40:31.061ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
33312023-07-19T18:40:31.061ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
33322023-07-19T18:40:31.062ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
33332023-07-19T18:40:31.062ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
33342023-07-19T18:40:31.063ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
33352023-07-19T18:40:31.063ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
33362023-07-19T18:40:31.064ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
33372023-07-19T18:40:31.064ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
33382023-07-19T18:40:31.065ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
33392023-07-19T18:40:31.066ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
33402023-07-19T18:40:31.066ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
33412023-07-19T18:40:31.066ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
33422023-07-19T18:40:31.067ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
33432023-07-19T18:40:31.067ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
33442023-07-19T18:40:31.068ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
33452023-07-19T18:40:31.068ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
33462023-07-19T18:40:31.069ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
33472023-07-19T18:40:31.070ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
33482023-07-19T18:40:31.070ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 1ce9e0a2-0cac-4c14-aa73-c133159085d6 roles = RoleSet { roles: {} } uri = /v1/projects/proj-bad19a2eb03
33492023-07-19T18:40:31.070ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 1ce9e0a2-0cac-4c14-aa73-c133159085d6 resource = Database result = Ok(()) uri = /v1/projects/proj-bad19a2eb03
33502023-07-19T18:40:31.071ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 1ce9e0a2-0cac-4c14-aa73-c133159085d6 roles = RoleSet { roles: {} } uri = /v1/projects/proj-bad19a2eb03
33512023-07-19T18:40:31.071ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 1ce9e0a2-0cac-4c14-aa73-c133159085d6 resource = Database result = Ok(()) uri = /v1/projects/proj-bad19a2eb03
33522023-07-19T18:40:31.072ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 1ce9e0a2-0cac-4c14-aa73-c133159085d6 roles = RoleSet { roles: {} } uri = /v1/projects/proj-bad19a2eb03
33532023-07-19T18:40:31.072ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 1ce9e0a2-0cac-4c14-aa73-c133159085d6 resource = Database result = Ok(()) uri = /v1/projects/proj-bad19a2eb03
33542023-07-19T18:40:31.074ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 1ce9e0a2-0cac-4c14-aa73-c133159085d6 roles = RoleSet { roles: {} } uri = /v1/projects/proj-bad19a2eb03
33552023-07-19T18:40:31.074ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 1ce9e0a2-0cac-4c14-aa73-c133159085d6 resource = Database result = Ok(()) uri = /v1/projects/proj-bad19a2eb03
33562023-07-19T18:40:31.075ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 1ce9e0a2-0cac-4c14-aa73-c133159085d6 roles = RoleSet { roles: {} } uri = /v1/projects/proj-bad19a2eb03
33572023-07-19T18:40:31.075ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 1ce9e0a2-0cac-4c14-aa73-c133159085d6 resource = Database result = Ok(()) uri = /v1/projects/proj-bad19a2eb03
33582023-07-19T18:40:31.077ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 1ce9e0a2-0cac-4c14-aa73-c133159085d6 roles = RoleSet { roles: {} } uri = /v1/projects/proj-bad19a2eb03
33592023-07-19T18:40:31.077ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 1ce9e0a2-0cac-4c14-aa73-c133159085d6 resource = Database result = Ok(()) uri = /v1/projects/proj-bad19a2eb03
33602023-07-19T18:40:31.079ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 1ce9e0a2-0cac-4c14-aa73-c133159085d6 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/projects/proj-bad19a2eb03
33612023-07-19T18:40:31.081ZDEBGnexus (dropshot_external): authorize result action = Delete actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 1ce9e0a2-0cac-4c14-aa73-c133159085d6 resource = Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f6a4b280-2d5e-4ca9-aa81-ed523dab5141, lookup_type: ByName("proj-bad19a2eb03") } result = Ok(()) uri = /v1/projects/proj-bad19a2eb03
33622023-07-19T18:40:31.081ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 1ce9e0a2-0cac-4c14-aa73-c133159085d6 roles = RoleSet { roles: {} } uri = /v1/projects/proj-bad19a2eb03
33632023-07-19T18:40:31.081ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 1ce9e0a2-0cac-4c14-aa73-c133159085d6 resource = Database result = Ok(()) uri = /v1/projects/proj-bad19a2eb03
33642023-07-19T18:40:31.083ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 1ce9e0a2-0cac-4c14-aa73-c133159085d6 roles = RoleSet { roles: {} } uri = /v1/projects/proj-bad19a2eb03
33652023-07-19T18:40:31.083ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 1ce9e0a2-0cac-4c14-aa73-c133159085d6 resource = Database result = Ok(()) uri = /v1/projects/proj-bad19a2eb03
33662023-07-19T18:40:31.084ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 1ce9e0a2-0cac-4c14-aa73-c133159085d6 roles = RoleSet { roles: {} } uri = /v1/projects/proj-bad19a2eb03
33672023-07-19T18:40:31.084ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 1ce9e0a2-0cac-4c14-aa73-c133159085d6 resource = Database result = Ok(()) uri = /v1/projects/proj-bad19a2eb03
33682023-07-19T18:40:31.086ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 1ce9e0a2-0cac-4c14-aa73-c133159085d6 roles = RoleSet { roles: {} } uri = /v1/projects/proj-bad19a2eb03
33692023-07-19T18:40:31.086ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 1ce9e0a2-0cac-4c14-aa73-c133159085d6 resource = Database result = Ok(()) uri = /v1/projects/proj-bad19a2eb03
33702023-07-19T18:40:31.088ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 1ce9e0a2-0cac-4c14-aa73-c133159085d6 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/projects/proj-bad19a2eb03
33712023-07-19T18:40:31.090ZDEBGnexus (dropshot_external): authorize result action = Delete actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 1ce9e0a2-0cac-4c14-aa73-c133159085d6 resource = Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f6a4b280-2d5e-4ca9-aa81-ed523dab5141, lookup_type: ByName("proj-bad19a2eb03") } result = Ok(()) uri = /v1/projects/proj-bad19a2eb03
33722023-07-19T18:40:31.090ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 1ce9e0a2-0cac-4c14-aa73-c133159085d6 roles = RoleSet { roles: {} } uri = /v1/projects/proj-bad19a2eb03
33732023-07-19T18:40:31.090ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 1ce9e0a2-0cac-4c14-aa73-c133159085d6 resource = Database result = Ok(()) uri = /v1/projects/proj-bad19a2eb03
33742023-07-19T18:40:31.091ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 1ce9e0a2-0cac-4c14-aa73-c133159085d6 roles = RoleSet { roles: {} } uri = /v1/projects/proj-bad19a2eb03
33752023-07-19T18:40:31.091ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 1ce9e0a2-0cac-4c14-aa73-c133159085d6 resource = Database result = Ok(()) uri = /v1/projects/proj-bad19a2eb03
33762023-07-19T18:40:31.092ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 1ce9e0a2-0cac-4c14-aa73-c133159085d6 roles = RoleSet { roles: {} } uri = /v1/projects/proj-bad19a2eb03
33772023-07-19T18:40:31.092ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 1ce9e0a2-0cac-4c14-aa73-c133159085d6 resource = Database result = Ok(()) uri = /v1/projects/proj-bad19a2eb03
33782023-07-19T18:40:31.099ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 1ce9e0a2-0cac-4c14-aa73-c133159085d6 roles = RoleSet { roles: {} } uri = /v1/projects/proj-bad19a2eb03
33792023-07-19T18:40:31.099ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 1ce9e0a2-0cac-4c14-aa73-c133159085d6 resource = Database result = Ok(()) uri = /v1/projects/proj-bad19a2eb03
33802023-07-19T18:40:31.101ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 1ce9e0a2-0cac-4c14-aa73-c133159085d6 roles = RoleSet { roles: {} } uri = /v1/projects/proj-bad19a2eb03
33812023-07-19T18:40:31.101ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 1ce9e0a2-0cac-4c14-aa73-c133159085d6 resource = Database result = Ok(()) uri = /v1/projects/proj-bad19a2eb03
33822023-07-19T18:40:31.102ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 1ce9e0a2-0cac-4c14-aa73-c133159085d6 roles = RoleSet { roles: {} } uri = /v1/projects/proj-bad19a2eb03
33832023-07-19T18:40:31.102ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 1ce9e0a2-0cac-4c14-aa73-c133159085d6 resource = Database result = Ok(()) uri = /v1/projects/proj-bad19a2eb03
33842023-07-19T18:40:31.107ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = DELETE remote_addr = 192.168.1.199:59532 req_id = 1ce9e0a2-0cac-4c14-aa73-c133159085d6 response_code = 204 uri = /v1/projects/proj-bad19a2eb03
33852023-07-19T18:40:31.355ZDEBGnexus (NexusCertResolver): resolved TLS certificate certificate = TlsCertificate { digest: "b80733c61402e25b1340276e5b094c554fc62f43df425c82e42a0cc7e1889e90" } server_name = recovery.sys.oxide.test silo_id = ba553946-31a7-4fb2-829b-ed054d1ac8cc
33862023-07-19T18:40:31.359ZDEBGnexus (NexusCertResolver): resolved TLS certificate certificate = TlsCertificate { digest: "b80733c61402e25b1340276e5b094c554fc62f43df425c82e42a0cc7e1889e90" } server_name = recovery.sys.oxide.test silo_id = ba553946-31a7-4fb2-829b-ed054d1ac8cc
33872023-07-19T18:40:31.363ZINFOnexus (dropshot_external): accepted connection local_addr = 172.30.2.7:443 remote_addr = 192.168.1.199:61148
33882023-07-19T18:40:31.363ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
33892023-07-19T18:40:31.363ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
33902023-07-19T18:40:31.364ZINFOnexus (dropshot_external): accepted connection local_addr = 172.30.2.7:443 remote_addr = 192.168.1.199:44052
33912023-07-19T18:40:31.365ZINFOnexus (dropshot_external): request completed error_message_external = credentials missing or invalid error_message_internal = loading current user: Actor required local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:44052 req_id = 726d2056-cc02-4580-a31a-d741a649adcc response_code = 401 uri = /v1/me
33922023-07-19T18:40:31.365ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
33932023-07-19T18:40:31.365ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
33942023-07-19T18:40:31.366ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
33952023-07-19T18:40:31.366ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
33962023-07-19T18:40:31.367ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
33972023-07-19T18:40:31.369ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ByName("recovery") } result = Ok(())
33982023-07-19T18:40:31.369ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
33992023-07-19T18:40:31.369ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
34002023-07-19T18:40:31.370ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
34012023-07-19T18:40:31.370ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
34022023-07-19T18:40:31.371ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
34032023-07-19T18:40:31.374ZDEBGnexus (ExternalAuthn): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ByName("recovery") } result = Ok(())
34042023-07-19T18:40:31.374ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
34052023-07-19T18:40:31.374ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
34062023-07-19T18:40:31.375ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
34072023-07-19T18:40:31.375ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
34082023-07-19T18:40:31.376ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
34092023-07-19T18:40:31.377ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
34102023-07-19T18:40:31.378ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
34112023-07-19T18:40:31.379ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ByName("recovery") }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ByName("recovery") } result = Ok(())
34122023-07-19T18:40:31.379ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
34132023-07-19T18:40:31.379ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
34142023-07-19T18:40:32.407ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
34152023-07-19T18:40:32.407ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
34162023-07-19T18:40:32.408ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
34172023-07-19T18:40:32.409ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
34182023-07-19T18:40:32.410ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
34192023-07-19T18:40:32.410ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
34202023-07-19T18:40:32.411ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
34212023-07-19T18:40:32.411ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
34222023-07-19T18:40:32.412ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
34232023-07-19T18:40:32.413ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
34242023-07-19T18:40:32.413ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
34252023-07-19T18:40:32.414ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
34262023-07-19T18:40:32.415ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
34272023-07-19T18:40:32.417ZDEBGnexus (ExternalAuthn): authorize result action = CreateChild actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSessionList result = Ok(())
34282023-07-19T18:40:32.417ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
34292023-07-19T18:40:32.417ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
34302023-07-19T18:40:32.420ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:61148 req_id = 6d40b649-5772-415b-98ed-cca476219278 response_code = 204 uri = /v1/login/recovery/local
34312023-07-19T18:40:32.456ZDEBGnexus (NexusCertResolver): resolved TLS certificate certificate = TlsCertificate { digest: "b80733c61402e25b1340276e5b094c554fc62f43df425c82e42a0cc7e1889e90" } server_name = recovery.sys.oxide.test silo_id = ba553946-31a7-4fb2-829b-ed054d1ac8cc
34322023-07-19T18:40:32.462ZINFOnexus (dropshot_external): accepted connection local_addr = 172.30.2.7:443 remote_addr = 192.168.1.199:62086
34332023-07-19T18:40:32.462ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
34342023-07-19T18:40:32.462ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
34352023-07-19T18:40:32.463ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
34362023-07-19T18:40:32.464ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
34372023-07-19T18:40:32.465ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
34382023-07-19T18:40:32.466ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
34392023-07-19T18:40:32.466ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
34402023-07-19T18:40:32.466ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
34412023-07-19T18:40:32.467ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
34422023-07-19T18:40:32.467ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
34432023-07-19T18:40:32.468ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
34442023-07-19T18:40:32.468ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
34452023-07-19T18:40:32.469ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
34462023-07-19T18:40:32.469ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
34472023-07-19T18:40:32.470ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
34482023-07-19T18:40:32.471ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
34492023-07-19T18:40:32.471ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
34502023-07-19T18:40:32.471ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
34512023-07-19T18:40:32.472ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
34522023-07-19T18:40:32.473ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
34532023-07-19T18:40:32.473ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
34542023-07-19T18:40:32.474ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
34552023-07-19T18:40:32.477ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
34562023-07-19T18:40:32.478ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
34572023-07-19T18:40:32.478ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
34582023-07-19T18:40:32.478ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
34592023-07-19T18:40:32.479ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
34602023-07-19T18:40:32.479ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
34612023-07-19T18:40:32.480ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
34622023-07-19T18:40:32.480ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
34632023-07-19T18:40:32.481ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
34642023-07-19T18:40:32.482ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
34652023-07-19T18:40:32.482ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
34662023-07-19T18:40:32.482ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
34672023-07-19T18:40:32.483ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
34682023-07-19T18:40:32.484ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
34692023-07-19T18:40:32.485ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
34702023-07-19T18:40:32.485ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
34712023-07-19T18:40:32.486ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
34722023-07-19T18:40:32.487ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
34732023-07-19T18:40:32.487ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 8006d00b-d4aa-4a08-bdf8-dece8875cc36 roles = RoleSet { roles: {} } uri = /v1/projects
34742023-07-19T18:40:32.487ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 8006d00b-d4aa-4a08-bdf8-dece8875cc36 resource = Database result = Ok(()) uri = /v1/projects
34752023-07-19T18:40:32.489ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 8006d00b-d4aa-4a08-bdf8-dece8875cc36 roles = RoleSet { roles: {} } uri = /v1/projects
34762023-07-19T18:40:32.489ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 8006d00b-d4aa-4a08-bdf8-dece8875cc36 resource = Database result = Ok(()) uri = /v1/projects
34772023-07-19T18:40:32.491ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 8006d00b-d4aa-4a08-bdf8-dece8875cc36 roles = RoleSet { roles: {} } uri = /v1/projects
34782023-07-19T18:40:32.491ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 8006d00b-d4aa-4a08-bdf8-dece8875cc36 resource = Database result = Ok(()) uri = /v1/projects
34792023-07-19T18:40:32.493ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 8006d00b-d4aa-4a08-bdf8-dece8875cc36 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/projects
34802023-07-19T18:40:32.494ZDEBGnexus (dropshot_external): authorize result action = CreateChild actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 8006d00b-d4aa-4a08-bdf8-dece8875cc36 resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(()) uri = /v1/projects
34812023-07-19T18:40:32.494ZDEBGnexus (SEC): saga create dag = {"end_node":15,"graph":{"edge_property":"directed","edges":[[0,1,null],[1,2,null],[3,4,null],[4,5,null],[5,6,null],[6,7,null],[7,8,null],[8,9,null],[9,10,null],[10,11,null],[11,12,null],[2,3,null],[12,13,null],[14,0,null],[13,15,null]],"node_holes":[],"nodes":[{"Action":{"action_name":"project_create.project_create_record","label":"ProjectCreateRecord","name":"project"}},{"Action":{"action_name":"project_create.project_create_vpc_params","label":"ProjectCreateVpcParams","name":"vpc_create_params"}},{"SubsagaStart":{"params_node_name":"vpc_create_params","saga_name":"vpc-create"}},{"Action":{"action_name":"common.uuid_generate","label":"GenerateVpcId","name":"vpc_id"}},{"Action":{"action_name":"common.uuid_generate","label":"GenerateSystemRouterId","name":"system_router_id"}},{"Action":{"action_name":"common.uuid_generate","label":"GenerateDefaultRouteId","name":"default_route_id"}},{"Action":{"action_name":"common.uuid_generate","label":"GenerateDefaultSubnetId","name":"default_subnet_id"}},{"Action":{"action_name":"vpc_create.vpc_create_vpc","label":"VpcCreateVpc","name":"vpc"}},{"Action":{"action_name":"vpc_create.vpc_create_router","label":"VpcCreateRouter","name":"router"}},{"Action":{"action_name":"vpc_create.vpc_create_route","label":"VpcCreateRoute","name":"route"}},{"Action":{"action_name":"vpc_create.vpc_create_subnet","label":"VpcCreateSubnet","name":"subnet"}},{"Action":{"action_name":"vpc_create.vpc_update_firewall","label":"VpcUpdateFirewall","name":"firewall"}},{"Action":{"action_name":"vpc_create.vpc_notify_sleds","label":"VpcNotifySleds","name":"no_result"}},{"SubsagaEnd":{"name":"vpc"}},{"Start":{"params":{"authz_silo":{"key":"ba553946-31a7-4fb2-829b-ed054d1ac8cc","lookup_type":{"ById":"ba553946-31a7-4fb2-829b-ed054d1ac8cc"},"parent":null},"project_create":{"description":"","name":"proj-5ab3f830217"},"serialized_authn":{"kind":{"Authenticated":[{"actor":{"SiloUser":{"silo_id":"ba553946-31a7-4fb2-829b-ed054d1ac8cc","silo_user_id":"f806cac7-9616-47a3-8ae4-909bb59d0951"}}},{"mapped_fleet_roles":{"admin":["admin"]}}]}}}}},"End"]},"saga_name":"project-create","start_node":14} saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
34822023-07-19T18:40:32.494ZINFOnexus (SecStore): creating saga saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create
34832023-07-19T18:40:32.522ZDEBGnexus (SEC): saga log event new_state = N014 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
34842023-07-19T18:40:32.523ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 14 saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28
34852023-07-19T18:40:32.524ZDEBGnexus (SEC): saga log event new_state = N014 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
34862023-07-19T18:40:32.524ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 14 saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28
34872023-07-19T18:40:32.526ZDEBGnexus (SEC): saga log event new_state = N000 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
34882023-07-19T18:40:32.526ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 0 saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28
34892023-07-19T18:40:32.528ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = ProjectCreateRecord
34902023-07-19T18:40:32.528ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = ProjectCreateRecord
34912023-07-19T18:40:32.530ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = ProjectCreateRecord
34922023-07-19T18:40:32.530ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = ProjectCreateRecord
34932023-07-19T18:40:32.532ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = ProjectCreateRecord
34942023-07-19T18:40:32.532ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = ProjectCreateRecord
34952023-07-19T18:40:32.533ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = ProjectCreateRecord
34962023-07-19T18:40:32.535ZDEBGnexus: authorize result action = CreateChild actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = ProjectCreateRecord
34972023-07-19T18:40:32.535ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = ProjectCreateRecord
34982023-07-19T18:40:32.535ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = ProjectCreateRecord
34992023-07-19T18:40:32.541ZDEBGnexus (SEC): saga log event new_state = N000 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
35002023-07-19T18:40:32.541ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Array [Object {"key": String("eb77a1af-7025-4b36-a03c-a7cc34ac9226"), "lookup_type": Object {"ByName": String("proj-5ab3f830217")}, "parent": Object {"key": String("ba553946-31a7-4fb2-829b-ed054d1ac8cc"), "lookup_type": Object {"ById": String("ba553946-31a7-4fb2-829b-ed054d1ac8cc")}, "parent": Null}}, Object {"identity": Object {"description": String(""), "id": String("eb77a1af-7025-4b36-a03c-a7cc34ac9226"), "name": String("proj-5ab3f830217"), "time_created": String("2023-07-19T18:40:32.528284Z"), "time_deleted": Null, "time_modified": String("2023-07-19T18:40:32.528284Z")}, "rcgen": Number(1), "silo_id": String("ba553946-31a7-4fb2-829b-ed054d1ac8cc")}]) node_id = 0 saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28
35012023-07-19T18:40:32.543ZDEBGnexus (SEC): saga log event new_state = N001 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
35022023-07-19T18:40:32.543ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 1 saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28
35032023-07-19T18:40:32.545ZDEBGnexus (SEC): saga log event new_state = N001 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
35042023-07-19T18:40:32.545ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Object {"authz_project": Object {"key": String("eb77a1af-7025-4b36-a03c-a7cc34ac9226"), "lookup_type": Object {"ByName": String("proj-5ab3f830217")}, "parent": Object {"key": String("ba553946-31a7-4fb2-829b-ed054d1ac8cc"), "lookup_type": Object {"ById": String("ba553946-31a7-4fb2-829b-ed054d1ac8cc")}, "parent": Null}}, "serialized_authn": Object {"kind": Object {"Authenticated": Array [Object {"actor": Object {"SiloUser": Object {"silo_id": String("ba553946-31a7-4fb2-829b-ed054d1ac8cc"), "silo_user_id": String("f806cac7-9616-47a3-8ae4-909bb59d0951")}}}, Object {"mapped_fleet_roles": Object {"admin": Array [String("admin")]}}]}}, "vpc_create": Object {"description": String("Default VPC"), "dns_name": String("default"), "ipv6_prefix": String("fddf:8f1b:5316::/48"), "name": String("default")}}) node_id = 1 saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28
35052023-07-19T18:40:32.547ZDEBGnexus (SEC): saga log event new_state = N002 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
35062023-07-19T18:40:32.547ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 2 saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28
35072023-07-19T18:40:32.551ZDEBGnexus (SEC): saga log event new_state = N002 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
35082023-07-19T18:40:32.551ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 2 saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28
35092023-07-19T18:40:32.554ZDEBGnexus (SEC): saga log event new_state = N003 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
35102023-07-19T18:40:32.554ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 3 saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28
35112023-07-19T18:40:32.555ZDEBGnexus (SEC): saga log event new_state = N003 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
35122023-07-19T18:40:32.555ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(String("afb28681-f5b4-4be5-bd26-adcac50b5905")) node_id = 3 saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28
35132023-07-19T18:40:32.557ZDEBGnexus (SEC): saga log event new_state = N004 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
35142023-07-19T18:40:32.557ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 4 saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28
35152023-07-19T18:40:32.559ZDEBGnexus (SEC): saga log event new_state = N004 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
35162023-07-19T18:40:32.559ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(String("797f6fe9-205e-4690-b9c6-06facd91eda1")) node_id = 4 saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28
35172023-07-19T18:40:32.561ZDEBGnexus (SEC): saga log event new_state = N005 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
35182023-07-19T18:40:32.561ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 5 saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28
35192023-07-19T18:40:32.562ZDEBGnexus (SEC): saga log event new_state = N005 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
35202023-07-19T18:40:32.562ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(String("be57843a-db4c-48d3-b7af-eadb345b06b8")) node_id = 5 saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28
35212023-07-19T18:40:32.564ZDEBGnexus (SEC): saga log event new_state = N006 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
35222023-07-19T18:40:32.564ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 6 saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28
35232023-07-19T18:40:32.565ZDEBGnexus (SEC): saga log event new_state = N006 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
35242023-07-19T18:40:32.565ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(String("76aafb29-fcbc-4e84-8d46-63ee81d6a2c5")) node_id = 6 saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28
35252023-07-19T18:40:32.567ZDEBGnexus (SEC): saga log event new_state = N007 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
35262023-07-19T18:40:32.567ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 7 saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28
35272023-07-19T18:40:32.569ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateVpc
35282023-07-19T18:40:32.569ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateVpc
35292023-07-19T18:40:32.570ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateVpc
35302023-07-19T18:40:32.571ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateVpc
35312023-07-19T18:40:32.572ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateVpc
35322023-07-19T18:40:32.572ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateVpc
35332023-07-19T18:40:32.574ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateVpc
35342023-07-19T18:40:32.574ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateVpc
35352023-07-19T18:40:32.576ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateVpc
35362023-07-19T18:40:32.578ZDEBGnexus: authorize result action = CreateChild actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") } result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateVpc
35372023-07-19T18:40:32.584ZDEBGnexus (SEC): saga log event new_state = N007 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
35382023-07-19T18:40:32.584ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Array [Object {"key": String("afb28681-f5b4-4be5-bd26-adcac50b5905"), "lookup_type": Object {"ByName": String("default")}, "parent": Object {"key": String("eb77a1af-7025-4b36-a03c-a7cc34ac9226"), "lookup_type": Object {"ByName": String("proj-5ab3f830217")}, "parent": Object {"key": String("ba553946-31a7-4fb2-829b-ed054d1ac8cc"), "lookup_type": Object {"ById": String("ba553946-31a7-4fb2-829b-ed054d1ac8cc")}, "parent": Null}}}, Object {"dns_name": String("default"), "firewall_gen": Number(1), "identity": Object {"description": String("Default VPC"), "id": String("afb28681-f5b4-4be5-bd26-adcac50b5905"), "name": String("default"), "time_created": String("2023-07-19T18:40:32.568997Z"), "time_deleted": Null, "time_modified": String("2023-07-19T18:40:32.568997Z")}, "ipv6_prefix": String("fddf:8f1b:5316::/48"), "project_id": String("eb77a1af-7025-4b36-a03c-a7cc34ac9226"), "subnet_gen": Number(1), "system_router_id": String("797f6fe9-205e-4690-b9c6-06facd91eda1"), "vni": Number(13305071)}]) node_id = 7 saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28
35392023-07-19T18:40:32.586ZDEBGnexus (SEC): saga log event new_state = N008 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
35402023-07-19T18:40:32.586ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 8 saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28
35412023-07-19T18:40:32.587ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateRouter
35422023-07-19T18:40:32.588ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateRouter
35432023-07-19T18:40:32.589ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateRouter
35442023-07-19T18:40:32.590ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateRouter
35452023-07-19T18:40:32.591ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateRouter
35462023-07-19T18:40:32.591ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateRouter
35472023-07-19T18:40:32.593ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateRouter
35482023-07-19T18:40:32.593ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateRouter
35492023-07-19T18:40:32.595ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateRouter
35502023-07-19T18:40:32.597ZDEBGnexus: authorize result action = CreateChild actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Vpc { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: afb28681-f5b4-4be5-bd26-adcac50b5905, lookup_type: ByName("default") } result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateRouter
35512023-07-19T18:40:32.597ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateRouter
35522023-07-19T18:40:32.598ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateRouter
35532023-07-19T18:40:32.626ZDEBGnexus (SEC): saga log event new_state = N008 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
35542023-07-19T18:40:32.626ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Object {"key": String("797f6fe9-205e-4690-b9c6-06facd91eda1"), "lookup_type": Object {"ById": String("797f6fe9-205e-4690-b9c6-06facd91eda1")}, "parent": Object {"key": String("afb28681-f5b4-4be5-bd26-adcac50b5905"), "lookup_type": Object {"ByName": String("default")}, "parent": Object {"key": String("eb77a1af-7025-4b36-a03c-a7cc34ac9226"), "lookup_type": Object {"ByName": String("proj-5ab3f830217")}, "parent": Object {"key": String("ba553946-31a7-4fb2-829b-ed054d1ac8cc"), "lookup_type": Object {"ById": String("ba553946-31a7-4fb2-829b-ed054d1ac8cc")}, "parent": Null}}}}) node_id = 8 saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28
35552023-07-19T18:40:32.627ZDEBGnexus (SEC): saga log event new_state = N009 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
35562023-07-19T18:40:32.627ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 9 saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28
35572023-07-19T18:40:32.629ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateRoute
35582023-07-19T18:40:32.629ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateRoute
35592023-07-19T18:40:32.631ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateRoute
35602023-07-19T18:40:32.631ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateRoute
35612023-07-19T18:40:32.633ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateRoute
35622023-07-19T18:40:32.633ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateRoute
35632023-07-19T18:40:32.635ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateRoute
35642023-07-19T18:40:32.635ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateRoute
35652023-07-19T18:40:32.636ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateRoute
35662023-07-19T18:40:32.639ZDEBGnexus: authorize result action = CreateChild actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = VpcRouter { parent: Vpc { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: afb28681-f5b4-4be5-bd26-adcac50b5905, lookup_type: ByName("default") }, key: 797f6fe9-205e-4690-b9c6-06facd91eda1, lookup_type: ById(797f6fe9-205e-4690-b9c6-06facd91eda1) } result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateRoute
35672023-07-19T18:40:32.639ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateRoute
35682023-07-19T18:40:32.639ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateRoute
35692023-07-19T18:40:32.645ZDEBGnexus (SEC): saga log event new_state = N009 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
35702023-07-19T18:40:32.645ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 9 saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28
35712023-07-19T18:40:32.647ZDEBGnexus (SEC): saga log event new_state = N010 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
35722023-07-19T18:40:32.647ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 10 saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28
35732023-07-19T18:40:32.649ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateSubnet
35742023-07-19T18:40:32.649ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateSubnet
35752023-07-19T18:40:32.651ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateSubnet
35762023-07-19T18:40:32.651ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateSubnet
35772023-07-19T18:40:32.652ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateSubnet
35782023-07-19T18:40:32.653ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateSubnet
35792023-07-19T18:40:32.654ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateSubnet
35802023-07-19T18:40:32.654ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateSubnet
35812023-07-19T18:40:32.656ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateSubnet
35822023-07-19T18:40:32.659ZDEBGnexus: authorize result action = CreateChild actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Vpc { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: afb28681-f5b4-4be5-bd26-adcac50b5905, lookup_type: ByName("default") } result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcCreateSubnet
35832023-07-19T18:40:32.661ZDEBGnexus (SEC): saga log event new_state = N010 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
35842023-07-19T18:40:32.661ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Array [Object {"key": String("76aafb29-fcbc-4e84-8d46-63ee81d6a2c5"), "lookup_type": Object {"ById": String("76aafb29-fcbc-4e84-8d46-63ee81d6a2c5")}, "parent": Object {"key": String("afb28681-f5b4-4be5-bd26-adcac50b5905"), "lookup_type": Object {"ByName": String("default")}, "parent": Object {"key": String("eb77a1af-7025-4b36-a03c-a7cc34ac9226"), "lookup_type": Object {"ByName": String("proj-5ab3f830217")}, "parent": Object {"key": String("ba553946-31a7-4fb2-829b-ed054d1ac8cc"), "lookup_type": Object {"ById": String("ba553946-31a7-4fb2-829b-ed054d1ac8cc")}, "parent": Null}}}}, Object {"identity": Object {"description": String("The default subnet for default"), "id": String("76aafb29-fcbc-4e84-8d46-63ee81d6a2c5"), "name": String("default"), "time_created": String("2023-07-19T18:40:32.649345Z"), "time_deleted": Null, "time_modified": String("2023-07-19T18:40:32.649345Z")}, "ipv4_block": String("172.30.0.0/22"), "ipv6_block": String("fddf:8f1b:5316::/64"), "rcgen": Number(0), "vpc_id": String("afb28681-f5b4-4be5-bd26-adcac50b5905")}]) node_id = 10 saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28
35852023-07-19T18:40:32.663ZDEBGnexus (SEC): saga log event new_state = N011 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
35862023-07-19T18:40:32.663ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 11 saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28
35872023-07-19T18:40:32.664ZDEBGnexus: default firewall rules for vpc default rules = [VpcFirewallRule { identity: VpcFirewallRuleIdentity { id: 7631f0ef-b30a-48ef-b37a-1b7fb5bbaa94, name: Name(Name("allow-internal-inbound")), description: "allow inbound traffic to all instances within the VPC if originated within the VPC", time_created: 2023-07-19T18:40:32.664788857Z, time_modified: 2023-07-19T18:40:32.664788857Z, time_deleted: None }, vpc_id: afb28681-f5b4-4be5-bd26-adcac50b5905, status: VpcFirewallRuleStatus(Enabled), direction: VpcFirewallRuleDirection(Inbound), targets: [VpcFirewallRuleTarget(Vpc(Name("default")))], filter_hosts: Some([VpcFirewallRuleHostFilter(Vpc(Name("default")))]), filter_ports: None, filter_protocols: None, action: VpcFirewallRuleAction(Allow), priority: VpcFirewallRulePriority(VpcFirewallRulePriority(65534)) }, VpcFirewallRule { identity: VpcFirewallRuleIdentity { id: fd40d1fb-d67a-4fe5-b6b0-4a2b6b72638b, name: Name(Name("allow-ssh")), description: "allow inbound TCP connections on port 22 from anywhere", time_created: 2023-07-19T18:40:32.664789657Z, time_modified: 2023-07-19T18:40:32.664789657Z, time_deleted: None }, vpc_id: afb28681-f5b4-4be5-bd26-adcac50b5905, status: VpcFirewallRuleStatus(Enabled), direction: VpcFirewallRuleDirection(Inbound), targets: [VpcFirewallRuleTarget(Vpc(Name("default")))], filter_hosts: None, filter_ports: Some([L4PortRange(L4PortRange { first: L4Port(22), last: L4Port(22) })]), filter_protocols: Some([VpcFirewallRuleProtocol(Tcp)]), action: VpcFirewallRuleAction(Allow), priority: VpcFirewallRulePriority(VpcFirewallRulePriority(65534)) }, VpcFirewallRule { identity: VpcFirewallRuleIdentity { id: 7d4ab876-cdcb-4f90-af63-a39580f4cf32, name: Name(Name("allow-icmp")), description: "allow inbound ICMP traffic from anywhere", time_created: 2023-07-19T18:40:32.664790147Z, time_modified: 2023-07-19T18:40:32.664790147Z, time_deleted: None }, vpc_id: afb28681-f5b4-4be5-bd26-adcac50b5905, status: VpcFirewallRuleStatus(Enabled), direction: VpcFirewallRuleDirection(Inbound), targets: [VpcFirewallRuleTarget(Vpc(Name("default")))], filter_hosts: None, filter_ports: None, filter_protocols: Some([VpcFirewallRuleProtocol(Icmp)]), action: VpcFirewallRuleAction(Allow), priority: VpcFirewallRulePriority(VpcFirewallRulePriority(65534)) }]
35882023-07-19T18:40:32.664ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcUpdateFirewall
35892023-07-19T18:40:32.664ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcUpdateFirewall
35902023-07-19T18:40:32.666ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcUpdateFirewall
35912023-07-19T18:40:32.666ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcUpdateFirewall
35922023-07-19T18:40:32.668ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcUpdateFirewall
35932023-07-19T18:40:32.668ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcUpdateFirewall
35942023-07-19T18:40:32.670ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcUpdateFirewall
35952023-07-19T18:40:32.670ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcUpdateFirewall
35962023-07-19T18:40:32.671ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcUpdateFirewall
35972023-07-19T18:40:32.674ZDEBGnexus: authorize result action = Modify actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Vpc { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: afb28681-f5b4-4be5-bd26-adcac50b5905, lookup_type: ByName("default") } result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcUpdateFirewall
35982023-07-19T18:40:32.674ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcUpdateFirewall
35992023-07-19T18:40:32.674ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcUpdateFirewall
36002023-07-19T18:40:32.751ZDEBGnexus (SEC): saga log event new_state = N011 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
36012023-07-19T18:40:32.751ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Array [Object {"action": String("allow"), "direction": String("inbound"), "filter_hosts": Array [Object {"type": String("vpc"), "value": String("default")}], "filter_ports": Null, "filter_protocols": Null, "identity": Object {"description": String("allow inbound traffic to all instances within the VPC if originated within the VPC"), "id": String("7631f0ef-b30a-48ef-b37a-1b7fb5bbaa94"), "name": String("allow-internal-inbound"), "time_created": String("2023-07-19T18:40:32.664788857Z"), "time_deleted": Null, "time_modified": String("2023-07-19T18:40:32.664788857Z")}, "priority": Number(65534), "status": String("enabled"), "targets": Array [Object {"type": String("vpc"), "value": String("default")}], "vpc_id": String("afb28681-f5b4-4be5-bd26-adcac50b5905")}, Object {"action": String("allow"), "direction": String("inbound"), "filter_hosts": Null, "filter_ports": Array [String("22")], "filter_protocols": Array [String("TCP")], "identity": Object {"description": String("allow inbound TCP connections on port 22 from anywhere"), "id": String("fd40d1fb-d67a-4fe5-b6b0-4a2b6b72638b"), "name": String("allow-ssh"), "time_created": String("2023-07-19T18:40:32.664789657Z"), "time_deleted": Null, "time_modified": String("2023-07-19T18:40:32.664789657Z")}, "priority": Number(65534), "status": String("enabled"), "targets": Array [Object {"type": String("vpc"), "value": String("default")}], "vpc_id": String("afb28681-f5b4-4be5-bd26-adcac50b5905")}, Object {"action": String("allow"), "direction": String("inbound"), "filter_hosts": Null, "filter_ports": Null, "filter_protocols": Array [String("ICMP")], "identity": Object {"description": String("allow inbound ICMP traffic from anywhere"), "id": String("7d4ab876-cdcb-4f90-af63-a39580f4cf32"), "name": String("allow-icmp"), "time_created": String("2023-07-19T18:40:32.664790147Z"), "time_deleted": Null, "time_modified": String("2023-07-19T18:40:32.664790147Z")}, "priority": Number(65534), "status": String("enabled"), "targets": Array [Object {"type": String("vpc"), "value": String("default")}], "vpc_id": String("afb28681-f5b4-4be5-bd26-adcac50b5905")}]) node_id = 11 saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28
36022023-07-19T18:40:32.753ZDEBGnexus (SEC): saga log event new_state = N012 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
36032023-07-19T18:40:32.753ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 12 saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28
36042023-07-19T18:40:32.755ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcNotifySleds
36052023-07-19T18:40:32.755ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcNotifySleds
36062023-07-19T18:40:32.756ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcNotifySleds
36072023-07-19T18:40:32.756ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcNotifySleds
36082023-07-19T18:40:32.757ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcNotifySleds
36092023-07-19T18:40:32.757ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcNotifySleds
36102023-07-19T18:40:32.759ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcNotifySleds
36112023-07-19T18:40:32.759ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcNotifySleds
36122023-07-19T18:40:32.760ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcNotifySleds
36132023-07-19T18:40:32.760ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcNotifySleds
36142023-07-19T18:40:32.762ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcNotifySleds
36152023-07-19T18:40:32.762ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcNotifySleds
36162023-07-19T18:40:32.764ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcNotifySleds
36172023-07-19T18:40:32.764ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcNotifySleds
36182023-07-19T18:40:32.766ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcNotifySleds
36192023-07-19T18:40:32.769ZDEBGnexus: authorize result action = ListChildren actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Vpc { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ById(eb77a1af-7025-4b36-a03c-a7cc34ac9226) }, key: afb28681-f5b4-4be5-bd26-adcac50b5905, lookup_type: ByName("default") } result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcNotifySleds
36202023-07-19T18:40:32.769ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcNotifySleds
36212023-07-19T18:40:32.769ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcNotifySleds
36222023-07-19T18:40:32.770ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcNotifySleds
36232023-07-19T18:40:32.771ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcNotifySleds
36242023-07-19T18:40:32.772ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcNotifySleds
36252023-07-19T18:40:32.772ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcNotifySleds
36262023-07-19T18:40:32.774ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcNotifySleds
36272023-07-19T18:40:32.774ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcNotifySleds
36282023-07-19T18:40:32.775ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcNotifySleds
36292023-07-19T18:40:32.778ZDEBGnexus: authorize result action = ListChildren actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Vpc { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ById(eb77a1af-7025-4b36-a03c-a7cc34ac9226) }, key: afb28681-f5b4-4be5-bd26-adcac50b5905, lookup_type: ByName("default") } result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcNotifySleds
36302023-07-19T18:40:32.779ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcNotifySleds
36312023-07-19T18:40:32.779ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create saga_node = VpcNotifySleds
36322023-07-19T18:40:32.781ZDEBGnexus: resolved names for firewall rules instance_interfaces = {} subnet_interfaces = {} subnet_networks = {} vpc_interfaces = {}
36332023-07-19T18:40:32.781ZDEBGnexus: resolved firewall rules for sled agents sled_agent_rules = []
36342023-07-19T18:40:32.781ZDEBGnexus: resolved 0 rules for sleds
36352023-07-19T18:40:32.786ZDEBGnexus: resolved sleds for vpc default vpc_to_sled = []
36362023-07-19T18:40:32.786ZDEBGnexus: sending firewall rules to sled agents
36372023-07-19T18:40:32.786ZINFOnexus: updated firewall rules on 0 sleds
36382023-07-19T18:40:32.786ZDEBGnexus (SEC): saga log event new_state = N012 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
36392023-07-19T18:40:32.786ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 12 saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28
36402023-07-19T18:40:32.787ZDEBGnexus (SEC): saga log event new_state = N013 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
36412023-07-19T18:40:32.787ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 13 saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28
36422023-07-19T18:40:32.789ZDEBGnexus (SEC): saga log event new_state = N013 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
36432023-07-19T18:40:32.789ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 13 saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28
36442023-07-19T18:40:32.790ZDEBGnexus (SEC): saga log event new_state = N015 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
36452023-07-19T18:40:32.790ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 15 saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28
36462023-07-19T18:40:32.792ZDEBGnexus (SEC): saga log event new_state = N015 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
36472023-07-19T18:40:32.792ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 15 saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28
36482023-07-19T18:40:32.793ZINFOnexus (SEC): update for saga cached state new_state = Done saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
36492023-07-19T18:40:32.793ZINFOnexus (SecStore): updating state new_state = done saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28
36502023-07-19T18:40:32.798ZINFOnexus (SEC): saga finished saga_id = 29c4300e-4a33-4abf-884b-2f8a2c202c28 saga_name = project-create sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
36512023-07-19T18:40:32.798ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 8006d00b-d4aa-4a08-bdf8-dece8875cc36 response_code = 201 uri = /v1/projects
36522023-07-19T18:40:32.800ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
36532023-07-19T18:40:32.800ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
36542023-07-19T18:40:32.801ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
36552023-07-19T18:40:32.801ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
36562023-07-19T18:40:32.802ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
36572023-07-19T18:40:32.803ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
36582023-07-19T18:40:32.803ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
36592023-07-19T18:40:32.803ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
36602023-07-19T18:40:32.804ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
36612023-07-19T18:40:32.804ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
36622023-07-19T18:40:32.805ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
36632023-07-19T18:40:32.805ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
36642023-07-19T18:40:32.806ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
36652023-07-19T18:40:32.806ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
36662023-07-19T18:40:32.807ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
36672023-07-19T18:40:32.808ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
36682023-07-19T18:40:32.808ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
36692023-07-19T18:40:32.808ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
36702023-07-19T18:40:32.809ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
36712023-07-19T18:40:32.810ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
36722023-07-19T18:40:32.810ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
36732023-07-19T18:40:32.810ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
36742023-07-19T18:40:32.814ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
36752023-07-19T18:40:32.814ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
36762023-07-19T18:40:32.815ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
36772023-07-19T18:40:32.815ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
36782023-07-19T18:40:32.816ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
36792023-07-19T18:40:32.816ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
36802023-07-19T18:40:32.817ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
36812023-07-19T18:40:32.817ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
36822023-07-19T18:40:32.818ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
36832023-07-19T18:40:32.819ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
36842023-07-19T18:40:32.819ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
36852023-07-19T18:40:32.819ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
36862023-07-19T18:40:32.820ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
36872023-07-19T18:40:32.820ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
36882023-07-19T18:40:32.821ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
36892023-07-19T18:40:32.821ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
36902023-07-19T18:40:32.822ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
36912023-07-19T18:40:32.823ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
36922023-07-19T18:40:32.823ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = d241909b-f50c-4d88-bc70-8df7a787ef54 roles = RoleSet { roles: {} } uri = /v1/me/ssh-keys
36932023-07-19T18:40:32.823ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = d241909b-f50c-4d88-bc70-8df7a787ef54 resource = Database result = Ok(()) uri = /v1/me/ssh-keys
36942023-07-19T18:40:32.824ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = d241909b-f50c-4d88-bc70-8df7a787ef54 roles = RoleSet { roles: {} } uri = /v1/me/ssh-keys
36952023-07-19T18:40:32.824ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = d241909b-f50c-4d88-bc70-8df7a787ef54 resource = Database result = Ok(()) uri = /v1/me/ssh-keys
36962023-07-19T18:40:32.825ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = d241909b-f50c-4d88-bc70-8df7a787ef54 roles = RoleSet { roles: {} } uri = /v1/me/ssh-keys
36972023-07-19T18:40:32.825ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = d241909b-f50c-4d88-bc70-8df7a787ef54 resource = Database result = Ok(()) uri = /v1/me/ssh-keys
36982023-07-19T18:40:32.826ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = d241909b-f50c-4d88-bc70-8df7a787ef54 roles = RoleSet { roles: {} } uri = /v1/me/ssh-keys
36992023-07-19T18:40:32.827ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = d241909b-f50c-4d88-bc70-8df7a787ef54 resource = Database result = Ok(()) uri = /v1/me/ssh-keys
37002023-07-19T18:40:32.828ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = d241909b-f50c-4d88-bc70-8df7a787ef54 roles = RoleSet { roles: {} } uri = /v1/me/ssh-keys
37012023-07-19T18:40:32.828ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = d241909b-f50c-4d88-bc70-8df7a787ef54 resource = Database result = Ok(()) uri = /v1/me/ssh-keys
37022023-07-19T18:40:32.830ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = d241909b-f50c-4d88-bc70-8df7a787ef54 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/me/ssh-keys
37032023-07-19T18:40:32.831ZDEBGnexus (dropshot_external): authorize result action = CreateChild actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = d241909b-f50c-4d88-bc70-8df7a787ef54 resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(()) uri = /v1/me/ssh-keys
37042023-07-19T18:40:32.831ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = d241909b-f50c-4d88-bc70-8df7a787ef54 roles = RoleSet { roles: {} } uri = /v1/me/ssh-keys
37052023-07-19T18:40:32.831ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = d241909b-f50c-4d88-bc70-8df7a787ef54 resource = Database result = Ok(()) uri = /v1/me/ssh-keys
37062023-07-19T18:40:32.832ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = d241909b-f50c-4d88-bc70-8df7a787ef54 roles = RoleSet { roles: {} } uri = /v1/me/ssh-keys
37072023-07-19T18:40:32.832ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = d241909b-f50c-4d88-bc70-8df7a787ef54 resource = Database result = Ok(()) uri = /v1/me/ssh-keys
37082023-07-19T18:40:32.834ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = d241909b-f50c-4d88-bc70-8df7a787ef54 roles = RoleSet { roles: {} } uri = /v1/me/ssh-keys
37092023-07-19T18:40:32.834ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = d241909b-f50c-4d88-bc70-8df7a787ef54 resource = Database result = Ok(()) uri = /v1/me/ssh-keys
37102023-07-19T18:40:32.836ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = d241909b-f50c-4d88-bc70-8df7a787ef54 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/me/ssh-keys
37112023-07-19T18:40:32.836ZDEBGnexus (dropshot_external): authorize result action = CreateChild actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = d241909b-f50c-4d88-bc70-8df7a787ef54 resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(()) uri = /v1/me/ssh-keys
37122023-07-19T18:40:32.836ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = d241909b-f50c-4d88-bc70-8df7a787ef54 roles = RoleSet { roles: {} } uri = /v1/me/ssh-keys
37132023-07-19T18:40:32.836ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = d241909b-f50c-4d88-bc70-8df7a787ef54 resource = Database result = Ok(()) uri = /v1/me/ssh-keys
37142023-07-19T18:40:32.839ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = d241909b-f50c-4d88-bc70-8df7a787ef54 response_code = 201 uri = /v1/me/ssh-keys
37152023-07-19T18:40:32.840ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
37162023-07-19T18:40:32.840ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
37172023-07-19T18:40:32.841ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
37182023-07-19T18:40:32.841ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
37192023-07-19T18:40:32.841ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
37202023-07-19T18:40:32.843ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
37212023-07-19T18:40:32.843ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
37222023-07-19T18:40:32.843ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
37232023-07-19T18:40:32.843ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
37242023-07-19T18:40:32.843ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
37252023-07-19T18:40:32.844ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
37262023-07-19T18:40:32.844ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
37272023-07-19T18:40:32.845ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
37282023-07-19T18:40:32.845ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
37292023-07-19T18:40:32.846ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
37302023-07-19T18:40:32.847ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
37312023-07-19T18:40:32.847ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
37322023-07-19T18:40:32.847ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
37332023-07-19T18:40:32.848ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
37342023-07-19T18:40:32.849ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
37352023-07-19T18:40:32.849ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
37362023-07-19T18:40:32.849ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
37372023-07-19T18:40:32.852ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
37382023-07-19T18:40:32.852ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
37392023-07-19T18:40:32.853ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
37402023-07-19T18:40:32.853ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
37412023-07-19T18:40:32.854ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
37422023-07-19T18:40:32.854ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
37432023-07-19T18:40:32.855ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
37442023-07-19T18:40:32.855ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
37452023-07-19T18:40:32.856ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
37462023-07-19T18:40:32.857ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
37472023-07-19T18:40:32.857ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
37482023-07-19T18:40:32.857ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
37492023-07-19T18:40:32.858ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
37502023-07-19T18:40:32.858ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
37512023-07-19T18:40:32.859ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
37522023-07-19T18:40:32.859ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
37532023-07-19T18:40:32.860ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
37542023-07-19T18:40:32.861ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
37552023-07-19T18:40:32.861ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 3b9dec96-d631-4da8-b1bf-2b21caf8209e roles = RoleSet { roles: {} } uri = /v1/images
37562023-07-19T18:40:32.861ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 3b9dec96-d631-4da8-b1bf-2b21caf8209e resource = Database result = Ok(()) uri = /v1/images
37572023-07-19T18:40:32.862ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 3b9dec96-d631-4da8-b1bf-2b21caf8209e roles = RoleSet { roles: {} } uri = /v1/images
37582023-07-19T18:40:32.862ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 3b9dec96-d631-4da8-b1bf-2b21caf8209e resource = Database result = Ok(()) uri = /v1/images
37592023-07-19T18:40:32.864ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 3b9dec96-d631-4da8-b1bf-2b21caf8209e roles = RoleSet { roles: {} } uri = /v1/images
37602023-07-19T18:40:32.864ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 3b9dec96-d631-4da8-b1bf-2b21caf8209e resource = Database result = Ok(()) uri = /v1/images
37612023-07-19T18:40:32.865ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 3b9dec96-d631-4da8-b1bf-2b21caf8209e roles = RoleSet { roles: {} } uri = /v1/images
37622023-07-19T18:40:32.866ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 3b9dec96-d631-4da8-b1bf-2b21caf8209e resource = Database result = Ok(()) uri = /v1/images
37632023-07-19T18:40:32.867ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 3b9dec96-d631-4da8-b1bf-2b21caf8209e roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/images
37642023-07-19T18:40:32.868ZDEBGnexus (dropshot_external): authorize result action = CreateChild actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 3b9dec96-d631-4da8-b1bf-2b21caf8209e resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(()) uri = /v1/images
37652023-07-19T18:40:32.904ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 3b9dec96-d631-4da8-b1bf-2b21caf8209e roles = RoleSet { roles: {} } uri = /v1/images
37662023-07-19T18:40:32.905ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 3b9dec96-d631-4da8-b1bf-2b21caf8209e resource = Database result = Ok(()) uri = /v1/images
37672023-07-19T18:40:32.906ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 3b9dec96-d631-4da8-b1bf-2b21caf8209e roles = RoleSet { roles: {} } uri = /v1/images
37682023-07-19T18:40:32.906ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 3b9dec96-d631-4da8-b1bf-2b21caf8209e resource = Database result = Ok(()) uri = /v1/images
37692023-07-19T18:40:32.908ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 3b9dec96-d631-4da8-b1bf-2b21caf8209e roles = RoleSet { roles: {} } uri = /v1/images
37702023-07-19T18:40:32.908ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 3b9dec96-d631-4da8-b1bf-2b21caf8209e resource = Database result = Ok(()) uri = /v1/images
37712023-07-19T18:40:32.910ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 3b9dec96-d631-4da8-b1bf-2b21caf8209e roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/images
37722023-07-19T18:40:32.911ZDEBGnexus (dropshot_external): authorize result action = CreateChild actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 3b9dec96-d631-4da8-b1bf-2b21caf8209e resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(()) uri = /v1/images
37732023-07-19T18:40:32.911ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 3b9dec96-d631-4da8-b1bf-2b21caf8209e roles = RoleSet { roles: {} } uri = /v1/images
37742023-07-19T18:40:32.911ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 3b9dec96-d631-4da8-b1bf-2b21caf8209e resource = Database result = Ok(()) uri = /v1/images
37752023-07-19T18:40:32.948ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 3b9dec96-d631-4da8-b1bf-2b21caf8209e response_code = 201 uri = /v1/images
37762023-07-19T18:40:32.950ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
37772023-07-19T18:40:32.950ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
37782023-07-19T18:40:32.951ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
37792023-07-19T18:40:32.951ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
37802023-07-19T18:40:32.952ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
37812023-07-19T18:40:32.953ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
37822023-07-19T18:40:32.953ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
37832023-07-19T18:40:32.954ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
37842023-07-19T18:40:32.954ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
37852023-07-19T18:40:32.955ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
37862023-07-19T18:40:32.955ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
37872023-07-19T18:40:32.955ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
37882023-07-19T18:40:32.956ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
37892023-07-19T18:40:32.956ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
37902023-07-19T18:40:32.958ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
37912023-07-19T18:40:32.959ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
37922023-07-19T18:40:32.959ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
37932023-07-19T18:40:32.959ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
37942023-07-19T18:40:32.960ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
37952023-07-19T18:40:32.961ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
37962023-07-19T18:40:32.961ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
37972023-07-19T18:40:32.961ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
37982023-07-19T18:40:32.965ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
37992023-07-19T18:40:32.965ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
38002023-07-19T18:40:32.966ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
38012023-07-19T18:40:32.966ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
38022023-07-19T18:40:32.967ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
38032023-07-19T18:40:32.967ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
38042023-07-19T18:40:32.968ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
38052023-07-19T18:40:32.968ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
38062023-07-19T18:40:32.969ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
38072023-07-19T18:40:32.970ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
38082023-07-19T18:40:32.970ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
38092023-07-19T18:40:32.970ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
38102023-07-19T18:40:32.971ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
38112023-07-19T18:40:32.971ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
38122023-07-19T18:40:32.972ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
38132023-07-19T18:40:32.972ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
38142023-07-19T18:40:32.973ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
38152023-07-19T18:40:32.974ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
38162023-07-19T18:40:32.974ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 2531a066-c9a5-4da2-8890-95134aedfa62 roles = RoleSet { roles: {} } uri = /v1/disks?project=proj-5ab3f830217
38172023-07-19T18:40:32.974ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 2531a066-c9a5-4da2-8890-95134aedfa62 resource = Database result = Ok(()) uri = /v1/disks?project=proj-5ab3f830217
38182023-07-19T18:40:32.975ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 2531a066-c9a5-4da2-8890-95134aedfa62 roles = RoleSet { roles: {} } uri = /v1/disks?project=proj-5ab3f830217
38192023-07-19T18:40:32.975ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 2531a066-c9a5-4da2-8890-95134aedfa62 resource = Database result = Ok(()) uri = /v1/disks?project=proj-5ab3f830217
38202023-07-19T18:40:32.975ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 2531a066-c9a5-4da2-8890-95134aedfa62 roles = RoleSet { roles: {} } uri = /v1/disks?project=proj-5ab3f830217
38212023-07-19T18:40:32.976ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 2531a066-c9a5-4da2-8890-95134aedfa62 resource = Database result = Ok(()) uri = /v1/disks?project=proj-5ab3f830217
38222023-07-19T18:40:32.977ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 2531a066-c9a5-4da2-8890-95134aedfa62 roles = RoleSet { roles: {} } uri = /v1/disks?project=proj-5ab3f830217
38232023-07-19T18:40:32.977ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 2531a066-c9a5-4da2-8890-95134aedfa62 resource = Database result = Ok(()) uri = /v1/disks?project=proj-5ab3f830217
38242023-07-19T18:40:32.979ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 2531a066-c9a5-4da2-8890-95134aedfa62 roles = RoleSet { roles: {} } uri = /v1/disks?project=proj-5ab3f830217
38252023-07-19T18:40:32.979ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 2531a066-c9a5-4da2-8890-95134aedfa62 resource = Database result = Ok(()) uri = /v1/disks?project=proj-5ab3f830217
38262023-07-19T18:40:32.981ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 2531a066-c9a5-4da2-8890-95134aedfa62 roles = RoleSet { roles: {} } uri = /v1/disks?project=proj-5ab3f830217
38272023-07-19T18:40:32.981ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 2531a066-c9a5-4da2-8890-95134aedfa62 resource = Database result = Ok(()) uri = /v1/disks?project=proj-5ab3f830217
38282023-07-19T18:40:32.982ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 2531a066-c9a5-4da2-8890-95134aedfa62 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/disks?project=proj-5ab3f830217
38292023-07-19T18:40:32.985ZDEBGnexus (dropshot_external): authorize result action = CreateChild actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 2531a066-c9a5-4da2-8890-95134aedfa62 resource = Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") } result = Ok(()) uri = /v1/disks?project=proj-5ab3f830217
38302023-07-19T18:40:32.985ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 2531a066-c9a5-4da2-8890-95134aedfa62 roles = RoleSet { roles: {} } uri = /v1/disks?project=proj-5ab3f830217
38312023-07-19T18:40:32.985ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 2531a066-c9a5-4da2-8890-95134aedfa62 resource = Database result = Ok(()) uri = /v1/disks?project=proj-5ab3f830217
38322023-07-19T18:40:32.986ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 2531a066-c9a5-4da2-8890-95134aedfa62 roles = RoleSet { roles: {} } uri = /v1/disks?project=proj-5ab3f830217
38332023-07-19T18:40:32.986ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 2531a066-c9a5-4da2-8890-95134aedfa62 resource = Database result = Ok(()) uri = /v1/disks?project=proj-5ab3f830217
38342023-07-19T18:40:32.987ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 2531a066-c9a5-4da2-8890-95134aedfa62 roles = RoleSet { roles: {} } uri = /v1/disks?project=proj-5ab3f830217
38352023-07-19T18:40:32.987ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 2531a066-c9a5-4da2-8890-95134aedfa62 resource = Database result = Ok(()) uri = /v1/disks?project=proj-5ab3f830217
38362023-07-19T18:40:32.989ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 2531a066-c9a5-4da2-8890-95134aedfa62 roles = RoleSet { roles: {} } uri = /v1/disks?project=proj-5ab3f830217
38372023-07-19T18:40:32.989ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 2531a066-c9a5-4da2-8890-95134aedfa62 resource = Database result = Ok(()) uri = /v1/disks?project=proj-5ab3f830217
38382023-07-19T18:40:32.990ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 2531a066-c9a5-4da2-8890-95134aedfa62 roles = RoleSet { roles: {} } uri = /v1/disks?project=proj-5ab3f830217
38392023-07-19T18:40:32.991ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 2531a066-c9a5-4da2-8890-95134aedfa62 resource = Database result = Ok(()) uri = /v1/disks?project=proj-5ab3f830217
38402023-07-19T18:40:32.992ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 2531a066-c9a5-4da2-8890-95134aedfa62 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/disks?project=proj-5ab3f830217
38412023-07-19T18:40:32.994ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 2531a066-c9a5-4da2-8890-95134aedfa62 resource = Image { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: c666a6c9-4bf5-4feb-81a0-a62e577d1d12, lookup_type: ById(c666a6c9-4bf5-4feb-81a0-a62e577d1d12) } result = Ok(()) uri = /v1/disks?project=proj-5ab3f830217
38422023-07-19T18:40:32.994ZDEBGnexus (SEC): saga create dag = {"end_node":9,"graph":{"edge_property":"directed","edges":[[0,1,null],[1,2,null],[2,3,null],[3,4,null],[4,5,null],[5,6,null],[6,7,null],[8,0,null],[7,9,null]],"node_holes":[],"nodes":[{"Action":{"action_name":"common.uuid_generate","label":"GenerateDiskId","name":"disk_id"}},{"Action":{"action_name":"common.uuid_generate","label":"GenerateVolumeId","name":"volume_id"}},{"Action":{"action_name":"disk_create.create_disk_record","label":"CreateDiskRecord","name":"created_disk"}},{"Action":{"action_name":"disk_create.regions_alloc","label":"RegionsAlloc","name":"datasets_and_regions"}},{"Action":{"action_name":"disk_create.space_account","label":"SpaceAccount","name":"no_result"}},{"Action":{"action_name":"disk_create.regions_ensure","label":"RegionsEnsure","name":"regions_ensure"}},{"Action":{"action_name":"disk_create.create_volume_record","label":"CreateVolumeRecord","name":"created_volume"}},{"Action":{"action_name":"disk_create.finalize_disk_record","label":"FinalizeDiskRecord","name":"disk_runtime"}},{"Start":{"params":{"create_params":{"description":"","disk_source":{"image_id":"c666a6c9-4bf5-4feb-81a0-a62e577d1d12","type":"image"},"name":"disk-7ad56822402","size":2147483648},"project_id":"eb77a1af-7025-4b36-a03c-a7cc34ac9226","serialized_authn":{"kind":{"Authenticated":[{"actor":{"SiloUser":{"silo_id":"ba553946-31a7-4fb2-829b-ed054d1ac8cc","silo_user_id":"f806cac7-9616-47a3-8ae4-909bb59d0951"}}},{"mapped_fleet_roles":{"admin":["admin"]}}]}}}}},"End"]},"saga_name":"disk-create","start_node":8} saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
38432023-07-19T18:40:32.994ZINFOnexus (SecStore): creating saga saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create
38442023-07-19T18:40:32.997ZDEBGnexus (SEC): saga log event new_state = N008 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
38452023-07-19T18:40:32.997ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 8 saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16
38462023-07-19T18:40:32.998ZDEBGnexus (SEC): saga log event new_state = N008 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
38472023-07-19T18:40:32.998ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 8 saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16
38482023-07-19T18:40:33.000ZDEBGnexus (SEC): saga log event new_state = N000 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
38492023-07-19T18:40:33.000ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 0 saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16
38502023-07-19T18:40:33.002ZDEBGnexus (SEC): saga log event new_state = N000 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
38512023-07-19T18:40:33.002ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(String("70c2513d-f105-4412-be09-7d10cf8b6bc9")) node_id = 0 saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16
38522023-07-19T18:40:33.003ZDEBGnexus (SEC): saga log event new_state = N001 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
38532023-07-19T18:40:33.003ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 1 saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16
38542023-07-19T18:40:33.005ZDEBGnexus (SEC): saga log event new_state = N001 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
38552023-07-19T18:40:33.005ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(String("160fb7c9-592e-46d5-8ebc-d7be045b2dee")) node_id = 1 saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16
38562023-07-19T18:40:33.007ZDEBGnexus (SEC): saga log event new_state = N002 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
38572023-07-19T18:40:33.007ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 2 saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16
38582023-07-19T18:40:33.008ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = CreateDiskRecord
38592023-07-19T18:40:33.008ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = CreateDiskRecord
38602023-07-19T18:40:33.009ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = CreateDiskRecord
38612023-07-19T18:40:33.010ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = CreateDiskRecord
38622023-07-19T18:40:33.010ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = CreateDiskRecord
38632023-07-19T18:40:33.011ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = CreateDiskRecord
38642023-07-19T18:40:33.013ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = CreateDiskRecord
38652023-07-19T18:40:33.013ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = CreateDiskRecord
38662023-07-19T18:40:33.015ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = CreateDiskRecord
38672023-07-19T18:40:33.015ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = CreateDiskRecord
38682023-07-19T18:40:33.016ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = CreateDiskRecord
38692023-07-19T18:40:33.018ZDEBGnexus: authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Image { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: c666a6c9-4bf5-4feb-81a0-a62e577d1d12, lookup_type: ById(c666a6c9-4bf5-4feb-81a0-a62e577d1d12) } result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = CreateDiskRecord
38702023-07-19T18:40:33.018ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = CreateDiskRecord
38712023-07-19T18:40:33.019ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = CreateDiskRecord
38722023-07-19T18:40:33.019ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = CreateDiskRecord
38732023-07-19T18:40:33.019ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = CreateDiskRecord
38742023-07-19T18:40:33.020ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = CreateDiskRecord
38752023-07-19T18:40:33.020ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = CreateDiskRecord
38762023-07-19T18:40:33.022ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = CreateDiskRecord
38772023-07-19T18:40:33.022ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = CreateDiskRecord
38782023-07-19T18:40:33.024ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = CreateDiskRecord
38792023-07-19T18:40:33.024ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = CreateDiskRecord
38802023-07-19T18:40:33.026ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = CreateDiskRecord
38812023-07-19T18:40:33.026ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = CreateDiskRecord
38822023-07-19T18:40:33.027ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = CreateDiskRecord
38832023-07-19T18:40:33.030ZDEBGnexus: authorize result action = CreateChild actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ById(eb77a1af-7025-4b36-a03c-a7cc34ac9226) } result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = CreateDiskRecord
38842023-07-19T18:40:33.030ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = CreateDiskRecord
38852023-07-19T18:40:33.030ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = CreateDiskRecord
38862023-07-19T18:40:33.032ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = CreateDiskRecord
38872023-07-19T18:40:33.032ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = CreateDiskRecord
38882023-07-19T18:40:33.034ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = CreateDiskRecord
38892023-07-19T18:40:33.034ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = CreateDiskRecord
38902023-07-19T18:40:33.035ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = CreateDiskRecord
38912023-07-19T18:40:33.035ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = CreateDiskRecord
38922023-07-19T18:40:33.037ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = CreateDiskRecord
38932023-07-19T18:40:33.039ZDEBGnexus: authorize result action = CreateChild actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ById(eb77a1af-7025-4b36-a03c-a7cc34ac9226) } result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = CreateDiskRecord
38942023-07-19T18:40:33.039ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = CreateDiskRecord
38952023-07-19T18:40:33.039ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = CreateDiskRecord
38962023-07-19T18:40:33.075ZDEBGnexus (SEC): saga log event new_state = N002 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
38972023-07-19T18:40:33.075ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Object {"block_size": String("Traditional"), "create_image_id": String("c666a6c9-4bf5-4feb-81a0-a62e577d1d12"), "create_snapshot_id": Null, "identity": Object {"description": String(""), "id": String("70c2513d-f105-4412-be09-7d10cf8b6bc9"), "name": String("disk-7ad56822402"), "time_created": String("2023-07-19T18:40:33.018882Z"), "time_deleted": Null, "time_modified": String("2023-07-19T18:40:33.018882Z")}, "pantry_address": Null, "project_id": String("eb77a1af-7025-4b36-a03c-a7cc34ac9226"), "rcgen": Number(1), "runtime_state": Object {"attach_instance_id": Null, "disk_state": String("creating"), "gen": Number(1), "time_updated": String("2023-07-19T18:40:33.018882Z")}, "size": Number(2147483648), "slot": Null, "volume_id": String("160fb7c9-592e-46d5-8ebc-d7be045b2dee")}) node_id = 2 saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16
38982023-07-19T18:40:33.077ZDEBGnexus (SEC): saga log event new_state = N003 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
38992023-07-19T18:40:33.077ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 3 saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16
39002023-07-19T18:40:33.078ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = RegionsAlloc
39012023-07-19T18:40:33.078ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = RegionsAlloc
39022023-07-19T18:40:33.079ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = RegionsAlloc
39032023-07-19T18:40:33.080ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = RegionsAlloc
39042023-07-19T18:40:33.080ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = RegionsAlloc
39052023-07-19T18:40:33.080ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = RegionsAlloc
39062023-07-19T18:40:33.082ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = RegionsAlloc
39072023-07-19T18:40:33.082ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = RegionsAlloc
39082023-07-19T18:40:33.084ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = RegionsAlloc
39092023-07-19T18:40:33.084ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = RegionsAlloc
39102023-07-19T18:40:33.086ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = RegionsAlloc
39112023-07-19T18:40:33.088ZDEBGnexus: authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Image { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: c666a6c9-4bf5-4feb-81a0-a62e577d1d12, lookup_type: ById(c666a6c9-4bf5-4feb-81a0-a62e577d1d12) } result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = RegionsAlloc
39122023-07-19T18:40:33.132ZDEBGnexus (SEC): saga log event new_state = N003 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
39132023-07-19T18:40:33.132ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Array [Array [Object {"identity": Object {"id": String("525bc836-c2f6-4f4f-9574-742778c61f8a"), "time_created": String("2023-07-19T18:40:26.454859Z"), "time_modified": String("2023-07-19T18:40:26.454859Z")}, "ip": String("fd00:1122:3344:101::12"), "kind": String("Crucible"), "pool_id": String("14b4dc87-ab46-49fb-a4b4-d361ae214c03"), "port": Number(32345), "rcgen": Number(1), "size_used": Number(2147483648), "time_deleted": Null}, Object {"block_size": Number(512), "blocks_per_extent": Number(131072), "dataset_id": String("525bc836-c2f6-4f4f-9574-742778c61f8a"), "extent_count": Number(32), "identity": Object {"id": String("62645c89-f1db-4d78-9f79-2f47e92798fb"), "time_created": String("2023-07-19T18:40:33.120522Z"), "time_modified": String("2023-07-19T18:40:33.120522Z")}, "volume_id": String("160fb7c9-592e-46d5-8ebc-d7be045b2dee")}], Array [Object {"identity": Object {"id": String("31f4f54f-66b5-4597-967b-c80df170c65a"), "time_created": String("2023-07-19T18:40:26.454859Z"), "time_modified": String("2023-07-19T18:40:26.454859Z")}, "ip": String("fd00:1122:3344:101::13"), "kind": String("Crucible"), "pool_id": String("24b4dc87-ab46-49fb-a4b4-d361ae214c03"), "port": Number(32345), "rcgen": Number(1), "size_used": Number(2147483648), "time_deleted": Null}, Object {"block_size": Number(512), "blocks_per_extent": Number(131072), "dataset_id": String("31f4f54f-66b5-4597-967b-c80df170c65a"), "extent_count": Number(32), "identity": Object {"id": String("c3e030b7-eaf2-4732-8923-fc7e200ac937"), "time_created": String("2023-07-19T18:40:33.120522Z"), "time_modified": String("2023-07-19T18:40:33.120522Z")}, "volume_id": String("160fb7c9-592e-46d5-8ebc-d7be045b2dee")}], Array [Object {"identity": Object {"id": String("cda41909-960c-4d9a-b7d1-c4439b3e6546"), "time_created": String("2023-07-19T18:40:26.454859Z"), "time_modified": String("2023-07-19T18:40:26.454859Z")}, "ip": String("fd00:1122:3344:101::16"), "kind": String("Crucible"), "pool_id": String("f4b4dc87-ab46-49fb-a4b4-d361ae214c03"), "port": Number(32345), "rcgen": Number(1), "size_used": Number(2147483648), "time_deleted": Null}, Object {"block_size": Number(512), "blocks_per_extent": Number(131072), "dataset_id": String("cda41909-960c-4d9a-b7d1-c4439b3e6546"), "extent_count": Number(32), "identity": Object {"id": String("5c535a76-b50e-4414-9ef3-90d19e2b1c4a"), "time_created": String("2023-07-19T18:40:33.120522Z"), "time_modified": String("2023-07-19T18:40:33.120522Z")}, "volume_id": String("160fb7c9-592e-46d5-8ebc-d7be045b2dee")}]]) node_id = 3 saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16
39142023-07-19T18:40:33.134ZDEBGnexus (SEC): saga log event new_state = N004 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
39152023-07-19T18:40:33.134ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 4 saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16
39162023-07-19T18:40:33.136ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = SpaceAccount
39172023-07-19T18:40:33.136ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = SpaceAccount
39182023-07-19T18:40:33.143ZDEBGnexus (SEC): saga log event new_state = N004 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
39192023-07-19T18:40:33.143ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 4 saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16
39202023-07-19T18:40:33.145ZDEBGnexus (SEC): saga log event new_state = N005 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
39212023-07-19T18:40:33.145ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 5 saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16
39222023-07-19T18:40:33.187ZINFOnexus (dropshot_internal): accepted connection local_addr = [fd00:1122:3344:101::c]:12221 remote_addr = [fd00:1122:3344:101::1]:32980
39232023-07-19T18:40:33.187ZINFOnexus (dropshot_internal): accepted connection local_addr = [fd00:1122:3344:101::c]:12221 remote_addr = [fd00:1122:3344:101::1]:54025
39242023-07-19T18:40:33.187ZINFOnexus (dropshot_internal): accepted connection local_addr = [fd00:1122:3344:101::c]:12221 remote_addr = [fd00:1122:3344:101::1]:45786
39252023-07-19T18:40:33.187ZINFOnexus (dropshot_internal): accepted connection local_addr = [fd00:1122:3344:101::c]:12221 remote_addr = [fd00:1122:3344:101::1]:48052
39262023-07-19T18:40:33.187ZINFOnexus (dropshot_internal): accepted connection local_addr = [fd00:1122:3344:101::c]:12221 remote_addr = [fd00:1122:3344:101::1]:52023
39272023-07-19T18:40:33.241ZWARNnexus: Region requested, not yet created. Retrying in 266.792504ms saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create
39282023-07-19T18:40:33.244ZWARNnexus: Region requested, not yet created. Retrying in 267.726778ms saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create
39292023-07-19T18:40:33.244ZWARNnexus: Region requested, not yet created. Retrying in 216.150727ms saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create
39302023-07-19T18:40:33.461ZWARNnexus: Region requested, not yet created. Retrying in 638.737286ms saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create
39312023-07-19T18:40:34.104ZDEBGnexus: grabbing image c666a6c9-4bf5-4feb-81a0-a62e577d1d12 saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create
39322023-07-19T18:40:34.104ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = RegionsEnsure
39332023-07-19T18:40:34.104ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = RegionsEnsure
39342023-07-19T18:40:34.106ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = RegionsEnsure
39352023-07-19T18:40:34.106ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = RegionsEnsure
39362023-07-19T18:40:34.107ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = RegionsEnsure
39372023-07-19T18:40:34.107ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = RegionsEnsure
39382023-07-19T18:40:34.110ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = RegionsEnsure
39392023-07-19T18:40:34.110ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = RegionsEnsure
39402023-07-19T18:40:34.112ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = RegionsEnsure
39412023-07-19T18:40:34.112ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = RegionsEnsure
39422023-07-19T18:40:34.114ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = RegionsEnsure
39432023-07-19T18:40:34.116ZDEBGnexus: authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Image { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: c666a6c9-4bf5-4feb-81a0-a62e577d1d12, lookup_type: ById(c666a6c9-4bf5-4feb-81a0-a62e577d1d12) } result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = RegionsEnsure
39442023-07-19T18:40:34.116ZDEBGnexus: retrieved project image c666a6c9-4bf5-4feb-81a0-a62e577d1d12 saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create
39452023-07-19T18:40:34.116ZDEBGnexus: grabbing image c666a6c9-4bf5-4feb-81a0-a62e577d1d12 volume 8538ad5c-868b-48ab-bd65-9c2608013080 saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create
39462023-07-19T18:40:34.117ZDEBGnexus: grabbed volume 8538ad5c-868b-48ab-bd65-9c2608013080, with data {"type":"url","block_size":512,"id":"c666a6c9-4bf5-4feb-81a0-a62e577d1d12","url":"http://[fd00:1122:3344:101::1]:54321/debian-11-genericcloud-amd64.raw"} saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create
39472023-07-19T18:40:34.117ZDEBGnexus (SEC): saga log event new_state = N005 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
39482023-07-19T18:40:34.117ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(String("{\\"type\\":\\"volume\\",\\"block_size\\":512,\\"id\\":\\"70c2513d-f105-4412-be09-7d10cf8b6bc9\\",\\"read_only_parent\\":{\\"type\\":\\"url\\",\\"block_size\\":512,\\"id\\":\\"38abbaab-3b3e-466a-855a-5332784ac503\\",\\"url\\":\\"http://[fd00:1122:3344:101::1]:54321/debian-11-genericcloud-amd64.raw\\"},\\"sub_volumes\\":[{\\"type\\":\\"region\\",\\"block_size\\":512,\\"blocks_per_extent\\":131072,\\"extent_count\\":32,\\"gen\\":1,\\"opts\\":{\\"id\\":\\"70c2513d-f105-4412-be09-7d10cf8b6bc9\\",\\"key\\":\\"muttWe/ug2ftA0SCKvXdksg012DBq8pRfNUAthm7hc4=\\",\\"lossy\\":false,\\"read_only\\":false,\\"target\\":[\\"[fd00:1122:3344:101::12]:19000\\",\\"[fd00:1122:3344:101::13]:19000\\",\\"[fd00:1122:3344:101::16]:19000\\"]}}]}")) node_id = 5 saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16
39492023-07-19T18:40:34.119ZDEBGnexus (SEC): saga log event new_state = N006 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
39502023-07-19T18:40:34.119ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 6 saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16
39512023-07-19T18:40:34.125ZDEBGnexus (SEC): saga log event new_state = N006 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
39522023-07-19T18:40:34.125ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Object {"data": String("{\\"type\\":\\"volume\\",\\"block_size\\":512,\\"id\\":\\"70c2513d-f105-4412-be09-7d10cf8b6bc9\\",\\"read_only_parent\\":{\\"type\\":\\"url\\",\\"block_size\\":512,\\"id\\":\\"38abbaab-3b3e-466a-855a-5332784ac503\\",\\"url\\":\\"http://[fd00:1122:3344:101::1]:54321/debian-11-genericcloud-amd64.raw\\"},\\"sub_volumes\\":[{\\"type\\":\\"region\\",\\"block_size\\":512,\\"blocks_per_extent\\":131072,\\"extent_count\\":32,\\"gen\\":1,\\"opts\\":{\\"id\\":\\"70c2513d-f105-4412-be09-7d10cf8b6bc9\\",\\"key\\":\\"muttWe/ug2ftA0SCKvXdksg012DBq8pRfNUAthm7hc4=\\",\\"lossy\\":false,\\"read_only\\":false,\\"target\\":[\\"[fd00:1122:3344:101::12]:19000\\",\\"[fd00:1122:3344:101::13]:19000\\",\\"[fd00:1122:3344:101::16]:19000\\"]}}]}"), "identity": Object {"id": String("160fb7c9-592e-46d5-8ebc-d7be045b2dee"), "time_created": String("2023-07-19T18:40:34.121861Z"), "time_modified": String("2023-07-19T18:40:34.121861Z")}, "rcgen": Number(1), "resources_to_clean_up": Null, "time_deleted": Null}) node_id = 6 saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16
39532023-07-19T18:40:34.127ZDEBGnexus (SEC): saga log event new_state = N007 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
39542023-07-19T18:40:34.127ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 7 saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16
39552023-07-19T18:40:34.129ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = FinalizeDiskRecord
39562023-07-19T18:40:34.129ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = FinalizeDiskRecord
39572023-07-19T18:40:34.130ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = FinalizeDiskRecord
39582023-07-19T18:40:34.130ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = FinalizeDiskRecord
39592023-07-19T18:40:34.130ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = FinalizeDiskRecord
39602023-07-19T18:40:34.131ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = FinalizeDiskRecord
39612023-07-19T18:40:34.131ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = FinalizeDiskRecord
39622023-07-19T18:40:34.131ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = FinalizeDiskRecord
39632023-07-19T18:40:34.133ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = FinalizeDiskRecord
39642023-07-19T18:40:34.133ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = FinalizeDiskRecord
39652023-07-19T18:40:34.135ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = FinalizeDiskRecord
39662023-07-19T18:40:34.135ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = FinalizeDiskRecord
39672023-07-19T18:40:34.137ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = FinalizeDiskRecord
39682023-07-19T18:40:34.137ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = FinalizeDiskRecord
39692023-07-19T18:40:34.138ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = FinalizeDiskRecord
39702023-07-19T18:40:34.141ZDEBGnexus: authorize result action = Modify actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Disk { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ById(eb77a1af-7025-4b36-a03c-a7cc34ac9226) }, key: 70c2513d-f105-4412-be09-7d10cf8b6bc9, lookup_type: ById(70c2513d-f105-4412-be09-7d10cf8b6bc9) } result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = FinalizeDiskRecord
39712023-07-19T18:40:34.141ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = FinalizeDiskRecord
39722023-07-19T18:40:34.141ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = FinalizeDiskRecord
39732023-07-19T18:40:34.143ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = FinalizeDiskRecord
39742023-07-19T18:40:34.143ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = FinalizeDiskRecord
39752023-07-19T18:40:34.145ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = FinalizeDiskRecord
39762023-07-19T18:40:34.145ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = FinalizeDiskRecord
39772023-07-19T18:40:34.146ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = FinalizeDiskRecord
39782023-07-19T18:40:34.146ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = FinalizeDiskRecord
39792023-07-19T18:40:34.148ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = FinalizeDiskRecord
39802023-07-19T18:40:34.151ZDEBGnexus: authorize result action = Modify actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Disk { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ById(eb77a1af-7025-4b36-a03c-a7cc34ac9226) }, key: 70c2513d-f105-4412-be09-7d10cf8b6bc9, lookup_type: ById(70c2513d-f105-4412-be09-7d10cf8b6bc9) } result = Ok(()) saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create saga_node = FinalizeDiskRecord
39812023-07-19T18:40:34.158ZDEBGnexus (SEC): saga log event new_state = N007 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
39822023-07-19T18:40:34.158ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 7 saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16
39832023-07-19T18:40:34.160ZDEBGnexus (SEC): saga log event new_state = N009 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
39842023-07-19T18:40:34.160ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 9 saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16
39852023-07-19T18:40:34.161ZDEBGnexus (SEC): saga log event new_state = N009 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
39862023-07-19T18:40:34.161ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 9 saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16
39872023-07-19T18:40:34.163ZINFOnexus (SEC): update for saga cached state new_state = Done saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
39882023-07-19T18:40:34.163ZINFOnexus (SecStore): updating state new_state = done saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16
39892023-07-19T18:40:34.167ZINFOnexus (SEC): saga finished saga_id = baa1ac45-e9f2-4e37-a522-d3214ec10a16 saga_name = disk-create sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
39902023-07-19T18:40:34.167ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 2531a066-c9a5-4da2-8890-95134aedfa62 response_code = 201 uri = /v1/disks?project=proj-5ab3f830217
39912023-07-19T18:40:34.169ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
39922023-07-19T18:40:34.169ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
39932023-07-19T18:40:34.170ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
39942023-07-19T18:40:34.170ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
39952023-07-19T18:40:34.171ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
39962023-07-19T18:40:34.172ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
39972023-07-19T18:40:34.172ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
39982023-07-19T18:40:34.173ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
39992023-07-19T18:40:34.173ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
40002023-07-19T18:40:34.173ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
40012023-07-19T18:40:34.174ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
40022023-07-19T18:40:34.174ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
40032023-07-19T18:40:34.175ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
40042023-07-19T18:40:34.175ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
40052023-07-19T18:40:34.176ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
40062023-07-19T18:40:34.177ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
40072023-07-19T18:40:34.177ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
40082023-07-19T18:40:34.178ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
40092023-07-19T18:40:34.178ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
40102023-07-19T18:40:34.180ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
40112023-07-19T18:40:34.180ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
40122023-07-19T18:40:34.180ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
40132023-07-19T18:40:34.183ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
40142023-07-19T18:40:34.183ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
40152023-07-19T18:40:34.184ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
40162023-07-19T18:40:34.184ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
40172023-07-19T18:40:34.185ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
40182023-07-19T18:40:34.185ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
40192023-07-19T18:40:34.186ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
40202023-07-19T18:40:34.186ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
40212023-07-19T18:40:34.187ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
40222023-07-19T18:40:34.188ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
40232023-07-19T18:40:34.188ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
40242023-07-19T18:40:34.188ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
40252023-07-19T18:40:34.189ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
40262023-07-19T18:40:34.189ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
40272023-07-19T18:40:34.190ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
40282023-07-19T18:40:34.190ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
40292023-07-19T18:40:34.191ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
40302023-07-19T18:40:34.192ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
40312023-07-19T18:40:34.192ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 35d49795-5b30-4c29-a5e4-c754d49a61f0 roles = RoleSet { roles: {} } uri = /v1/instances?project=proj-5ab3f830217
40322023-07-19T18:40:34.192ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 35d49795-5b30-4c29-a5e4-c754d49a61f0 resource = Database result = Ok(()) uri = /v1/instances?project=proj-5ab3f830217
40332023-07-19T18:40:34.193ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 35d49795-5b30-4c29-a5e4-c754d49a61f0 roles = RoleSet { roles: {} } uri = /v1/instances?project=proj-5ab3f830217
40342023-07-19T18:40:34.193ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 35d49795-5b30-4c29-a5e4-c754d49a61f0 resource = Database result = Ok(()) uri = /v1/instances?project=proj-5ab3f830217
40352023-07-19T18:40:34.194ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 35d49795-5b30-4c29-a5e4-c754d49a61f0 roles = RoleSet { roles: {} } uri = /v1/instances?project=proj-5ab3f830217
40362023-07-19T18:40:34.194ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 35d49795-5b30-4c29-a5e4-c754d49a61f0 resource = Database result = Ok(()) uri = /v1/instances?project=proj-5ab3f830217
40372023-07-19T18:40:34.196ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 35d49795-5b30-4c29-a5e4-c754d49a61f0 roles = RoleSet { roles: {} } uri = /v1/instances?project=proj-5ab3f830217
40382023-07-19T18:40:34.196ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 35d49795-5b30-4c29-a5e4-c754d49a61f0 resource = Database result = Ok(()) uri = /v1/instances?project=proj-5ab3f830217
40392023-07-19T18:40:34.197ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 35d49795-5b30-4c29-a5e4-c754d49a61f0 roles = RoleSet { roles: {} } uri = /v1/instances?project=proj-5ab3f830217
40402023-07-19T18:40:34.197ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 35d49795-5b30-4c29-a5e4-c754d49a61f0 resource = Database result = Ok(()) uri = /v1/instances?project=proj-5ab3f830217
40412023-07-19T18:40:34.199ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 35d49795-5b30-4c29-a5e4-c754d49a61f0 roles = RoleSet { roles: {} } uri = /v1/instances?project=proj-5ab3f830217
40422023-07-19T18:40:34.199ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 35d49795-5b30-4c29-a5e4-c754d49a61f0 resource = Database result = Ok(()) uri = /v1/instances?project=proj-5ab3f830217
40432023-07-19T18:40:34.201ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 35d49795-5b30-4c29-a5e4-c754d49a61f0 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances?project=proj-5ab3f830217
40442023-07-19T18:40:34.203ZDEBGnexus (dropshot_external): authorize result action = CreateChild actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 35d49795-5b30-4c29-a5e4-c754d49a61f0 resource = Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") } result = Ok(()) uri = /v1/instances?project=proj-5ab3f830217
40452023-07-19T18:40:34.203ZDEBGnexus (InstanceAllocator): roles roles = RoleSet { roles: {} }
40462023-07-19T18:40:34.203ZDEBGnexus (InstanceAllocator): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000004ead, .. }) resource = Database result = Ok(())
40472023-07-19T18:40:34.204ZDEBGnexus (InstanceAllocator): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "viewer")} }
40482023-07-19T18:40:34.205ZDEBGnexus (InstanceAllocator): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000004ead, .. }) resource = Fleet result = Ok(())
40492023-07-19T18:40:34.205ZDEBGnexus (InstanceAllocator): roles roles = RoleSet { roles: {} }
40502023-07-19T18:40:34.205ZDEBGnexus (InstanceAllocator): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000004ead, .. }) resource = Database result = Ok(())
40512023-07-19T18:40:34.207ZDEBGnexus (SEC): saga create dag = {"end_node":61,"graph":{"edge_property":"directed","edges":[[0,1,null],[1,2,null],[2,3,null],[3,4,null],[4,5,null],[5,6,null],[6,7,null],[7,8,null],[8,9,null],[9,10,null],[10,11,null],[11,12,null],[12,13,null],[13,14,null],[14,15,null],[15,16,null],[16,17,null],[17,18,null],[18,19,null],[19,20,null],[20,21,null],[21,22,null],[22,23,null],[23,24,null],[24,25,null],[25,26,null],[26,27,null],[27,28,null],[28,29,null],[29,30,null],[30,31,null],[31,32,null],[32,33,null],[33,34,null],[34,35,null],[35,36,null],[36,37,null],[37,38,null],[38,39,null],[39,40,null],[40,41,null],[41,42,null],[42,43,null],[43,44,null],[44,45,null],[45,46,null],[46,47,null],[47,48,null],[48,49,null],[49,50,null],[50,51,null],[51,52,null],[52,53,null],[53,54,null],[54,55,null],[55,56,null],[56,57,null],[57,58,null],[58,59,null],[60,0,null],[59,61,null]],"node_holes":[],"nodes":[{"Constant":{"name":"instance_id","value":"00b86fa3-181b-471c-a419-cf4e38f6a65d"}},{"Action":{"action_name":"common.uuid_generate","label":"GeneratePropolisId","name":"propolis_id"}},{"Action":{"action_name":"instance_create.alloc_server","label":"AllocServer","name":"server_id"}},{"Action":{"action_name":"instance_create.virtual_resources_account","label":"VirtualResourcesAccount","name":"no_result"}},{"Action":{"action_name":"instance_create.alloc_propolis_ip","label":"AllocPropolisIp","name":"propolis_ip"}},{"Action":{"action_name":"instance_create.create_instance_record","label":"CreateInstanceRecord","name":"instance_name"}},{"Constant":{"name":"network_interface_params0","value":{"instance_id":"00b86fa3-181b-471c-a419-cf4e38f6a65d","new_id":"6d093b29-a0f3-4611-8f2b-9e71c6407e7a","saga_params":{"boundary_switches":["switch0"],"create_params":{"description":"","disks":[{"name":"disk-7ad56822402","type":"attach"}],"external_ips":[{"pool_name":null,"type":"ephemeral"}],"hostname":"localshark","memory":1073741824,"name":"instance-9678b451d15","ncpus":2,"network_interfaces":{"type":"default"},"start":true,"user_data":""},"project_id":"eb77a1af-7025-4b36-a03c-a7cc34ac9226","serialized_authn":{"kind":{"Authenticated":[{"actor":{"SiloUser":{"silo_id":"ba553946-31a7-4fb2-829b-ed054d1ac8cc","silo_user_id":"f806cac7-9616-47a3-8ae4-909bb59d0951"}}},{"mapped_fleet_roles":{"admin":["admin"]}}]}}},"which":0}}},{"SubsagaStart":{"params_node_name":"network_interface_params0","saga_name":"instance-create-nic0"}},{"Action":{"action_name":"instance_create.create_network_interface","label":"CreateNetworkInterface0","name":"output"}},{"SubsagaEnd":{"name":"network_interface0"}},{"Constant":{"name":"network_interface_params1","value":{"instance_id":"00b86fa3-181b-471c-a419-cf4e38f6a65d","new_id":"d6718cf2-8066-46a8-aa8b-6b257b99486f","saga_params":{"boundary_switches":["switch0"],"create_params":{"description":"","disks":[{"name":"disk-7ad56822402","type":"attach"}],"external_ips":[{"pool_name":null,"type":"ephemeral"}],"hostname":"localshark","memory":1073741824,"name":"instance-9678b451d15","ncpus":2,"network_interfaces":{"type":"default"},"start":true,"user_data":""},"project_id":"eb77a1af-7025-4b36-a03c-a7cc34ac9226","serialized_authn":{"kind":{"Authenticated":[{"actor":{"SiloUser":{"silo_id":"ba553946-31a7-4fb2-829b-ed054d1ac8cc","silo_user_id":"f806cac7-9616-47a3-8ae4-909bb59d0951"}}},{"mapped_fleet_roles":{"admin":["admin"]}}]}}},"which":1}}},{"SubsagaStart":{"params_node_name":"network_interface_params1","saga_name":"instance-create-nic1"}},{"Action":{"action_name":"instance_create.create_network_interface","label":"CreateNetworkInterface1","name":"output"}},{"SubsagaEnd":{"name":"network_interface1"}},{"Constant":{"name":"network_interface_params2","value":{"instance_id":"00b86fa3-181b-471c-a419-cf4e38f6a65d","new_id":"b719ebb2-d952-485e-a1cd-efa599e2672c","saga_params":{"boundary_switches":["switch0"],"create_params":{"description":"","disks":[{"name":"disk-7ad56822402","type":"attach"}],"external_ips":[{"pool_name":null,"type":"ephemeral"}],"hostname":"localshark","memory":1073741824,"name":"instance-9678b451d15","ncpus":2,"network_interfaces":{"type":"default"},"start":true,"user_data":""},"project_id":"eb77a1af-7025-4b36-a03c-a7cc34ac9226","serialized_authn":{"kind":{"Authenticated":[{"actor":{"SiloUser":{"silo_id":"ba553946-31a7-4fb2-829b-ed054d1ac8cc","silo_user_id":"f806cac7-9616-47a3-8ae4-909bb59d0951"}}},{"mapped_fleet_roles":{"admin":["admin"]}}]}}},"which":2}}},{"SubsagaStart":{"params_node_name":"network_interface_params2","saga_name":"instance-create-nic2"}},{"Action":{"action_name":"instance_create.create_network_interface","label":"CreateNetworkInterface2","name":"output"}},{"SubsagaEnd":{"name":"network_interface2"}},{"Constant":{"name":"network_interface_params3","value":{"instance_id":"00b86fa3-181b-471c-a419-cf4e38f6a65d","new_id":"8caf2dd5-17b6-4a05-b566-ce01fa0e2760","saga_params":{"boundary_switches":["switch0"],"create_params":{"description":"","disks":[{"name":"disk-7ad56822402","type":"attach"}],"external_ips":[{"pool_name":null,"type":"ephemeral"}],"hostname":"localshark","memory":1073741824,"name":"instance-9678b451d15","ncpus":2,"network_interfaces":{"type":"default"},"start":true,"user_data":""},"project_id":"eb77a1af-7025-4b36-a03c-a7cc34ac9226","serialized_authn":{"kind":{"Authenticated":[{"actor":{"SiloUser":{"silo_id":"ba553946-31a7-4fb2-829b-ed054d1ac8cc","silo_user_id":"f806cac7-9616-47a3-8ae4-909bb59d0951"}}},{"mapped_fleet_roles":{"admin":["admin"]}}]}}},"which":3}}},{"SubsagaStart":{"params_node_name":"network_interface_params3","saga_name":"instance-create-nic3"}},{"Action":{"action_name":"instance_create.create_network_interface","label":"CreateNetworkInterface3","name":"output"}},{"SubsagaEnd":{"name":"network_interface3"}},{"Constant":{"name":"network_interface_params4","value":{"instance_id":"00b86fa3-181b-471c-a419-cf4e38f6a65d","new_id":"d7700d58-6747-4872-9654-d28af3b29b0e","saga_params":{"boundary_switches":["switch0"],"create_params":{"description":"","disks":[{"name":"disk-7ad56822402","type":"attach"}],"external_ips":[{"pool_name":null,"type":"ephemeral"}],"hostname":"localshark","memory":1073741824,"name":"instance-9678b451d15","ncpus":2,"network_interfaces":{"type":"default"},"start":true,"user_data":""},"project_id":"eb77a1af-7025-4b36-a03c-a7cc34ac9226","serialized_authn":{"kind":{"Authenticated":[{"actor":{"SiloUser":{"silo_id":"ba553946-31a7-4fb2-829b-ed054d1ac8cc","silo_user_id":"f806cac7-9616-47a3-8ae4-909bb59d0951"}}},{"mapped_fleet_roles":{"admin":["admin"]}}]}}},"which":4}}},{"SubsagaStart":{"params_node_name":"network_interface_params4","saga_name":"instance-create-nic4"}},{"Action":{"action_name":"instance_create.create_network_interface","label":"CreateNetworkInterface4","name":"output"}},{"SubsagaEnd":{"name":"network_interface4"}},{"Constant":{"name":"network_interface_params5","value":{"instance_id":"00b86fa3-181b-471c-a419-cf4e38f6a65d","new_id":"3df76554-5259-4745-acba-dafff23627b2","saga_params":{"boundary_switches":["switch0"],"create_params":{"description":"","disks":[{"name":"disk-7ad56822402","type":"attach"}],"external_ips":[{"pool_name":null,"type":"ephemeral"}],"hostname":"localshark","memory":1073741824,"name":"instance-9678b451d15","ncpus":2,"network_interfaces":{"type":"default"},"start":true,"user_data":""},"project_id":"eb77a1af-7025-4b36-a03c-a7cc34ac9226","serialized_authn":{"kind":{"Authenticated":[{"actor":{"SiloUser":{"silo_id":"ba553946-31a7-4fb2-829b-ed054d1ac8cc","silo_user_id":"f806cac7-9616-47a3-8ae4-909bb59d0951"}}},{"mapped_fleet_roles":{"admin":["admin"]}}]}}},"which":5}}},{"SubsagaStart":{"params_node_name":"network_interface_params5","saga_name":"instance-create-nic5"}},{"Action":{"action_name":"instance_create.create_network_interface","label":"CreateNetworkInterface5","name":"output"}},{"SubsagaEnd":{"name":"network_interface5"}},{"Constant":{"name":"network_interface_params6","value":{"instance_id":"00b86fa3-181b-471c-a419-cf4e38f6a65d","new_id":"eec68e1a-3ff8-4f93-a52b-0ae5dce7c203","saga_params":{"boundary_switches":["switch0"],"create_params":{"description":"","disks":[{"name":"disk-7ad56822402","type":"attach"}],"external_ips":[{"pool_name":null,"type":"ephemeral"}],"hostname":"localshark","memory":1073741824,"name":"instance-9678b451d15","ncpus":2,"network_interfaces":{"type":"default"},"start":true,"user_data":""},"project_id":"eb77a1af-7025-4b36-a03c-a7cc34ac9226","serialized_authn":{"kind":{"Authenticated":[{"actor":{"SiloUser":{"silo_id":"ba553946-31a7-4fb2-829b-ed054d1ac8cc","silo_user_id":"f806cac7-9616-47a3-8ae4-909bb59d0951"}}},{"mapped_fleet_roles":{"admin":["admin"]}}]}}},"which":6}}},{"SubsagaStart":{"params_node_name":"network_interface_params6","saga_name":"instance-create-nic6"}},{"Action":{"action_name":"instance_create.create_network_interface","label":"CreateNetworkInterface6","name":"output"}},{"SubsagaEnd":{"name":"network_interface6"}},{"Constant":{"name":"network_interface_params7","value":{"instance_id":"00b86fa3-181b-471c-a419-cf4e38f6a65d","new_id":"0e49cd0e-a412-461b-a8c7-b065ce5c33be","saga_params":{"boundary_switches":["switch0"],"create_params":{"description":"","disks":[{"name":"disk-7ad56822402","type":"attach"}],"external_ips":[{"pool_name":null,"type":"ephemeral"}],"hostname":"localshark","memory":1073741824,"name":"instance-9678b451d15","ncpus":2,"network_interfaces":{"type":"default"},"start":true,"user_data":""},"project_id":"eb77a1af-7025-4b36-a03c-a7cc34ac9226","serialized_authn":{"kind":{"Authenticated":[{"actor":{"SiloUser":{"silo_id":"ba553946-31a7-4fb2-829b-ed054d1ac8cc","silo_user_id":"f806cac7-9616-47a3-8ae4-909bb59d0951"}}},{"mapped_fleet_roles":{"admin":["admin"]}}]}}},"which":7}}},{"SubsagaStart":{"params_node_name":"network_interface_params7","saga_name":"instance-create-nic7"}},{"Action":{"action_name":"instance_create.create_network_interface","label":"CreateNetworkInterface7","name":"output"}},{"SubsagaEnd":{"name":"network_interface7"}},{"Action":{"action_name":"common.uuid_generate","label":"CreateSnatIpId","name":"snat_ip_id"}},{"Action":{"action_name":"instance_create.create_snat_ip","label":"CreateSnatIp","name":"snat_ip"}},{"Constant":{"name":"external_ip_params0","value":{"instance_id":"00b86fa3-181b-471c-a419-cf4e38f6a65d","new_id":"d942e282-419c-4f4e-a061-9eb110f9b5d5","saga_params":{"boundary_switches":["switch0"],"create_params":{"description":"","disks":[{"name":"disk-7ad56822402","type":"attach"}],"external_ips":[{"pool_name":null,"type":"ephemeral"}],"hostname":"localshark","memory":1073741824,"name":"instance-9678b451d15","ncpus":2,"network_interfaces":{"type":"default"},"start":true,"user_data":""},"project_id":"eb77a1af-7025-4b36-a03c-a7cc34ac9226","serialized_authn":{"kind":{"Authenticated":[{"actor":{"SiloUser":{"silo_id":"ba553946-31a7-4fb2-829b-ed054d1ac8cc","silo_user_id":"f806cac7-9616-47a3-8ae4-909bb59d0951"}}},{"mapped_fleet_roles":{"admin":["admin"]}}]}}},"which":0}}},{"SubsagaStart":{"params_node_name":"external_ip_params0","saga_name":"instance-create-external-ip0"}},{"Action":{"action_name":"instance_create.create_external_ip","label":"CreateExternalIp0","name":"output"}},{"SubsagaEnd":{"name":"external_ip0"}},{"Constant":{"name":"attach_disk_params0","value":{"attach_params":{"name":"disk-7ad56822402","type":"attach"},"instance_id":"00b86fa3-181b-471c-a419-cf4e38f6a65d","project_id":"eb77a1af-7025-4b36-a03c-a7cc34ac9226","serialized_authn":{"kind":{"Authenticated":[{"actor":{"SiloUser":{"silo_id":"ba553946-31a7-4fb2-829b-ed054d1ac8cc","silo_user_id":"f806cac7-9616-47a3-8ae4-909bb59d0951"}}},{"mapped_fleet_roles":{"admin":["admin"]}}]}}}}},{"SubsagaStart":{"params_node_name":"attach_disk_params0","saga_name":"instance-attach-disk-0"}},{"Action":{"action_name":"instance_create.attach_disks_to_instance","label":"AttachDisksToInstance-0","name":"attach_disk_output"}},{"SubsagaEnd":{"name":"attach_disk0"}},{"Constant":{"name":"ConfigureAsic-0-switch0_params0","value":{"instance_id":"00b86fa3-181b-471c-a419-cf4e38f6a65d","saga_params":{"boundary_switches":["switch0"],"create_params":{"description":"","disks":[{"name":"disk-7ad56822402","type":"attach"}],"external_ips":[{"pool_name":null,"type":"ephemeral"}],"hostname":"localshark","memory":1073741824,"name":"instance-9678b451d15","ncpus":2,"network_interfaces":{"type":"default"},"start":true,"user_data":""},"project_id":"eb77a1af-7025-4b36-a03c-a7cc34ac9226","serialized_authn":{"kind":{"Authenticated":[{"actor":{"SiloUser":{"silo_id":"ba553946-31a7-4fb2-829b-ed054d1ac8cc","silo_user_id":"f806cac7-9616-47a3-8ae4-909bb59d0951"}}},{"mapped_fleet_roles":{"admin":["admin"]}}]}}},"switch_location":"switch0","which":0}}},{"SubsagaStart":{"params_node_name":"ConfigureAsic-0-switch0_params0","saga_name":"instance-configure-nat-0-switch0"}},{"Action":{"action_name":"instance_create.configure_asic","label":"ConfigureAsic-0-switch0","name":"configure_asic"}},{"SubsagaEnd":{"name":"ConfigureAsic-0-switch00"}},{"Constant":{"name":"ConfigureAsic-1-switch0_params1","value":{"instance_id":"00b86fa3-181b-471c-a419-cf4e38f6a65d","saga_params":{"boundary_switches":["switch0"],"create_params":{"description":"","disks":[{"name":"disk-7ad56822402","type":"attach"}],"external_ips":[{"pool_name":null,"type":"ephemeral"}],"hostname":"localshark","memory":1073741824,"name":"instance-9678b451d15","ncpus":2,"network_interfaces":{"type":"default"},"start":true,"user_data":""},"project_id":"eb77a1af-7025-4b36-a03c-a7cc34ac9226","serialized_authn":{"kind":{"Authenticated":[{"actor":{"SiloUser":{"silo_id":"ba553946-31a7-4fb2-829b-ed054d1ac8cc","silo_user_id":"f806cac7-9616-47a3-8ae4-909bb59d0951"}}},{"mapped_fleet_roles":{"admin":["admin"]}}]}}},"switch_location":"switch0","which":1}}},{"SubsagaStart":{"params_node_name":"ConfigureAsic-1-switch0_params1","saga_name":"instance-configure-nat-1-switch0"}},{"Action":{"action_name":"instance_create.configure_asic","label":"ConfigureAsic-1-switch0","name":"configure_asic"}},{"SubsagaEnd":{"name":"ConfigureAsic-1-switch01"}},{"Action":{"action_name":"instance_create.v2p_ensure_undo","label":"V2PEnsureUndo","name":"v2p_ensure_undo"}},{"Action":{"action_name":"instance_create.v2p_ensure","label":"V2PEnsure","name":"v2p_ensure"}},{"Action":{"action_name":"instance_create.instance_ensure_registered","label":"InstanceEnsureRegistered","name":"instance_ensure_registered"}},{"Action":{"action_name":"instance_create.instance_ensure_running","label":"InstanceEnsureRunning","name":"instance_ensure_running"}},{"Start":{"params":{"boundary_switches":["switch0"],"create_params":{"description":"","disks":[{"name":"disk-7ad56822402","type":"attach"}],"external_ips":[{"pool_name":null,"type":"ephemeral"}],"hostname":"localshark","memory":1073741824,"name":"instance-9678b451d15","ncpus":2,"network_interfaces":{"type":"default"},"start":true,"user_data":""},"project_id":"eb77a1af-7025-4b36-a03c-a7cc34ac9226","serialized_authn":{"kind":{"Authenticated":[{"actor":{"SiloUser":{"silo_id":"ba553946-31a7-4fb2-829b-ed054d1ac8cc","silo_user_id":"f806cac7-9616-47a3-8ae4-909bb59d0951"}}},{"mapped_fleet_roles":{"admin":["admin"]}}]}}}}},"End"]},"saga_name":"instance-create","start_node":60} saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
40522023-07-19T18:40:34.207ZINFOnexus (SecStore): creating saga saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create
40532023-07-19T18:40:34.211ZDEBGnexus (SEC): saga log event new_state = N060 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
40542023-07-19T18:40:34.211ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 60 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
40552023-07-19T18:40:34.213ZDEBGnexus (SEC): saga log event new_state = N060 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
40562023-07-19T18:40:34.213ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 60 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
40572023-07-19T18:40:34.215ZDEBGnexus (SEC): saga log event new_state = N000 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
40582023-07-19T18:40:34.215ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 0 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
40592023-07-19T18:40:34.217ZDEBGnexus (SEC): saga log event new_state = N000 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
40602023-07-19T18:40:34.217ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(String("00b86fa3-181b-471c-a419-cf4e38f6a65d")) node_id = 0 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
40612023-07-19T18:40:34.218ZDEBGnexus (SEC): saga log event new_state = N001 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
40622023-07-19T18:40:34.218ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 1 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
40632023-07-19T18:40:34.220ZDEBGnexus (SEC): saga log event new_state = N001 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
40642023-07-19T18:40:34.220ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(String("5ab6bb00-9f58-4c23-b595-7e358b789f51")) node_id = 1 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
40652023-07-19T18:40:34.221ZDEBGnexus (SEC): saga log event new_state = N002 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
40662023-07-19T18:40:34.221ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 2 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
40672023-07-19T18:40:34.223ZDEBGnexus (InstanceAllocator): roles roles = RoleSet { roles: {} }
40682023-07-19T18:40:34.223ZDEBGnexus (InstanceAllocator): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000004ead, .. }) resource = Database result = Ok(())
40692023-07-19T18:40:34.256ZDEBGnexus (SEC): saga log event new_state = N002 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
40702023-07-19T18:40:34.256ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(String("7150410d-305b-4dec-b4b1-e5eeda1649db")) node_id = 2 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
40712023-07-19T18:40:34.258ZDEBGnexus (SEC): saga log event new_state = N003 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
40722023-07-19T18:40:34.258ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 3 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
40732023-07-19T18:40:34.261ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = VirtualResourcesAccount
40742023-07-19T18:40:34.261ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = VirtualResourcesAccount
40752023-07-19T18:40:34.268ZDEBGnexus (SEC): saga log event new_state = N003 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
40762023-07-19T18:40:34.268ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 3 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
40772023-07-19T18:40:34.270ZDEBGnexus (SEC): saga log event new_state = N004 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
40782023-07-19T18:40:34.270ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 4 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
40792023-07-19T18:40:34.273ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AllocPropolisIp
40802023-07-19T18:40:34.273ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AllocPropolisIp
40812023-07-19T18:40:34.278ZDEBGnexus (SEC): saga log event new_state = N004 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
40822023-07-19T18:40:34.278ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(String("fd00:1122:3344:101::22")) node_id = 4 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
40832023-07-19T18:40:34.280ZDEBGnexus (SEC): saga log event new_state = N005 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
40842023-07-19T18:40:34.280ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 5 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
40852023-07-19T18:40:34.282ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateInstanceRecord
40862023-07-19T18:40:34.282ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateInstanceRecord
40872023-07-19T18:40:34.283ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateInstanceRecord
40882023-07-19T18:40:34.283ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateInstanceRecord
40892023-07-19T18:40:34.284ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateInstanceRecord
40902023-07-19T18:40:34.284ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateInstanceRecord
40912023-07-19T18:40:34.285ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateInstanceRecord
40922023-07-19T18:40:34.286ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateInstanceRecord
40932023-07-19T18:40:34.288ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateInstanceRecord
40942023-07-19T18:40:34.288ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateInstanceRecord
40952023-07-19T18:40:34.289ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateInstanceRecord
40962023-07-19T18:40:34.290ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateInstanceRecord
40972023-07-19T18:40:34.291ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateInstanceRecord
40982023-07-19T18:40:34.294ZDEBGnexus: authorize result action = CreateChild actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ById(eb77a1af-7025-4b36-a03c-a7cc34ac9226) } result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateInstanceRecord
40992023-07-19T18:40:34.294ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateInstanceRecord
41002023-07-19T18:40:34.294ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateInstanceRecord
41012023-07-19T18:40:34.296ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateInstanceRecord
41022023-07-19T18:40:34.296ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateInstanceRecord
41032023-07-19T18:40:34.297ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateInstanceRecord
41042023-07-19T18:40:34.298ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateInstanceRecord
41052023-07-19T18:40:34.299ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateInstanceRecord
41062023-07-19T18:40:34.299ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateInstanceRecord
41072023-07-19T18:40:34.301ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateInstanceRecord
41082023-07-19T18:40:34.303ZDEBGnexus: authorize result action = CreateChild actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ById(eb77a1af-7025-4b36-a03c-a7cc34ac9226) } result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateInstanceRecord
41092023-07-19T18:40:34.303ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateInstanceRecord
41102023-07-19T18:40:34.304ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateInstanceRecord
41112023-07-19T18:40:34.342ZDEBGnexus (SEC): saga log event new_state = N005 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
41122023-07-19T18:40:34.342ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(String("instance-9678b451d15")) node_id = 5 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
41132023-07-19T18:40:34.344ZDEBGnexus (SEC): saga log event new_state = N006 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
41142023-07-19T18:40:34.344ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 6 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
41152023-07-19T18:40:34.346ZDEBGnexus (SEC): saga log event new_state = N006 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
41162023-07-19T18:40:34.346ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Object {"instance_id": String("00b86fa3-181b-471c-a419-cf4e38f6a65d"), "new_id": String("6d093b29-a0f3-4611-8f2b-9e71c6407e7a"), "saga_params": Object {"boundary_switches": Array [String("switch0")], "create_params": Object {"description": String(""), "disks": Array [Object {"name": String("disk-7ad56822402"), "type": String("attach")}], "external_ips": Array [Object {"pool_name": Null, "type": String("ephemeral")}], "hostname": String("localshark"), "memory": Number(1073741824), "name": String("instance-9678b451d15"), "ncpus": Number(2), "network_interfaces": Object {"type": String("default")}, "start": Bool(true), "user_data": String("")}, "project_id": String("eb77a1af-7025-4b36-a03c-a7cc34ac9226"), "serialized_authn": Object {"kind": Object {"Authenticated": Array [Object {"actor": Object {"SiloUser": Object {"silo_id": String("ba553946-31a7-4fb2-829b-ed054d1ac8cc"), "silo_user_id": String("f806cac7-9616-47a3-8ae4-909bb59d0951")}}}, Object {"mapped_fleet_roles": Object {"admin": Array [String("admin")]}}]}}}, "which": Number(0)}) node_id = 6 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
41172023-07-19T18:40:34.348ZDEBGnexus (SEC): saga log event new_state = N007 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
41182023-07-19T18:40:34.348ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 7 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
41192023-07-19T18:40:34.350ZDEBGnexus (SEC): saga log event new_state = N007 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
41202023-07-19T18:40:34.350ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 7 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
41212023-07-19T18:40:34.352ZDEBGnexus (SEC): saga log event new_state = N008 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
41222023-07-19T18:40:34.352ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 8 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
41232023-07-19T18:40:34.354ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41242023-07-19T18:40:34.354ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41252023-07-19T18:40:34.356ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41262023-07-19T18:40:34.356ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41272023-07-19T18:40:34.357ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41282023-07-19T18:40:34.357ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41292023-07-19T18:40:34.357ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41302023-07-19T18:40:34.358ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41312023-07-19T18:40:34.360ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41322023-07-19T18:40:34.360ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41332023-07-19T18:40:34.362ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41342023-07-19T18:40:34.362ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41352023-07-19T18:40:34.364ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41362023-07-19T18:40:34.364ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41372023-07-19T18:40:34.366ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41382023-07-19T18:40:34.368ZDEBGnexus: authorize result action = CreateChild actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ById(eb77a1af-7025-4b36-a03c-a7cc34ac9226) }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ById(00b86fa3-181b-471c-a419-cf4e38f6a65d) } result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41392023-07-19T18:40:34.369ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41402023-07-19T18:40:34.369ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41412023-07-19T18:40:34.369ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41422023-07-19T18:40:34.370ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41432023-07-19T18:40:34.370ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41442023-07-19T18:40:34.371ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41452023-07-19T18:40:34.372ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41462023-07-19T18:40:34.372ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41472023-07-19T18:40:34.373ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41482023-07-19T18:40:34.373ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41492023-07-19T18:40:34.375ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41502023-07-19T18:40:34.375ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41512023-07-19T18:40:34.377ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41522023-07-19T18:40:34.377ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41532023-07-19T18:40:34.378ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41542023-07-19T18:40:34.378ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41552023-07-19T18:40:34.380ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41562023-07-19T18:40:34.384ZDEBGnexus: authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = VpcSubnet { parent: Vpc { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ById(eb77a1af-7025-4b36-a03c-a7cc34ac9226) }, key: afb28681-f5b4-4be5-bd26-adcac50b5905, lookup_type: ByName("default") }, key: 76aafb29-fcbc-4e84-8d46-63ee81d6a2c5, lookup_type: ByName("default") } result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41572023-07-19T18:40:34.384ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41582023-07-19T18:40:34.384ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41592023-07-19T18:40:34.385ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41602023-07-19T18:40:34.386ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41612023-07-19T18:40:34.387ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41622023-07-19T18:40:34.388ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41632023-07-19T18:40:34.389ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41642023-07-19T18:40:34.389ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41652023-07-19T18:40:34.391ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41662023-07-19T18:40:34.394ZDEBGnexus: authorize result action = CreateChild actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ById(eb77a1af-7025-4b36-a03c-a7cc34ac9226) }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ById(00b86fa3-181b-471c-a419-cf4e38f6a65d) } result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41672023-07-19T18:40:34.394ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41682023-07-19T18:40:34.394ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41692023-07-19T18:40:34.396ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41702023-07-19T18:40:34.396ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41712023-07-19T18:40:34.398ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41722023-07-19T18:40:34.398ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41732023-07-19T18:40:34.399ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41742023-07-19T18:40:34.399ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41752023-07-19T18:40:34.401ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41762023-07-19T18:40:34.404ZDEBGnexus: authorize result action = CreateChild actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = VpcSubnet { parent: Vpc { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ById(eb77a1af-7025-4b36-a03c-a7cc34ac9226) }, key: afb28681-f5b4-4be5-bd26-adcac50b5905, lookup_type: ByName("default") }, key: 76aafb29-fcbc-4e84-8d46-63ee81d6a2c5, lookup_type: ByName("default") } result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41772023-07-19T18:40:34.404ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41782023-07-19T18:40:34.404ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateNetworkInterface0
41792023-07-19T18:40:34.446ZDEBGnexus (SEC): saga log event new_state = N008 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
41802023-07-19T18:40:34.446ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 8 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
41812023-07-19T18:40:34.448ZDEBGnexus (SEC): saga log event new_state = N009 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
41822023-07-19T18:40:34.448ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 9 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
41832023-07-19T18:40:34.450ZDEBGnexus (SEC): saga log event new_state = N009 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
41842023-07-19T18:40:34.450ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 9 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
41852023-07-19T18:40:34.451ZDEBGnexus (SEC): saga log event new_state = N010 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
41862023-07-19T18:40:34.451ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 10 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
41872023-07-19T18:40:34.453ZDEBGnexus (SEC): saga log event new_state = N010 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
41882023-07-19T18:40:34.453ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Object {"instance_id": String("00b86fa3-181b-471c-a419-cf4e38f6a65d"), "new_id": String("d6718cf2-8066-46a8-aa8b-6b257b99486f"), "saga_params": Object {"boundary_switches": Array [String("switch0")], "create_params": Object {"description": String(""), "disks": Array [Object {"name": String("disk-7ad56822402"), "type": String("attach")}], "external_ips": Array [Object {"pool_name": Null, "type": String("ephemeral")}], "hostname": String("localshark"), "memory": Number(1073741824), "name": String("instance-9678b451d15"), "ncpus": Number(2), "network_interfaces": Object {"type": String("default")}, "start": Bool(true), "user_data": String("")}, "project_id": String("eb77a1af-7025-4b36-a03c-a7cc34ac9226"), "serialized_authn": Object {"kind": Object {"Authenticated": Array [Object {"actor": Object {"SiloUser": Object {"silo_id": String("ba553946-31a7-4fb2-829b-ed054d1ac8cc"), "silo_user_id": String("f806cac7-9616-47a3-8ae4-909bb59d0951")}}}, Object {"mapped_fleet_roles": Object {"admin": Array [String("admin")]}}]}}}, "which": Number(1)}) node_id = 10 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
41892023-07-19T18:40:34.455ZDEBGnexus (SEC): saga log event new_state = N011 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
41902023-07-19T18:40:34.455ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 11 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
41912023-07-19T18:40:34.456ZDEBGnexus (SEC): saga log event new_state = N011 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
41922023-07-19T18:40:34.456ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 11 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
41932023-07-19T18:40:34.458ZDEBGnexus (SEC): saga log event new_state = N012 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
41942023-07-19T18:40:34.458ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 12 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
41952023-07-19T18:40:34.459ZDEBGnexus (SEC): saga log event new_state = N012 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
41962023-07-19T18:40:34.459ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 12 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
41972023-07-19T18:40:34.461ZDEBGnexus (SEC): saga log event new_state = N013 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
41982023-07-19T18:40:34.461ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 13 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
41992023-07-19T18:40:34.462ZDEBGnexus (SEC): saga log event new_state = N013 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42002023-07-19T18:40:34.462ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 13 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42012023-07-19T18:40:34.464ZDEBGnexus (SEC): saga log event new_state = N014 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42022023-07-19T18:40:34.464ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 14 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42032023-07-19T18:40:34.465ZDEBGnexus (SEC): saga log event new_state = N014 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42042023-07-19T18:40:34.465ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Object {"instance_id": String("00b86fa3-181b-471c-a419-cf4e38f6a65d"), "new_id": String("b719ebb2-d952-485e-a1cd-efa599e2672c"), "saga_params": Object {"boundary_switches": Array [String("switch0")], "create_params": Object {"description": String(""), "disks": Array [Object {"name": String("disk-7ad56822402"), "type": String("attach")}], "external_ips": Array [Object {"pool_name": Null, "type": String("ephemeral")}], "hostname": String("localshark"), "memory": Number(1073741824), "name": String("instance-9678b451d15"), "ncpus": Number(2), "network_interfaces": Object {"type": String("default")}, "start": Bool(true), "user_data": String("")}, "project_id": String("eb77a1af-7025-4b36-a03c-a7cc34ac9226"), "serialized_authn": Object {"kind": Object {"Authenticated": Array [Object {"actor": Object {"SiloUser": Object {"silo_id": String("ba553946-31a7-4fb2-829b-ed054d1ac8cc"), "silo_user_id": String("f806cac7-9616-47a3-8ae4-909bb59d0951")}}}, Object {"mapped_fleet_roles": Object {"admin": Array [String("admin")]}}]}}}, "which": Number(2)}) node_id = 14 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42052023-07-19T18:40:34.467ZDEBGnexus (SEC): saga log event new_state = N015 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42062023-07-19T18:40:34.467ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 15 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42072023-07-19T18:40:34.469ZDEBGnexus (SEC): saga log event new_state = N015 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42082023-07-19T18:40:34.469ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 15 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42092023-07-19T18:40:34.470ZDEBGnexus (SEC): saga log event new_state = N016 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42102023-07-19T18:40:34.470ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 16 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42112023-07-19T18:40:34.471ZDEBGnexus (SEC): saga log event new_state = N016 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42122023-07-19T18:40:34.471ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 16 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42132023-07-19T18:40:34.473ZDEBGnexus (SEC): saga log event new_state = N017 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42142023-07-19T18:40:34.473ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 17 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42152023-07-19T18:40:34.475ZDEBGnexus (SEC): saga log event new_state = N017 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42162023-07-19T18:40:34.475ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 17 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42172023-07-19T18:40:34.477ZDEBGnexus (SEC): saga log event new_state = N018 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42182023-07-19T18:40:34.477ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 18 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42192023-07-19T18:40:34.479ZDEBGnexus (SEC): saga log event new_state = N018 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42202023-07-19T18:40:34.479ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Object {"instance_id": String("00b86fa3-181b-471c-a419-cf4e38f6a65d"), "new_id": String("8caf2dd5-17b6-4a05-b566-ce01fa0e2760"), "saga_params": Object {"boundary_switches": Array [String("switch0")], "create_params": Object {"description": String(""), "disks": Array [Object {"name": String("disk-7ad56822402"), "type": String("attach")}], "external_ips": Array [Object {"pool_name": Null, "type": String("ephemeral")}], "hostname": String("localshark"), "memory": Number(1073741824), "name": String("instance-9678b451d15"), "ncpus": Number(2), "network_interfaces": Object {"type": String("default")}, "start": Bool(true), "user_data": String("")}, "project_id": String("eb77a1af-7025-4b36-a03c-a7cc34ac9226"), "serialized_authn": Object {"kind": Object {"Authenticated": Array [Object {"actor": Object {"SiloUser": Object {"silo_id": String("ba553946-31a7-4fb2-829b-ed054d1ac8cc"), "silo_user_id": String("f806cac7-9616-47a3-8ae4-909bb59d0951")}}}, Object {"mapped_fleet_roles": Object {"admin": Array [String("admin")]}}]}}}, "which": Number(3)}) node_id = 18 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42212023-07-19T18:40:34.480ZDEBGnexus (SEC): saga log event new_state = N019 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42222023-07-19T18:40:34.480ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 19 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42232023-07-19T18:40:34.482ZDEBGnexus (SEC): saga log event new_state = N019 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42242023-07-19T18:40:34.482ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 19 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42252023-07-19T18:40:34.484ZDEBGnexus (SEC): saga log event new_state = N020 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42262023-07-19T18:40:34.484ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 20 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42272023-07-19T18:40:34.485ZDEBGnexus (SEC): saga log event new_state = N020 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42282023-07-19T18:40:34.485ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 20 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42292023-07-19T18:40:34.487ZDEBGnexus (SEC): saga log event new_state = N021 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42302023-07-19T18:40:34.487ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 21 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42312023-07-19T18:40:34.488ZDEBGnexus (SEC): saga log event new_state = N021 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42322023-07-19T18:40:34.488ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 21 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42332023-07-19T18:40:34.491ZDEBGnexus (SEC): saga log event new_state = N022 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42342023-07-19T18:40:34.491ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 22 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42352023-07-19T18:40:34.493ZDEBGnexus (SEC): saga log event new_state = N022 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42362023-07-19T18:40:34.493ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Object {"instance_id": String("00b86fa3-181b-471c-a419-cf4e38f6a65d"), "new_id": String("d7700d58-6747-4872-9654-d28af3b29b0e"), "saga_params": Object {"boundary_switches": Array [String("switch0")], "create_params": Object {"description": String(""), "disks": Array [Object {"name": String("disk-7ad56822402"), "type": String("attach")}], "external_ips": Array [Object {"pool_name": Null, "type": String("ephemeral")}], "hostname": String("localshark"), "memory": Number(1073741824), "name": String("instance-9678b451d15"), "ncpus": Number(2), "network_interfaces": Object {"type": String("default")}, "start": Bool(true), "user_data": String("")}, "project_id": String("eb77a1af-7025-4b36-a03c-a7cc34ac9226"), "serialized_authn": Object {"kind": Object {"Authenticated": Array [Object {"actor": Object {"SiloUser": Object {"silo_id": String("ba553946-31a7-4fb2-829b-ed054d1ac8cc"), "silo_user_id": String("f806cac7-9616-47a3-8ae4-909bb59d0951")}}}, Object {"mapped_fleet_roles": Object {"admin": Array [String("admin")]}}]}}}, "which": Number(4)}) node_id = 22 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42372023-07-19T18:40:34.494ZDEBGnexus (SEC): saga log event new_state = N023 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42382023-07-19T18:40:34.494ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 23 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42392023-07-19T18:40:34.496ZDEBGnexus (SEC): saga log event new_state = N023 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42402023-07-19T18:40:34.496ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 23 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42412023-07-19T18:40:34.497ZDEBGnexus (SEC): saga log event new_state = N024 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42422023-07-19T18:40:34.497ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 24 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42432023-07-19T18:40:34.499ZDEBGnexus (SEC): saga log event new_state = N024 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42442023-07-19T18:40:34.499ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 24 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42452023-07-19T18:40:34.500ZDEBGnexus (SEC): saga log event new_state = N025 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42462023-07-19T18:40:34.500ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 25 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42472023-07-19T18:40:34.502ZDEBGnexus (SEC): saga log event new_state = N025 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42482023-07-19T18:40:34.502ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 25 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42492023-07-19T18:40:34.503ZDEBGnexus (SEC): saga log event new_state = N026 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42502023-07-19T18:40:34.503ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 26 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42512023-07-19T18:40:34.505ZDEBGnexus (SEC): saga log event new_state = N026 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42522023-07-19T18:40:34.505ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Object {"instance_id": String("00b86fa3-181b-471c-a419-cf4e38f6a65d"), "new_id": String("3df76554-5259-4745-acba-dafff23627b2"), "saga_params": Object {"boundary_switches": Array [String("switch0")], "create_params": Object {"description": String(""), "disks": Array [Object {"name": String("disk-7ad56822402"), "type": String("attach")}], "external_ips": Array [Object {"pool_name": Null, "type": String("ephemeral")}], "hostname": String("localshark"), "memory": Number(1073741824), "name": String("instance-9678b451d15"), "ncpus": Number(2), "network_interfaces": Object {"type": String("default")}, "start": Bool(true), "user_data": String("")}, "project_id": String("eb77a1af-7025-4b36-a03c-a7cc34ac9226"), "serialized_authn": Object {"kind": Object {"Authenticated": Array [Object {"actor": Object {"SiloUser": Object {"silo_id": String("ba553946-31a7-4fb2-829b-ed054d1ac8cc"), "silo_user_id": String("f806cac7-9616-47a3-8ae4-909bb59d0951")}}}, Object {"mapped_fleet_roles": Object {"admin": Array [String("admin")]}}]}}}, "which": Number(5)}) node_id = 26 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42532023-07-19T18:40:34.506ZDEBGnexus (SEC): saga log event new_state = N027 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42542023-07-19T18:40:34.506ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 27 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42552023-07-19T18:40:34.508ZDEBGnexus (SEC): saga log event new_state = N027 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42562023-07-19T18:40:34.508ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 27 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42572023-07-19T18:40:34.509ZDEBGnexus (SEC): saga log event new_state = N028 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42582023-07-19T18:40:34.509ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 28 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42592023-07-19T18:40:34.511ZDEBGnexus (SEC): saga log event new_state = N028 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42602023-07-19T18:40:34.511ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 28 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42612023-07-19T18:40:34.512ZDEBGnexus (SEC): saga log event new_state = N029 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42622023-07-19T18:40:34.512ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 29 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42632023-07-19T18:40:34.514ZDEBGnexus (SEC): saga log event new_state = N029 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42642023-07-19T18:40:34.514ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 29 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42652023-07-19T18:40:34.515ZDEBGnexus (SEC): saga log event new_state = N030 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42662023-07-19T18:40:34.515ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 30 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42672023-07-19T18:40:34.517ZDEBGnexus (SEC): saga log event new_state = N030 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42682023-07-19T18:40:34.517ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Object {"instance_id": String("00b86fa3-181b-471c-a419-cf4e38f6a65d"), "new_id": String("eec68e1a-3ff8-4f93-a52b-0ae5dce7c203"), "saga_params": Object {"boundary_switches": Array [String("switch0")], "create_params": Object {"description": String(""), "disks": Array [Object {"name": String("disk-7ad56822402"), "type": String("attach")}], "external_ips": Array [Object {"pool_name": Null, "type": String("ephemeral")}], "hostname": String("localshark"), "memory": Number(1073741824), "name": String("instance-9678b451d15"), "ncpus": Number(2), "network_interfaces": Object {"type": String("default")}, "start": Bool(true), "user_data": String("")}, "project_id": String("eb77a1af-7025-4b36-a03c-a7cc34ac9226"), "serialized_authn": Object {"kind": Object {"Authenticated": Array [Object {"actor": Object {"SiloUser": Object {"silo_id": String("ba553946-31a7-4fb2-829b-ed054d1ac8cc"), "silo_user_id": String("f806cac7-9616-47a3-8ae4-909bb59d0951")}}}, Object {"mapped_fleet_roles": Object {"admin": Array [String("admin")]}}]}}}, "which": Number(6)}) node_id = 30 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42692023-07-19T18:40:34.519ZDEBGnexus (SEC): saga log event new_state = N031 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42702023-07-19T18:40:34.519ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 31 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42712023-07-19T18:40:34.520ZDEBGnexus (SEC): saga log event new_state = N031 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42722023-07-19T18:40:34.520ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 31 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42732023-07-19T18:40:34.522ZDEBGnexus (SEC): saga log event new_state = N032 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42742023-07-19T18:40:34.522ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 32 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42752023-07-19T18:40:34.523ZDEBGnexus (SEC): saga log event new_state = N032 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42762023-07-19T18:40:34.523ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 32 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42772023-07-19T18:40:34.525ZDEBGnexus (SEC): saga log event new_state = N033 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42782023-07-19T18:40:34.525ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 33 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42792023-07-19T18:40:34.526ZDEBGnexus (SEC): saga log event new_state = N033 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42802023-07-19T18:40:34.526ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 33 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42812023-07-19T18:40:34.528ZDEBGnexus (SEC): saga log event new_state = N034 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42822023-07-19T18:40:34.528ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 34 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42832023-07-19T18:40:34.529ZDEBGnexus (SEC): saga log event new_state = N034 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42842023-07-19T18:40:34.529ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Object {"instance_id": String("00b86fa3-181b-471c-a419-cf4e38f6a65d"), "new_id": String("0e49cd0e-a412-461b-a8c7-b065ce5c33be"), "saga_params": Object {"boundary_switches": Array [String("switch0")], "create_params": Object {"description": String(""), "disks": Array [Object {"name": String("disk-7ad56822402"), "type": String("attach")}], "external_ips": Array [Object {"pool_name": Null, "type": String("ephemeral")}], "hostname": String("localshark"), "memory": Number(1073741824), "name": String("instance-9678b451d15"), "ncpus": Number(2), "network_interfaces": Object {"type": String("default")}, "start": Bool(true), "user_data": String("")}, "project_id": String("eb77a1af-7025-4b36-a03c-a7cc34ac9226"), "serialized_authn": Object {"kind": Object {"Authenticated": Array [Object {"actor": Object {"SiloUser": Object {"silo_id": String("ba553946-31a7-4fb2-829b-ed054d1ac8cc"), "silo_user_id": String("f806cac7-9616-47a3-8ae4-909bb59d0951")}}}, Object {"mapped_fleet_roles": Object {"admin": Array [String("admin")]}}]}}}, "which": Number(7)}) node_id = 34 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42852023-07-19T18:40:34.531ZDEBGnexus (SEC): saga log event new_state = N035 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42862023-07-19T18:40:34.531ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 35 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42872023-07-19T18:40:34.532ZDEBGnexus (SEC): saga log event new_state = N035 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42882023-07-19T18:40:34.532ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 35 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42892023-07-19T18:40:34.534ZDEBGnexus (SEC): saga log event new_state = N036 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42902023-07-19T18:40:34.534ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 36 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42912023-07-19T18:40:34.535ZDEBGnexus (SEC): saga log event new_state = N036 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42922023-07-19T18:40:34.535ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 36 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42932023-07-19T18:40:34.537ZDEBGnexus (SEC): saga log event new_state = N037 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42942023-07-19T18:40:34.537ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 37 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42952023-07-19T18:40:34.538ZDEBGnexus (SEC): saga log event new_state = N037 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42962023-07-19T18:40:34.538ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 37 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42972023-07-19T18:40:34.540ZDEBGnexus (SEC): saga log event new_state = N038 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
42982023-07-19T18:40:34.540ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 38 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
42992023-07-19T18:40:34.541ZDEBGnexus (SEC): saga log event new_state = N038 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
43002023-07-19T18:40:34.541ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(String("834fe007-ffb9-4baf-9fa3-2a6ef56307aa")) node_id = 38 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
43012023-07-19T18:40:34.543ZDEBGnexus (SEC): saga log event new_state = N039 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
43022023-07-19T18:40:34.543ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 39 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
43032023-07-19T18:40:34.544ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateSnatIp
43042023-07-19T18:40:34.544ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateSnatIp
43052023-07-19T18:40:34.545ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateSnatIp
43062023-07-19T18:40:34.546ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateSnatIp
43072023-07-19T18:40:34.547ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateSnatIp
43082023-07-19T18:40:34.547ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateSnatIp
43092023-07-19T18:40:34.549ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateSnatIp
43102023-07-19T18:40:34.550ZDEBGnexus: authorize result action = CreateChild actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = IpPool { parent: Fleet, key: a7ba2ad8-ec4f-4b13-a358-2c14831d71d0, lookup_type: ByName("default") } result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateSnatIp
43112023-07-19T18:40:34.550ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateSnatIp
43122023-07-19T18:40:34.550ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateSnatIp
43132023-07-19T18:40:34.589ZDEBGnexus (SEC): saga log event new_state = N039 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
43142023-07-19T18:40:34.589ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 39 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
43152023-07-19T18:40:34.591ZDEBGnexus (SEC): saga log event new_state = N040 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
43162023-07-19T18:40:34.591ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 40 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
43172023-07-19T18:40:34.593ZDEBGnexus (SEC): saga log event new_state = N040 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
43182023-07-19T18:40:34.593ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Object {"instance_id": String("00b86fa3-181b-471c-a419-cf4e38f6a65d"), "new_id": String("d942e282-419c-4f4e-a061-9eb110f9b5d5"), "saga_params": Object {"boundary_switches": Array [String("switch0")], "create_params": Object {"description": String(""), "disks": Array [Object {"name": String("disk-7ad56822402"), "type": String("attach")}], "external_ips": Array [Object {"pool_name": Null, "type": String("ephemeral")}], "hostname": String("localshark"), "memory": Number(1073741824), "name": String("instance-9678b451d15"), "ncpus": Number(2), "network_interfaces": Object {"type": String("default")}, "start": Bool(true), "user_data": String("")}, "project_id": String("eb77a1af-7025-4b36-a03c-a7cc34ac9226"), "serialized_authn": Object {"kind": Object {"Authenticated": Array [Object {"actor": Object {"SiloUser": Object {"silo_id": String("ba553946-31a7-4fb2-829b-ed054d1ac8cc"), "silo_user_id": String("f806cac7-9616-47a3-8ae4-909bb59d0951")}}}, Object {"mapped_fleet_roles": Object {"admin": Array [String("admin")]}}]}}}, "which": Number(0)}) node_id = 40 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
43192023-07-19T18:40:34.595ZDEBGnexus (SEC): saga log event new_state = N041 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
43202023-07-19T18:40:34.595ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 41 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
43212023-07-19T18:40:34.596ZDEBGnexus (SEC): saga log event new_state = N041 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
43222023-07-19T18:40:34.596ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 41 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
43232023-07-19T18:40:34.598ZDEBGnexus (SEC): saga log event new_state = N042 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
43242023-07-19T18:40:34.598ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 42 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
43252023-07-19T18:40:34.600ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateExternalIp0
43262023-07-19T18:40:34.600ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateExternalIp0
43272023-07-19T18:40:34.601ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateExternalIp0
43282023-07-19T18:40:34.601ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateExternalIp0
43292023-07-19T18:40:34.603ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateExternalIp0
43302023-07-19T18:40:34.603ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateExternalIp0
43312023-07-19T18:40:34.605ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateExternalIp0
43322023-07-19T18:40:34.606ZDEBGnexus: authorize result action = CreateChild actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = IpPool { parent: Fleet, key: a7ba2ad8-ec4f-4b13-a358-2c14831d71d0, lookup_type: ByName("default") } result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateExternalIp0
43332023-07-19T18:40:34.606ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateExternalIp0
43342023-07-19T18:40:34.606ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = CreateExternalIp0
43352023-07-19T18:40:34.646ZDEBGnexus (SEC): saga log event new_state = N042 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
43362023-07-19T18:40:34.646ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 42 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
43372023-07-19T18:40:34.648ZDEBGnexus (SEC): saga log event new_state = N043 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
43382023-07-19T18:40:34.648ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 43 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
43392023-07-19T18:40:34.650ZDEBGnexus (SEC): saga log event new_state = N043 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
43402023-07-19T18:40:34.650ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 43 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
43412023-07-19T18:40:34.652ZDEBGnexus (SEC): saga log event new_state = N044 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
43422023-07-19T18:40:34.652ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 44 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
43432023-07-19T18:40:34.654ZDEBGnexus (SEC): saga log event new_state = N044 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
43442023-07-19T18:40:34.654ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Object {"attach_params": Object {"name": String("disk-7ad56822402"), "type": String("attach")}, "instance_id": String("00b86fa3-181b-471c-a419-cf4e38f6a65d"), "project_id": String("eb77a1af-7025-4b36-a03c-a7cc34ac9226"), "serialized_authn": Object {"kind": Object {"Authenticated": Array [Object {"actor": Object {"SiloUser": Object {"silo_id": String("ba553946-31a7-4fb2-829b-ed054d1ac8cc"), "silo_user_id": String("f806cac7-9616-47a3-8ae4-909bb59d0951")}}}, Object {"mapped_fleet_roles": Object {"admin": Array [String("admin")]}}]}}}) node_id = 44 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
43452023-07-19T18:40:34.656ZDEBGnexus (SEC): saga log event new_state = N045 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
43462023-07-19T18:40:34.656ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 45 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
43472023-07-19T18:40:34.658ZDEBGnexus (SEC): saga log event new_state = N045 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
43482023-07-19T18:40:34.658ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 45 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
43492023-07-19T18:40:34.660ZDEBGnexus (SEC): saga log event new_state = N046 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
43502023-07-19T18:40:34.660ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 46 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
43512023-07-19T18:40:34.662ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43522023-07-19T18:40:34.662ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43532023-07-19T18:40:34.663ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43542023-07-19T18:40:34.664ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43552023-07-19T18:40:34.664ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43562023-07-19T18:40:34.664ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43572023-07-19T18:40:34.665ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43582023-07-19T18:40:34.665ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43592023-07-19T18:40:34.667ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43602023-07-19T18:40:34.667ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43612023-07-19T18:40:34.669ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43622023-07-19T18:40:34.669ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43632023-07-19T18:40:34.670ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43642023-07-19T18:40:34.671ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43652023-07-19T18:40:34.672ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43662023-07-19T18:40:34.675ZDEBGnexus: authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ById(eb77a1af-7025-4b36-a03c-a7cc34ac9226) }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ById(00b86fa3-181b-471c-a419-cf4e38f6a65d) } result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43672023-07-19T18:40:34.675ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43682023-07-19T18:40:34.675ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43692023-07-19T18:40:34.676ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43702023-07-19T18:40:34.676ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43712023-07-19T18:40:34.677ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43722023-07-19T18:40:34.677ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43732023-07-19T18:40:34.678ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43742023-07-19T18:40:34.678ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43752023-07-19T18:40:34.680ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43762023-07-19T18:40:34.680ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43772023-07-19T18:40:34.682ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43782023-07-19T18:40:34.682ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43792023-07-19T18:40:34.684ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43802023-07-19T18:40:34.684ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43812023-07-19T18:40:34.685ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43822023-07-19T18:40:34.688ZDEBGnexus: authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Disk { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ById(eb77a1af-7025-4b36-a03c-a7cc34ac9226) }, key: 70c2513d-f105-4412-be09-7d10cf8b6bc9, lookup_type: ByName("disk-7ad56822402") } result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43832023-07-19T18:40:34.688ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43842023-07-19T18:40:34.688ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43852023-07-19T18:40:34.690ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43862023-07-19T18:40:34.690ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43872023-07-19T18:40:34.692ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43882023-07-19T18:40:34.692ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43892023-07-19T18:40:34.694ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43902023-07-19T18:40:34.694ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43912023-07-19T18:40:34.696ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43922023-07-19T18:40:34.698ZDEBGnexus: authorize result action = Modify actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ById(eb77a1af-7025-4b36-a03c-a7cc34ac9226) }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ById(00b86fa3-181b-471c-a419-cf4e38f6a65d) } result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43932023-07-19T18:40:34.698ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43942023-07-19T18:40:34.698ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43952023-07-19T18:40:34.700ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43962023-07-19T18:40:34.700ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43972023-07-19T18:40:34.701ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43982023-07-19T18:40:34.702ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
43992023-07-19T18:40:34.703ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
44002023-07-19T18:40:34.703ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
44012023-07-19T18:40:34.705ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
44022023-07-19T18:40:34.708ZDEBGnexus: authorize result action = Modify actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Disk { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ById(eb77a1af-7025-4b36-a03c-a7cc34ac9226) }, key: 70c2513d-f105-4412-be09-7d10cf8b6bc9, lookup_type: ByName("disk-7ad56822402") } result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
44032023-07-19T18:40:34.708ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
44042023-07-19T18:40:34.708ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = AttachDisksToInstance-0
44052023-07-19T18:40:34.752ZDEBGnexus (SEC): saga log event new_state = N046 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
44062023-07-19T18:40:34.752ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 46 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
44072023-07-19T18:40:34.753ZDEBGnexus (SEC): saga log event new_state = N047 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
44082023-07-19T18:40:34.753ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 47 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
44092023-07-19T18:40:34.755ZDEBGnexus (SEC): saga log event new_state = N047 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
44102023-07-19T18:40:34.755ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 47 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
44112023-07-19T18:40:34.757ZDEBGnexus (SEC): saga log event new_state = N048 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
44122023-07-19T18:40:34.757ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 48 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
44132023-07-19T18:40:34.759ZDEBGnexus (SEC): saga log event new_state = N048 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
44142023-07-19T18:40:34.759ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Object {"instance_id": String("00b86fa3-181b-471c-a419-cf4e38f6a65d"), "saga_params": Object {"boundary_switches": Array [String("switch0")], "create_params": Object {"description": String(""), "disks": Array [Object {"name": String("disk-7ad56822402"), "type": String("attach")}], "external_ips": Array [Object {"pool_name": Null, "type": String("ephemeral")}], "hostname": String("localshark"), "memory": Number(1073741824), "name": String("instance-9678b451d15"), "ncpus": Number(2), "network_interfaces": Object {"type": String("default")}, "start": Bool(true), "user_data": String("")}, "project_id": String("eb77a1af-7025-4b36-a03c-a7cc34ac9226"), "serialized_authn": Object {"kind": Object {"Authenticated": Array [Object {"actor": Object {"SiloUser": Object {"silo_id": String("ba553946-31a7-4fb2-829b-ed054d1ac8cc"), "silo_user_id": String("f806cac7-9616-47a3-8ae4-909bb59d0951")}}}, Object {"mapped_fleet_roles": Object {"admin": Array [String("admin")]}}]}}}, "switch_location": String("switch0"), "which": Number(0)}) node_id = 48 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
44152023-07-19T18:40:34.761ZDEBGnexus (SEC): saga log event new_state = N049 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
44162023-07-19T18:40:34.761ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 49 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
44172023-07-19T18:40:34.763ZDEBGnexus (SEC): saga log event new_state = N049 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
44182023-07-19T18:40:34.763ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 49 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
44192023-07-19T18:40:34.764ZDEBGnexus (SEC): saga log event new_state = N050 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
44202023-07-19T18:40:34.764ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 50 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
44212023-07-19T18:40:34.766ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44222023-07-19T18:40:34.766ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44232023-07-19T18:40:34.767ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44242023-07-19T18:40:34.767ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44252023-07-19T18:40:34.768ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44262023-07-19T18:40:34.768ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44272023-07-19T18:40:34.769ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44282023-07-19T18:40:34.769ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44292023-07-19T18:40:34.770ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44302023-07-19T18:40:34.771ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44312023-07-19T18:40:34.772ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44322023-07-19T18:40:34.772ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44332023-07-19T18:40:34.774ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44342023-07-19T18:40:34.774ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44352023-07-19T18:40:34.776ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44362023-07-19T18:40:34.779ZDEBGnexus: authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ById(eb77a1af-7025-4b36-a03c-a7cc34ac9226) }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ById(00b86fa3-181b-471c-a419-cf4e38f6a65d) } result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44372023-07-19T18:40:34.779ZDEBGnexus (InstanceAllocator): roles roles = RoleSet { roles: {} }
44382023-07-19T18:40:34.779ZDEBGnexus (InstanceAllocator): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000004ead, .. }) resource = Database result = Ok(())
44392023-07-19T18:40:34.780ZDEBGnexus (InstanceAllocator): roles roles = RoleSet { roles: {} }
44402023-07-19T18:40:34.780ZDEBGnexus (InstanceAllocator): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000004ead, .. }) resource = Database result = Ok(())
44412023-07-19T18:40:34.781ZDEBGnexus (InstanceAllocator): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "viewer")} }
44422023-07-19T18:40:34.783ZDEBGnexus (InstanceAllocator): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000004ead, .. }) resource = Sled { parent: Fleet, key: 7150410d-305b-4dec-b4b1-e5eeda1649db, lookup_type: ById(7150410d-305b-4dec-b4b1-e5eeda1649db) } result = Ok(())
44432023-07-19T18:40:34.783ZINFOnexus: looking up instance's primary network interface instance_id = 00b86fa3-181b-471c-a419-cf4e38f6a65d
44442023-07-19T18:40:34.783ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44452023-07-19T18:40:34.783ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44462023-07-19T18:40:34.783ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44472023-07-19T18:40:34.784ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44482023-07-19T18:40:34.784ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44492023-07-19T18:40:34.784ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44502023-07-19T18:40:34.785ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44512023-07-19T18:40:34.785ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44522023-07-19T18:40:34.787ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44532023-07-19T18:40:34.787ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44542023-07-19T18:40:34.789ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44552023-07-19T18:40:34.789ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44562023-07-19T18:40:34.790ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44572023-07-19T18:40:34.790ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44582023-07-19T18:40:34.792ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44592023-07-19T18:40:34.795ZDEBGnexus: authorize result action = ListChildren actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ById(eb77a1af-7025-4b36-a03c-a7cc34ac9226) }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ById(00b86fa3-181b-471c-a419-cf4e38f6a65d) } result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44602023-07-19T18:40:34.795ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44612023-07-19T18:40:34.795ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44622023-07-19T18:40:34.796ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44632023-07-19T18:40:34.797ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44642023-07-19T18:40:34.798ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44652023-07-19T18:40:34.798ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44662023-07-19T18:40:34.800ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44672023-07-19T18:40:34.800ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44682023-07-19T18:40:34.801ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44692023-07-19T18:40:34.804ZDEBGnexus: authorize result action = ListChildren actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ById(eb77a1af-7025-4b36-a03c-a7cc34ac9226) }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ById(00b86fa3-181b-471c-a419-cf4e38f6a65d) } result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44702023-07-19T18:40:34.804ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44712023-07-19T18:40:34.804ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44722023-07-19T18:40:34.807ZINFOnexus: looking up instance's external IPs instance_id = 00b86fa3-181b-471c-a419-cf4e38f6a65d
44732023-07-19T18:40:34.807ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44742023-07-19T18:40:34.808ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-0-switch0
44752023-07-19T18:40:34.809ZDEBGnexus (DpdClient): client request body = None method = GET uri = http://[fd00:1122:3344:101::2]:12224/nat/ipv4/192.168.1.50/0
44762023-07-19T18:40:34.810ZDEBGnexus (DpdClient): client response result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:101::2)), port: Some(12224), path: "/nat/ipv4/192.168.1.50/0", query: None, fragment: None }, status: 404, headers: {"content-type": "application/json", "x-request-id": "066394d5-fe4b-49ac-be2d-0e359e8809d0", "content-length": "114", "date": "Wed, 19 Jul 2023 18:40:34 GMT"} })
44772023-07-19T18:40:34.810ZINFOnexus: no nat entry found for: V4( Ipv4Network { addr: 192.168.1.50, prefix: 32, }, )
44782023-07-19T18:40:34.810ZINFOnexus: creating nat entry for: V4( Ipv4Network { addr: 192.168.1.50, prefix: 32, }, )
44792023-07-19T18:40:34.810ZDEBGnexus (DpdClient): client request body = Some(Body) method = PUT uri = http://[fd00:1122:3344:101::2]:12224/nat/ipv4/192.168.1.50/0/16383
44802023-07-19T18:40:34.810ZDEBGnexus (DpdClient): client response result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:101::2)), port: Some(12224), path: "/nat/ipv4/192.168.1.50/0/16383", query: None, fragment: None }, status: 204, headers: {"x-request-id": "b478cee9-5ceb-4a74-a750-210a74eec0c6", "date": "Wed, 19 Jul 2023 18:40:34 GMT"} })
44812023-07-19T18:40:34.810ZINFOnexus: creation of nat entry successful for: V4( Ipv4Network { addr: 192.168.1.50, prefix: 32, }, )
44822023-07-19T18:40:34.810ZDEBGnexus (SEC): saga log event new_state = N050 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
44832023-07-19T18:40:34.810ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 50 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
44842023-07-19T18:40:34.812ZDEBGnexus (SEC): saga log event new_state = N051 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
44852023-07-19T18:40:34.812ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 51 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
44862023-07-19T18:40:34.813ZDEBGnexus (SEC): saga log event new_state = N051 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
44872023-07-19T18:40:34.813ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 51 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
44882023-07-19T18:40:34.815ZDEBGnexus (SEC): saga log event new_state = N052 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
44892023-07-19T18:40:34.815ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 52 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
44902023-07-19T18:40:34.816ZDEBGnexus (SEC): saga log event new_state = N052 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
44912023-07-19T18:40:34.816ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Object {"instance_id": String("00b86fa3-181b-471c-a419-cf4e38f6a65d"), "saga_params": Object {"boundary_switches": Array [String("switch0")], "create_params": Object {"description": String(""), "disks": Array [Object {"name": String("disk-7ad56822402"), "type": String("attach")}], "external_ips": Array [Object {"pool_name": Null, "type": String("ephemeral")}], "hostname": String("localshark"), "memory": Number(1073741824), "name": String("instance-9678b451d15"), "ncpus": Number(2), "network_interfaces": Object {"type": String("default")}, "start": Bool(true), "user_data": String("")}, "project_id": String("eb77a1af-7025-4b36-a03c-a7cc34ac9226"), "serialized_authn": Object {"kind": Object {"Authenticated": Array [Object {"actor": Object {"SiloUser": Object {"silo_id": String("ba553946-31a7-4fb2-829b-ed054d1ac8cc"), "silo_user_id": String("f806cac7-9616-47a3-8ae4-909bb59d0951")}}}, Object {"mapped_fleet_roles": Object {"admin": Array [String("admin")]}}]}}}, "switch_location": String("switch0"), "which": Number(1)}) node_id = 52 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
44922023-07-19T18:40:34.818ZDEBGnexus (SEC): saga log event new_state = N053 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
44932023-07-19T18:40:34.818ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 53 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
44942023-07-19T18:40:34.820ZDEBGnexus (SEC): saga log event new_state = N053 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
44952023-07-19T18:40:34.820ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 53 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
44962023-07-19T18:40:34.821ZDEBGnexus (SEC): saga log event new_state = N054 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
44972023-07-19T18:40:34.821ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 54 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
44982023-07-19T18:40:34.823ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
44992023-07-19T18:40:34.823ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45002023-07-19T18:40:34.824ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45012023-07-19T18:40:34.824ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45022023-07-19T18:40:34.825ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45032023-07-19T18:40:34.825ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45042023-07-19T18:40:34.826ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45052023-07-19T18:40:34.826ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45062023-07-19T18:40:34.827ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45072023-07-19T18:40:34.828ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45082023-07-19T18:40:34.829ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45092023-07-19T18:40:34.829ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45102023-07-19T18:40:34.831ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45112023-07-19T18:40:34.831ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45122023-07-19T18:40:34.833ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45132023-07-19T18:40:34.836ZDEBGnexus: authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ById(eb77a1af-7025-4b36-a03c-a7cc34ac9226) }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ById(00b86fa3-181b-471c-a419-cf4e38f6a65d) } result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45142023-07-19T18:40:34.836ZDEBGnexus (InstanceAllocator): roles roles = RoleSet { roles: {} }
45152023-07-19T18:40:34.836ZDEBGnexus (InstanceAllocator): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000004ead, .. }) resource = Database result = Ok(())
45162023-07-19T18:40:34.837ZDEBGnexus (InstanceAllocator): roles roles = RoleSet { roles: {} }
45172023-07-19T18:40:34.837ZDEBGnexus (InstanceAllocator): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000004ead, .. }) resource = Database result = Ok(())
45182023-07-19T18:40:34.838ZDEBGnexus (InstanceAllocator): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "viewer")} }
45192023-07-19T18:40:34.839ZDEBGnexus (InstanceAllocator): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000004ead, .. }) resource = Sled { parent: Fleet, key: 7150410d-305b-4dec-b4b1-e5eeda1649db, lookup_type: ById(7150410d-305b-4dec-b4b1-e5eeda1649db) } result = Ok(())
45202023-07-19T18:40:34.839ZINFOnexus: looking up instance's primary network interface instance_id = 00b86fa3-181b-471c-a419-cf4e38f6a65d
45212023-07-19T18:40:34.839ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45222023-07-19T18:40:34.840ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45232023-07-19T18:40:34.841ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45242023-07-19T18:40:34.841ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45252023-07-19T18:40:34.841ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45262023-07-19T18:40:34.842ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45272023-07-19T18:40:34.842ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45282023-07-19T18:40:34.842ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45292023-07-19T18:40:34.844ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45302023-07-19T18:40:34.844ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45312023-07-19T18:40:34.845ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45322023-07-19T18:40:34.846ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45332023-07-19T18:40:34.847ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45342023-07-19T18:40:34.847ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45352023-07-19T18:40:34.849ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45362023-07-19T18:40:34.852ZDEBGnexus: authorize result action = ListChildren actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ById(eb77a1af-7025-4b36-a03c-a7cc34ac9226) }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ById(00b86fa3-181b-471c-a419-cf4e38f6a65d) } result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45372023-07-19T18:40:34.852ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45382023-07-19T18:40:34.852ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45392023-07-19T18:40:34.853ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45402023-07-19T18:40:34.853ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45412023-07-19T18:40:34.855ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45422023-07-19T18:40:34.855ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45432023-07-19T18:40:34.857ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45442023-07-19T18:40:34.857ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45452023-07-19T18:40:34.858ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45462023-07-19T18:40:34.861ZDEBGnexus: authorize result action = ListChildren actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ById(eb77a1af-7025-4b36-a03c-a7cc34ac9226) }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ById(00b86fa3-181b-471c-a419-cf4e38f6a65d) } result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45472023-07-19T18:40:34.861ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45482023-07-19T18:40:34.861ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45492023-07-19T18:40:34.864ZINFOnexus: looking up instance's external IPs instance_id = 00b86fa3-181b-471c-a419-cf4e38f6a65d
45502023-07-19T18:40:34.864ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45512023-07-19T18:40:34.864ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = ConfigureAsic-1-switch0
45522023-07-19T18:40:34.865ZDEBGnexus (DpdClient): client request body = None method = GET uri = http://[fd00:1122:3344:101::2]:12224/nat/ipv4/192.168.1.51/0
45532023-07-19T18:40:34.865ZDEBGnexus (DpdClient): client response result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:101::2)), port: Some(12224), path: "/nat/ipv4/192.168.1.51/0", query: None, fragment: None }, status: 404, headers: {"content-type": "application/json", "x-request-id": "ae2ce67f-2181-4622-b5a6-6d68e014f4b0", "content-length": "114", "date": "Wed, 19 Jul 2023 18:40:34 GMT"} })
45542023-07-19T18:40:34.865ZINFOnexus: no nat entry found for: V4( Ipv4Network { addr: 192.168.1.51, prefix: 32, }, )
45552023-07-19T18:40:34.865ZINFOnexus: creating nat entry for: V4( Ipv4Network { addr: 192.168.1.51, prefix: 32, }, )
45562023-07-19T18:40:34.865ZDEBGnexus (DpdClient): client request body = Some(Body) method = PUT uri = http://[fd00:1122:3344:101::2]:12224/nat/ipv4/192.168.1.51/0/65535
45572023-07-19T18:40:34.865ZDEBGnexus (DpdClient): client response result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:101::2)), port: Some(12224), path: "/nat/ipv4/192.168.1.51/0/65535", query: None, fragment: None }, status: 204, headers: {"x-request-id": "be656150-5113-493d-9705-37f092969484", "date": "Wed, 19 Jul 2023 18:40:34 GMT"} })
45582023-07-19T18:40:34.865ZINFOnexus: creation of nat entry successful for: V4( Ipv4Network { addr: 192.168.1.51, prefix: 32, }, )
45592023-07-19T18:40:34.865ZDEBGnexus (SEC): saga log event new_state = N054 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
45602023-07-19T18:40:34.865ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 54 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
45612023-07-19T18:40:34.867ZDEBGnexus (SEC): saga log event new_state = N055 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
45622023-07-19T18:40:34.867ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 55 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
45632023-07-19T18:40:34.869ZDEBGnexus (SEC): saga log event new_state = N055 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
45642023-07-19T18:40:34.869ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 55 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
45652023-07-19T18:40:34.870ZDEBGnexus (SEC): saga log event new_state = N056 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
45662023-07-19T18:40:34.870ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 56 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
45672023-07-19T18:40:34.872ZDEBGnexus (SEC): saga log event new_state = N056 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
45682023-07-19T18:40:34.872ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 56 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
45692023-07-19T18:40:34.873ZDEBGnexus (SEC): saga log event new_state = N057 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
45702023-07-19T18:40:34.873ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 57 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
45712023-07-19T18:40:34.875ZINFOnexus: creating V2P mappings for instance instance_id = 00b86fa3-181b-471c-a419-cf4e38f6a65d sled_id = 7150410d-305b-4dec-b4b1-e5eeda1649db
45722023-07-19T18:40:34.875ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = V2PEnsure
45732023-07-19T18:40:34.875ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = V2PEnsure
45742023-07-19T18:40:34.876ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = V2PEnsure
45752023-07-19T18:40:34.876ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = V2PEnsure
45762023-07-19T18:40:34.877ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = V2PEnsure
45772023-07-19T18:40:34.877ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = V2PEnsure
45782023-07-19T18:40:34.877ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = V2PEnsure
45792023-07-19T18:40:34.878ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = V2PEnsure
45802023-07-19T18:40:34.879ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = V2PEnsure
45812023-07-19T18:40:34.879ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = V2PEnsure
45822023-07-19T18:40:34.881ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = V2PEnsure
45832023-07-19T18:40:34.881ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = V2PEnsure
45842023-07-19T18:40:34.882ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = V2PEnsure
45852023-07-19T18:40:34.883ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = V2PEnsure
45862023-07-19T18:40:34.884ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = V2PEnsure
45872023-07-19T18:40:34.887ZDEBGnexus: authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ById(eb77a1af-7025-4b36-a03c-a7cc34ac9226) }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ById(00b86fa3-181b-471c-a419-cf4e38f6a65d) } result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = V2PEnsure
45882023-07-19T18:40:34.887ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = V2PEnsure
45892023-07-19T18:40:34.887ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = V2PEnsure
45902023-07-19T18:40:34.889ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = V2PEnsure
45912023-07-19T18:40:34.889ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = V2PEnsure
45922023-07-19T18:40:34.891ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = V2PEnsure
45932023-07-19T18:40:34.891ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = V2PEnsure
45942023-07-19T18:40:34.892ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = V2PEnsure
45952023-07-19T18:40:34.892ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = V2PEnsure
45962023-07-19T18:40:34.894ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = V2PEnsure
45972023-07-19T18:40:34.897ZDEBGnexus: authorize result action = ListChildren actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ById(eb77a1af-7025-4b36-a03c-a7cc34ac9226) }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ById(00b86fa3-181b-471c-a419-cf4e38f6a65d) } result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = V2PEnsure
45982023-07-19T18:40:34.897ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = V2PEnsure
45992023-07-19T18:40:34.897ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = V2PEnsure
46002023-07-19T18:40:34.925ZDEBGnexus (InstanceAllocator): roles roles = RoleSet { roles: {} }
46012023-07-19T18:40:34.925ZDEBGnexus (InstanceAllocator): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000004ead, .. }) resource = Database result = Ok(())
46022023-07-19T18:40:34.927ZDEBGnexus (InstanceAllocator): roles roles = RoleSet { roles: {} }
46032023-07-19T18:40:34.927ZDEBGnexus (InstanceAllocator): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000004ead, .. }) resource = Database result = Ok(())
46042023-07-19T18:40:34.928ZDEBGnexus (InstanceAllocator): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "viewer")} }
46052023-07-19T18:40:34.929ZDEBGnexus (InstanceAllocator): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000004ead, .. }) resource = Sled { parent: Fleet, key: 7150410d-305b-4dec-b4b1-e5eeda1649db, lookup_type: ById(7150410d-305b-4dec-b4b1-e5eeda1649db) } result = Ok(())
46062023-07-19T18:40:34.929ZDEBGnexus (InstanceAllocator): roles roles = RoleSet { roles: {} }
46072023-07-19T18:40:34.930ZDEBGnexus (InstanceAllocator): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000004ead, .. }) resource = Database result = Ok(())
46082023-07-19T18:40:34.930ZDEBGnexus (InstanceAllocator): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "viewer")} }
46092023-07-19T18:40:34.932ZDEBGnexus (InstanceAllocator): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000004ead, .. }) resource = Fleet result = Ok(())
46102023-07-19T18:40:34.932ZDEBGnexus (InstanceAllocator): roles roles = RoleSet { roles: {} }
46112023-07-19T18:40:34.932ZDEBGnexus (InstanceAllocator): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000004ead, .. }) resource = Database result = Ok(())
46122023-07-19T18:40:34.933ZDEBGnexus (SEC): saga log event new_state = N057 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
46132023-07-19T18:40:34.933ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 57 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
46142023-07-19T18:40:34.935ZDEBGnexus (SEC): saga log event new_state = N058 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
46152023-07-19T18:40:34.935ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 58 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
46162023-07-19T18:40:34.936ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46172023-07-19T18:40:34.937ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46182023-07-19T18:40:34.937ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46192023-07-19T18:40:34.937ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46202023-07-19T18:40:34.938ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46212023-07-19T18:40:34.938ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46222023-07-19T18:40:34.940ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46232023-07-19T18:40:34.940ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46242023-07-19T18:40:34.941ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46252023-07-19T18:40:34.942ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46262023-07-19T18:40:34.943ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46272023-07-19T18:40:34.943ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46282023-07-19T18:40:34.945ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46292023-07-19T18:40:34.945ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46302023-07-19T18:40:34.947ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46312023-07-19T18:40:34.950ZDEBGnexus: authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ById(eb77a1af-7025-4b36-a03c-a7cc34ac9226) }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46322023-07-19T18:40:34.950ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46332023-07-19T18:40:34.950ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46342023-07-19T18:40:34.951ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46352023-07-19T18:40:34.952ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46362023-07-19T18:40:34.953ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46372023-07-19T18:40:34.953ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46382023-07-19T18:40:34.955ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46392023-07-19T18:40:34.955ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46402023-07-19T18:40:34.956ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46412023-07-19T18:40:34.959ZDEBGnexus: authorize result action = Modify actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ById(eb77a1af-7025-4b36-a03c-a7cc34ac9226) }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46422023-07-19T18:40:34.959ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46432023-07-19T18:40:34.959ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46442023-07-19T18:40:34.961ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46452023-07-19T18:40:34.961ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46462023-07-19T18:40:34.963ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46472023-07-19T18:40:34.963ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46482023-07-19T18:40:34.965ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46492023-07-19T18:40:34.965ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46502023-07-19T18:40:34.966ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46512023-07-19T18:40:34.969ZDEBGnexus: authorize result action = ListChildren actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ById(eb77a1af-7025-4b36-a03c-a7cc34ac9226) }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46522023-07-19T18:40:34.969ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46532023-07-19T18:40:34.969ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46542023-07-19T18:40:34.974ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46552023-07-19T18:40:34.974ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46562023-07-19T18:40:34.976ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46572023-07-19T18:40:34.976ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46582023-07-19T18:40:34.978ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46592023-07-19T18:40:34.978ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46602023-07-19T18:40:34.980ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46612023-07-19T18:40:34.980ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46622023-07-19T18:40:34.981ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46632023-07-19T18:40:34.984ZDEBGnexus: authorize result action = ListChildren actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ById(eb77a1af-7025-4b36-a03c-a7cc34ac9226) }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46642023-07-19T18:40:34.984ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46652023-07-19T18:40:34.984ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46662023-07-19T18:40:34.987ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46672023-07-19T18:40:34.987ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46682023-07-19T18:40:34.988ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46692023-07-19T18:40:34.988ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46702023-07-19T18:40:34.989ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46712023-07-19T18:40:34.990ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46722023-07-19T18:40:34.990ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46732023-07-19T18:40:34.990ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46742023-07-19T18:40:34.991ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46752023-07-19T18:40:34.991ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46762023-07-19T18:40:34.992ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46772023-07-19T18:40:34.992ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46782023-07-19T18:40:34.997ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46792023-07-19T18:40:34.998ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46802023-07-19T18:40:35.000ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46812023-07-19T18:40:35.000ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46822023-07-19T18:40:35.002ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46832023-07-19T18:40:35.002ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46842023-07-19T18:40:35.003ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46852023-07-19T18:40:35.006ZDEBGnexus: authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Vpc { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ById(eb77a1af-7025-4b36-a03c-a7cc34ac9226) }, key: afb28681-f5b4-4be5-bd26-adcac50b5905, lookup_type: ById(afb28681-f5b4-4be5-bd26-adcac50b5905) } result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46862023-07-19T18:40:35.006ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46872023-07-19T18:40:35.007ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46882023-07-19T18:40:35.008ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46892023-07-19T18:40:35.008ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46902023-07-19T18:40:35.010ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46912023-07-19T18:40:35.010ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46922023-07-19T18:40:35.012ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46932023-07-19T18:40:35.012ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46942023-07-19T18:40:35.014ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46952023-07-19T18:40:35.017ZDEBGnexus: authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Vpc { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ById(eb77a1af-7025-4b36-a03c-a7cc34ac9226) }, key: afb28681-f5b4-4be5-bd26-adcac50b5905, lookup_type: ById(afb28681-f5b4-4be5-bd26-adcac50b5905) } result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46962023-07-19T18:40:35.017ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46972023-07-19T18:40:35.017ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46982023-07-19T18:40:35.018ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
46992023-07-19T18:40:35.018ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47002023-07-19T18:40:35.019ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47012023-07-19T18:40:35.019ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47022023-07-19T18:40:35.020ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47032023-07-19T18:40:35.020ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47042023-07-19T18:40:35.021ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47052023-07-19T18:40:35.021ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47062023-07-19T18:40:35.022ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47072023-07-19T18:40:35.022ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47082023-07-19T18:40:35.024ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47092023-07-19T18:40:35.024ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47102023-07-19T18:40:35.026ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47112023-07-19T18:40:35.026ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47122023-07-19T18:40:35.027ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47132023-07-19T18:40:35.030ZDEBGnexus: authorize result action = ListChildren actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Vpc { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ById(eb77a1af-7025-4b36-a03c-a7cc34ac9226) }, key: afb28681-f5b4-4be5-bd26-adcac50b5905, lookup_type: ByName("default") } result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47142023-07-19T18:40:35.030ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47152023-07-19T18:40:35.030ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47162023-07-19T18:40:35.032ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47172023-07-19T18:40:35.032ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47182023-07-19T18:40:35.034ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47192023-07-19T18:40:35.034ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47202023-07-19T18:40:35.035ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47212023-07-19T18:40:35.036ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47222023-07-19T18:40:35.037ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47232023-07-19T18:40:35.040ZDEBGnexus: authorize result action = ListChildren actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Vpc { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ById(eb77a1af-7025-4b36-a03c-a7cc34ac9226) }, key: afb28681-f5b4-4be5-bd26-adcac50b5905, lookup_type: ByName("default") } result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47242023-07-19T18:40:35.040ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47252023-07-19T18:40:35.040ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47262023-07-19T18:40:35.043ZDEBGnexus: resolved names for firewall rules instance_interfaces = {} subnet_interfaces = {} subnet_networks = {} vpc_interfaces = {Name("default"): [NetworkInterface { id: 6d093b29-a0f3-4611-8f2b-9e71c6407e7a, ip: 172.30.0.5, kind: Instance(00b86fa3-181b-471c-a419-cf4e38f6a65d), mac: MacAddr("A8:40:25:F1:54:16"), name: Name("net0"), primary: true, slot: 0, subnet: V4(Ipv4Net("172.30.0.0/22")), vni: Vni(13305071) }]}
47272023-07-19T18:40:35.043ZDEBGnexus: resolved firewall rules for sled agents sled_agent_rules = [VpcFirewallRule { action: Allow, direction: Inbound, filter_hosts: None, filter_ports: None, filter_protocols: Some([Icmp]), priority: 65534, status: Enabled, targets: [NetworkInterface { id: 6d093b29-a0f3-4611-8f2b-9e71c6407e7a, ip: 172.30.0.5, kind: Instance(00b86fa3-181b-471c-a419-cf4e38f6a65d), mac: MacAddr("A8:40:25:F1:54:16"), name: Name("net0"), primary: true, slot: 0, subnet: V4(Ipv4Net("172.30.0.0/22")), vni: Vni(13305071) }] }, VpcFirewallRule { action: Allow, direction: Inbound, filter_hosts: Some([Vpc(Vni(13305071))]), filter_ports: None, filter_protocols: None, priority: 65534, status: Enabled, targets: [NetworkInterface { id: 6d093b29-a0f3-4611-8f2b-9e71c6407e7a, ip: 172.30.0.5, kind: Instance(00b86fa3-181b-471c-a419-cf4e38f6a65d), mac: MacAddr("A8:40:25:F1:54:16"), name: Name("net0"), primary: true, slot: 0, subnet: V4(Ipv4Net("172.30.0.0/22")), vni: Vni(13305071) }] }, VpcFirewallRule { action: Allow, direction: Inbound, filter_hosts: None, filter_ports: Some([L4PortRange("22")]), filter_protocols: Some([Tcp]), priority: 65534, status: Enabled, targets: [NetworkInterface { id: 6d093b29-a0f3-4611-8f2b-9e71c6407e7a, ip: 172.30.0.5, kind: Instance(00b86fa3-181b-471c-a419-cf4e38f6a65d), mac: MacAddr("A8:40:25:F1:54:16"), name: Name("net0"), primary: true, slot: 0, subnet: V4(Ipv4Net("172.30.0.0/22")), vni: Vni(13305071) }] }]
47282023-07-19T18:40:35.043ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47292023-07-19T18:40:35.043ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47302023-07-19T18:40:35.044ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47312023-07-19T18:40:35.044ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47322023-07-19T18:40:35.045ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47332023-07-19T18:40:35.045ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47342023-07-19T18:40:35.046ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47352023-07-19T18:40:35.047ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47362023-07-19T18:40:35.048ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47372023-07-19T18:40:35.048ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47382023-07-19T18:40:35.050ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47392023-07-19T18:40:35.051ZDEBGnexus: authorize result action = ListChildren actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47402023-07-19T18:40:35.051ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47412023-07-19T18:40:35.051ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47422023-07-19T18:40:35.052ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47432023-07-19T18:40:35.052ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47442023-07-19T18:40:35.054ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47452023-07-19T18:40:35.054ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47462023-07-19T18:40:35.056ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47472023-07-19T18:40:35.056ZDEBGnexus: authorize result action = ListChildren actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47482023-07-19T18:40:35.056ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47492023-07-19T18:40:35.057ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRegistered
47502023-07-19T18:40:35.058ZDEBGnexus (InstanceAllocator): roles roles = RoleSet { roles: {} }
47512023-07-19T18:40:35.058ZDEBGnexus (InstanceAllocator): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000004ead, .. }) resource = Database result = Ok(())
47522023-07-19T18:40:35.059ZDEBGnexus (InstanceAllocator): roles roles = RoleSet { roles: {} }
47532023-07-19T18:40:35.059ZDEBGnexus (InstanceAllocator): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000004ead, .. }) resource = Database result = Ok(())
47542023-07-19T18:40:35.060ZDEBGnexus (InstanceAllocator): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "viewer")} }
47552023-07-19T18:40:35.062ZDEBGnexus (InstanceAllocator): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000004ead, .. }) resource = Sled { parent: Fleet, key: 7150410d-305b-4dec-b4b1-e5eeda1649db, lookup_type: ById(7150410d-305b-4dec-b4b1-e5eeda1649db) } result = Ok(())
47562023-07-19T18:40:35.093ZDEBGnexus: client request SledAgent = 7150410d-305b-4dec-b4b1-e5eeda1649db body = Some(Body) method = PUT uri = http://[fd00:1122:3344:101::1]:12345/instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
47572023-07-19T18:40:35.094ZDEBGnexus: client response SledAgent = 7150410d-305b-4dec-b4b1-e5eeda1649db result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:101::1)), port: Some(12345), path: "/instances/00b86fa3-181b-471c-a419-cf4e38f6a65d", query: None, fragment: None }, status: 200, headers: {"content-type": "application/json", "x-request-id": "89a772da-68b5-41ff-8b68-889f4500f66a", "content-length": "342", "date": "Wed, 19 Jul 2023 18:40:35 GMT"} })
47582023-07-19T18:40:35.094ZDEBGnexus: Handling sled agent instance PUT result result = Ok(Some(InstanceRuntimeState { dst_propolis_id: None, gen: Generation(1), hostname: "localshark", memory: ByteCount(1073741824), migration_id: None, ncpus: InstanceCpuCount(2), propolis_addr: Some("[fd00:1122:3344:101::22]:12400"), propolis_gen: Generation(1), propolis_id: 5ab6bb00-9f58-4c23-b595-7e358b789f51, run_state: Creating, sled_id: 7150410d-305b-4dec-b4b1-e5eeda1649db, time_updated: 2023-07-19T18:40:34.282323Z }))
47592023-07-19T18:40:35.124ZDEBGnexus: Attempted DB update after instance PUT result = Ok(false)
47602023-07-19T18:40:35.125ZDEBGnexus (SEC): saga log event new_state = N058 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
47612023-07-19T18:40:35.125ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 58 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
47622023-07-19T18:40:35.127ZDEBGnexus (SEC): saga log event new_state = N059 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
47632023-07-19T18:40:35.127ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 59 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
47642023-07-19T18:40:35.129ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRunning
47652023-07-19T18:40:35.129ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRunning
47662023-07-19T18:40:35.130ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRunning
47672023-07-19T18:40:35.130ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRunning
47682023-07-19T18:40:35.131ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRunning
47692023-07-19T18:40:35.131ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRunning
47702023-07-19T18:40:35.132ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRunning
47712023-07-19T18:40:35.132ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRunning
47722023-07-19T18:40:35.134ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRunning
47732023-07-19T18:40:35.134ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRunning
47742023-07-19T18:40:35.135ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRunning
47752023-07-19T18:40:35.135ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRunning
47762023-07-19T18:40:35.137ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRunning
47772023-07-19T18:40:35.137ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRunning
47782023-07-19T18:40:35.139ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRunning
47792023-07-19T18:40:35.142ZDEBGnexus: authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ById(eb77a1af-7025-4b36-a03c-a7cc34ac9226) }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ById(00b86fa3-181b-471c-a419-cf4e38f6a65d) } result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRunning
47802023-07-19T18:40:35.142ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRunning
47812023-07-19T18:40:35.142ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRunning
47822023-07-19T18:40:35.144ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRunning
47832023-07-19T18:40:35.144ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRunning
47842023-07-19T18:40:35.146ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRunning
47852023-07-19T18:40:35.146ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRunning
47862023-07-19T18:40:35.147ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRunning
47872023-07-19T18:40:35.147ZDEBGnexus: authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Database result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRunning
47882023-07-19T18:40:35.149ZDEBGnexus: roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRunning
47892023-07-19T18:40:35.152ZDEBGnexus: authorize result action = Modify actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ById(eb77a1af-7025-4b36-a03c-a7cc34ac9226) }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ById(00b86fa3-181b-471c-a419-cf4e38f6a65d) } result = Ok(()) saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create saga_node = InstanceEnsureRunning
47902023-07-19T18:40:35.152ZDEBGnexus (InstanceAllocator): roles roles = RoleSet { roles: {} }
47912023-07-19T18:40:35.152ZDEBGnexus (InstanceAllocator): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000004ead, .. }) resource = Database result = Ok(())
47922023-07-19T18:40:35.153ZDEBGnexus (InstanceAllocator): roles roles = RoleSet { roles: {} }
47932023-07-19T18:40:35.153ZDEBGnexus (InstanceAllocator): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000004ead, .. }) resource = Database result = Ok(())
47942023-07-19T18:40:35.154ZDEBGnexus (InstanceAllocator): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "viewer")} }
47952023-07-19T18:40:35.156ZDEBGnexus (InstanceAllocator): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000004ead, .. }) resource = Sled { parent: Fleet, key: 7150410d-305b-4dec-b4b1-e5eeda1649db, lookup_type: ById(7150410d-305b-4dec-b4b1-e5eeda1649db) } result = Ok(())
47962023-07-19T18:40:35.186ZDEBGnexus: client request SledAgent = 7150410d-305b-4dec-b4b1-e5eeda1649db body = Some(Body) method = PUT uri = http://[fd00:1122:3344:101::1]:12345/instances/00b86fa3-181b-471c-a419-cf4e38f6a65d/state
47972023-07-19T18:40:35.187ZDEBGnexus: received new runtime state from sled agent instance_id = 00b86fa3-181b-471c-a419-cf4e38f6a65d runtime_state = InstanceRuntimeState { run_state: Starting, sled_id: 7150410d-305b-4dec-b4b1-e5eeda1649db, propolis_id: 5ab6bb00-9f58-4c23-b595-7e358b789f51, dst_propolis_id: None, propolis_addr: Some([fd00:1122:3344:101::22]:12400), migration_id: None, propolis_gen: Generation(1), ncpus: InstanceCpuCount(2), memory: ByteCount(1073741824), hostname: "localshark", gen: Generation(2), time_updated: 2023-07-19T18:40:35.187273529Z }
47982023-07-19T18:40:35.187ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = a4e5312f-2e51-46db-8e18-8977a0972ea6 roles = RoleSet { roles: {} } uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
47992023-07-19T18:40:35.187ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = a4e5312f-2e51-46db-8e18-8977a0972ea6 resource = Database result = Ok(()) uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48002023-07-19T18:40:35.188ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = a4e5312f-2e51-46db-8e18-8977a0972ea6 roles = RoleSet { roles: {} } uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48012023-07-19T18:40:35.188ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = a4e5312f-2e51-46db-8e18-8977a0972ea6 resource = Database result = Ok(()) uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48022023-07-19T18:40:35.189ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = a4e5312f-2e51-46db-8e18-8977a0972ea6 roles = RoleSet { roles: {} } uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48032023-07-19T18:40:35.189ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = a4e5312f-2e51-46db-8e18-8977a0972ea6 resource = Database result = Ok(()) uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48042023-07-19T18:40:35.190ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = a4e5312f-2e51-46db-8e18-8977a0972ea6 roles = RoleSet { roles: {} } uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48052023-07-19T18:40:35.190ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = a4e5312f-2e51-46db-8e18-8977a0972ea6 resource = Database result = Ok(()) uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48062023-07-19T18:40:35.191ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = a4e5312f-2e51-46db-8e18-8977a0972ea6 roles = RoleSet { roles: {} } uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48072023-07-19T18:40:35.191ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = a4e5312f-2e51-46db-8e18-8977a0972ea6 resource = Database result = Ok(()) uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48082023-07-19T18:40:35.192ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = a4e5312f-2e51-46db-8e18-8977a0972ea6 roles = RoleSet { roles: {} } uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48092023-07-19T18:40:35.192ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = a4e5312f-2e51-46db-8e18-8977a0972ea6 resource = Database result = Ok(()) uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48102023-07-19T18:40:35.193ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = a4e5312f-2e51-46db-8e18-8977a0972ea6 roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48112023-07-19T18:40:35.196ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = a4e5312f-2e51-46db-8e18-8977a0972ea6 resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ById(eb77a1af-7025-4b36-a03c-a7cc34ac9226) }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ById(00b86fa3-181b-471c-a419-cf4e38f6a65d) } result = Ok(()) uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48122023-07-19T18:40:35.202ZINFOnexus: instance updated by sled agent instance_id = 00b86fa3-181b-471c-a419-cf4e38f6a65d new_state = starting propolis_id = 5ab6bb00-9f58-4c23-b595-7e358b789f51
48132023-07-19T18:40:35.202ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = a4e5312f-2e51-46db-8e18-8977a0972ea6 response_code = 204 uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48142023-07-19T18:40:37.239ZINFOnexus (dropshot_internal): accepted connection local_addr = [fd00:1122:3344:101::c]:12221 remote_addr = [fd00:1122:3344:101::d]:33165
48152023-07-19T18:40:37.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 3aecffb3-06dc-4ca8-a1fa-efe7121ac313 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
48162023-07-19T18:40:43.107ZDEBGnexus: client response SledAgent = 7150410d-305b-4dec-b4b1-e5eeda1649db result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:101::1)), port: Some(12345), path: "/instances/00b86fa3-181b-471c-a419-cf4e38f6a65d/state", query: None, fragment: None }, status: 200, headers: {"content-type": "application/json", "x-request-id": "a6717d1f-8f70-4b69-a906-05baa9efedac", "content-length": "365", "date": "Wed, 19 Jul 2023 18:40:43 GMT"} })
48172023-07-19T18:40:43.107ZDEBGnexus: Handling sled agent instance PUT result result = Ok(Some(InstanceRuntimeState { dst_propolis_id: None, gen: Generation(2), hostname: "localshark", memory: ByteCount(1073741824), migration_id: None, ncpus: InstanceCpuCount(2), propolis_addr: Some("[fd00:1122:3344:101::22]:12400"), propolis_gen: Generation(1), propolis_id: 5ab6bb00-9f58-4c23-b595-7e358b789f51, run_state: Starting, sled_id: 7150410d-305b-4dec-b4b1-e5eeda1649db, time_updated: 2023-07-19T18:40:35.187273529Z }))
48182023-07-19T18:40:43.107ZDEBGnexus: received new runtime state from sled agent instance_id = 00b86fa3-181b-471c-a419-cf4e38f6a65d runtime_state = InstanceRuntimeState { run_state: Starting, sled_id: 7150410d-305b-4dec-b4b1-e5eeda1649db, propolis_id: 5ab6bb00-9f58-4c23-b595-7e358b789f51, dst_propolis_id: None, propolis_addr: Some([fd00:1122:3344:101::22]:12400), migration_id: None, propolis_gen: Generation(1), ncpus: InstanceCpuCount(2), memory: ByteCount(1073741824), hostname: "localshark", gen: Generation(3), time_updated: 2023-07-19T18:40:43.107375726Z }
48192023-07-19T18:40:43.107ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = 7d9e4a83-4d71-4db4-afce-e841c9fe093c roles = RoleSet { roles: {} } uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48202023-07-19T18:40:43.107ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = 7d9e4a83-4d71-4db4-afce-e841c9fe093c resource = Database result = Ok(()) uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48212023-07-19T18:40:43.109ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = 7d9e4a83-4d71-4db4-afce-e841c9fe093c roles = RoleSet { roles: {} } uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48222023-07-19T18:40:43.109ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = 7d9e4a83-4d71-4db4-afce-e841c9fe093c resource = Database result = Ok(()) uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48232023-07-19T18:40:43.110ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = 7d9e4a83-4d71-4db4-afce-e841c9fe093c roles = RoleSet { roles: {} } uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48242023-07-19T18:40:43.110ZDEBGnexus: Attempted DB update after instance PUT result = Ok(false)
48252023-07-19T18:40:43.110ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = 7d9e4a83-4d71-4db4-afce-e841c9fe093c resource = Database result = Ok(()) uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48262023-07-19T18:40:43.111ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = 7d9e4a83-4d71-4db4-afce-e841c9fe093c roles = RoleSet { roles: {} } uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48272023-07-19T18:40:43.111ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = 7d9e4a83-4d71-4db4-afce-e841c9fe093c resource = Database result = Ok(()) uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48282023-07-19T18:40:43.112ZDEBGnexus (SEC): saga log event new_state = N059 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
48292023-07-19T18:40:43.112ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 59 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
48302023-07-19T18:40:43.112ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = 7d9e4a83-4d71-4db4-afce-e841c9fe093c roles = RoleSet { roles: {} } uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48312023-07-19T18:40:43.113ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = 7d9e4a83-4d71-4db4-afce-e841c9fe093c resource = Database result = Ok(()) uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48322023-07-19T18:40:43.114ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = 7d9e4a83-4d71-4db4-afce-e841c9fe093c roles = RoleSet { roles: {} } uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48332023-07-19T18:40:43.114ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = 7d9e4a83-4d71-4db4-afce-e841c9fe093c resource = Database result = Ok(()) uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48342023-07-19T18:40:43.114ZDEBGnexus (SEC): saga log event new_state = N061 started sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
48352023-07-19T18:40:43.114ZDEBGnexus (SecStore): recording saga event event_type = Started node_id = 61 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
48362023-07-19T18:40:43.115ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = 7d9e4a83-4d71-4db4-afce-e841c9fe093c roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48372023-07-19T18:40:43.116ZDEBGnexus (SEC): saga log event new_state = N061 succeeded sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
48382023-07-19T18:40:43.116ZDEBGnexus (SecStore): recording saga event event_type = Succeeded(Null) node_id = 61 saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
48392023-07-19T18:40:43.118ZINFOnexus (SEC): update for saga cached state new_state = Done saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
48402023-07-19T18:40:43.118ZINFOnexus (SecStore): updating state new_state = done saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9
48412023-07-19T18:40:43.118ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = 7d9e4a83-4d71-4db4-afce-e841c9fe093c resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ById(eb77a1af-7025-4b36-a03c-a7cc34ac9226) }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ById(00b86fa3-181b-471c-a419-cf4e38f6a65d) } result = Ok(()) uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48422023-07-19T18:40:43.156ZINFOnexus (SEC): saga finished saga_id = 5baf3076-73c0-4a6d-a758-742d638e0fb9 saga_name = instance-create sec_id = 4a7ff3a3-9085-43a5-a58b-0ff524515285
48432023-07-19T18:40:43.156ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 35d49795-5b30-4c29-a5e4-c754d49a61f0 roles = RoleSet { roles: {} } uri = /v1/instances?project=proj-5ab3f830217
48442023-07-19T18:40:43.156ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 35d49795-5b30-4c29-a5e4-c754d49a61f0 resource = Database result = Ok(()) uri = /v1/instances?project=proj-5ab3f830217
48452023-07-19T18:40:43.156ZINFOnexus: instance updated by sled agent instance_id = 00b86fa3-181b-471c-a419-cf4e38f6a65d new_state = starting propolis_id = 5ab6bb00-9f58-4c23-b595-7e358b789f51
48462023-07-19T18:40:43.156ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = 7d9e4a83-4d71-4db4-afce-e841c9fe093c response_code = 204 uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48472023-07-19T18:40:43.156ZDEBGnexus: received new runtime state from sled agent instance_id = 00b86fa3-181b-471c-a419-cf4e38f6a65d runtime_state = InstanceRuntimeState { run_state: Running, sled_id: 7150410d-305b-4dec-b4b1-e5eeda1649db, propolis_id: 5ab6bb00-9f58-4c23-b595-7e358b789f51, dst_propolis_id: None, propolis_addr: Some([fd00:1122:3344:101::22]:12400), migration_id: None, propolis_gen: Generation(1), ncpus: InstanceCpuCount(2), memory: ByteCount(1073741824), hostname: "localshark", gen: Generation(4), time_updated: 2023-07-19T18:40:43.156618603Z }
48482023-07-19T18:40:43.156ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = 07985d61-6dec-479c-a4fb-9705a088c21f roles = RoleSet { roles: {} } uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48492023-07-19T18:40:43.157ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = 07985d61-6dec-479c-a4fb-9705a088c21f resource = Database result = Ok(()) uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48502023-07-19T18:40:43.157ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 35d49795-5b30-4c29-a5e4-c754d49a61f0 roles = RoleSet { roles: {} } uri = /v1/instances?project=proj-5ab3f830217
48512023-07-19T18:40:43.157ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 35d49795-5b30-4c29-a5e4-c754d49a61f0 resource = Database result = Ok(()) uri = /v1/instances?project=proj-5ab3f830217
48522023-07-19T18:40:43.157ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = 07985d61-6dec-479c-a4fb-9705a088c21f roles = RoleSet { roles: {} } uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48532023-07-19T18:40:43.158ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = 07985d61-6dec-479c-a4fb-9705a088c21f resource = Database result = Ok(()) uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48542023-07-19T18:40:43.158ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 35d49795-5b30-4c29-a5e4-c754d49a61f0 roles = RoleSet { roles: {} } uri = /v1/instances?project=proj-5ab3f830217
48552023-07-19T18:40:43.158ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 35d49795-5b30-4c29-a5e4-c754d49a61f0 resource = Database result = Ok(()) uri = /v1/instances?project=proj-5ab3f830217
48562023-07-19T18:40:43.158ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = 07985d61-6dec-479c-a4fb-9705a088c21f roles = RoleSet { roles: {} } uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48572023-07-19T18:40:43.158ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = 07985d61-6dec-479c-a4fb-9705a088c21f resource = Database result = Ok(()) uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48582023-07-19T18:40:43.159ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 35d49795-5b30-4c29-a5e4-c754d49a61f0 roles = RoleSet { roles: {} } uri = /v1/instances?project=proj-5ab3f830217
48592023-07-19T18:40:43.159ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 35d49795-5b30-4c29-a5e4-c754d49a61f0 resource = Database result = Ok(()) uri = /v1/instances?project=proj-5ab3f830217
48602023-07-19T18:40:43.159ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = 07985d61-6dec-479c-a4fb-9705a088c21f roles = RoleSet { roles: {} } uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48612023-07-19T18:40:43.159ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = 07985d61-6dec-479c-a4fb-9705a088c21f resource = Database result = Ok(()) uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48622023-07-19T18:40:43.160ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = 07985d61-6dec-479c-a4fb-9705a088c21f roles = RoleSet { roles: {} } uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48632023-07-19T18:40:43.160ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = 07985d61-6dec-479c-a4fb-9705a088c21f resource = Database result = Ok(()) uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48642023-07-19T18:40:43.161ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 35d49795-5b30-4c29-a5e4-c754d49a61f0 roles = RoleSet { roles: {} } uri = /v1/instances?project=proj-5ab3f830217
48652023-07-19T18:40:43.161ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 35d49795-5b30-4c29-a5e4-c754d49a61f0 resource = Database result = Ok(()) uri = /v1/instances?project=proj-5ab3f830217
48662023-07-19T18:40:43.161ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = 07985d61-6dec-479c-a4fb-9705a088c21f roles = RoleSet { roles: {} } uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48672023-07-19T18:40:43.161ZDEBGnexus (dropshot_internal): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = 07985d61-6dec-479c-a4fb-9705a088c21f resource = Database result = Ok(()) uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48682023-07-19T18:40:43.162ZDEBGnexus (dropshot_internal): roles actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = 07985d61-6dec-479c-a4fb-9705a088c21f roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} } uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48692023-07-19T18:40:43.162ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 35d49795-5b30-4c29-a5e4-c754d49a61f0 roles = RoleSet { roles: {} } uri = /v1/instances?project=proj-5ab3f830217
48702023-07-19T18:40:43.163ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 35d49795-5b30-4c29-a5e4-c754d49a61f0 resource = Database result = Ok(()) uri = /v1/instances?project=proj-5ab3f830217
48712023-07-19T18:40:43.164ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 35d49795-5b30-4c29-a5e4-c754d49a61f0 roles = RoleSet { roles: {} } uri = /v1/instances?project=proj-5ab3f830217
48722023-07-19T18:40:43.164ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 35d49795-5b30-4c29-a5e4-c754d49a61f0 resource = Database result = Ok(()) uri = /v1/instances?project=proj-5ab3f830217
48732023-07-19T18:40:43.165ZDEBGnexus (dropshot_internal): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) actor_id = 001de000-05e4-4000-8000-000000000002 authenticated = true local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = 07985d61-6dec-479c-a4fb-9705a088c21f resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ById(eb77a1af-7025-4b36-a03c-a7cc34ac9226) }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ById(00b86fa3-181b-471c-a419-cf4e38f6a65d) } result = Ok(()) uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
48742023-07-19T18:40:43.166ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 35d49795-5b30-4c29-a5e4-c754d49a61f0 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances?project=proj-5ab3f830217
48752023-07-19T18:40:43.169ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 35d49795-5b30-4c29-a5e4-c754d49a61f0 resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ById(eb77a1af-7025-4b36-a03c-a7cc34ac9226) }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ById(00b86fa3-181b-471c-a419-cf4e38f6a65d) } result = Ok(()) uri = /v1/instances?project=proj-5ab3f830217
48762023-07-19T18:40:43.169ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = POST remote_addr = 192.168.1.199:62086 req_id = 35d49795-5b30-4c29-a5e4-c754d49a61f0 response_code = 201 uri = /v1/instances?project=proj-5ab3f830217
48772023-07-19T18:40:43.171ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
48782023-07-19T18:40:43.171ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
48792023-07-19T18:40:43.172ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
48802023-07-19T18:40:43.173ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
48812023-07-19T18:40:43.174ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
48822023-07-19T18:40:43.175ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
48832023-07-19T18:40:43.175ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
48842023-07-19T18:40:43.175ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
48852023-07-19T18:40:43.176ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
48862023-07-19T18:40:43.176ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
48872023-07-19T18:40:43.176ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
48882023-07-19T18:40:43.177ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
48892023-07-19T18:40:43.177ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
48902023-07-19T18:40:43.178ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
48912023-07-19T18:40:43.178ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
48922023-07-19T18:40:43.179ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
48932023-07-19T18:40:43.179ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
48942023-07-19T18:40:43.180ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
48952023-07-19T18:40:43.180ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
48962023-07-19T18:40:43.182ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
48972023-07-19T18:40:43.182ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
48982023-07-19T18:40:43.182ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
48992023-07-19T18:40:43.186ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
49002023-07-19T18:40:43.186ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
49012023-07-19T18:40:43.186ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
49022023-07-19T18:40:43.187ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
49032023-07-19T18:40:43.187ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
49042023-07-19T18:40:43.187ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
49052023-07-19T18:40:43.188ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
49062023-07-19T18:40:43.188ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
49072023-07-19T18:40:43.189ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
49082023-07-19T18:40:43.190ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
49092023-07-19T18:40:43.190ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
49102023-07-19T18:40:43.191ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
49112023-07-19T18:40:43.191ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
49122023-07-19T18:40:43.191ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
49132023-07-19T18:40:43.192ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
49142023-07-19T18:40:43.193ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
49152023-07-19T18:40:43.194ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
49162023-07-19T18:40:43.195ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
49172023-07-19T18:40:43.195ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d8f28488-114f-4034-a36a-78aeb4552880 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/external-ips?project=proj-5ab3f830217
49182023-07-19T18:40:43.195ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d8f28488-114f-4034-a36a-78aeb4552880 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/external-ips?project=proj-5ab3f830217
49192023-07-19T18:40:43.195ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d8f28488-114f-4034-a36a-78aeb4552880 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/external-ips?project=proj-5ab3f830217
49202023-07-19T18:40:43.196ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d8f28488-114f-4034-a36a-78aeb4552880 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/external-ips?project=proj-5ab3f830217
49212023-07-19T18:40:43.196ZINFOnexus: instance updated by sled agent instance_id = 00b86fa3-181b-471c-a419-cf4e38f6a65d new_state = running propolis_id = 5ab6bb00-9f58-4c23-b595-7e358b789f51
49222023-07-19T18:40:43.196ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = PUT remote_addr = [fd00:1122:3344:101::1]:54025 req_id = 07985d61-6dec-479c-a4fb-9705a088c21f response_code = 204 uri = /instances/00b86fa3-181b-471c-a419-cf4e38f6a65d
49232023-07-19T18:40:43.197ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d8f28488-114f-4034-a36a-78aeb4552880 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/external-ips?project=proj-5ab3f830217
49242023-07-19T18:40:43.197ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d8f28488-114f-4034-a36a-78aeb4552880 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/external-ips?project=proj-5ab3f830217
49252023-07-19T18:40:43.198ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d8f28488-114f-4034-a36a-78aeb4552880 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/external-ips?project=proj-5ab3f830217
49262023-07-19T18:40:43.198ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d8f28488-114f-4034-a36a-78aeb4552880 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/external-ips?project=proj-5ab3f830217
49272023-07-19T18:40:43.200ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d8f28488-114f-4034-a36a-78aeb4552880 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/external-ips?project=proj-5ab3f830217
49282023-07-19T18:40:43.200ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d8f28488-114f-4034-a36a-78aeb4552880 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/external-ips?project=proj-5ab3f830217
49292023-07-19T18:40:43.201ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d8f28488-114f-4034-a36a-78aeb4552880 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/external-ips?project=proj-5ab3f830217
49302023-07-19T18:40:43.201ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d8f28488-114f-4034-a36a-78aeb4552880 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/external-ips?project=proj-5ab3f830217
49312023-07-19T18:40:43.203ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d8f28488-114f-4034-a36a-78aeb4552880 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/external-ips?project=proj-5ab3f830217
49322023-07-19T18:40:43.203ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d8f28488-114f-4034-a36a-78aeb4552880 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/external-ips?project=proj-5ab3f830217
49332023-07-19T18:40:43.205ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d8f28488-114f-4034-a36a-78aeb4552880 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/external-ips?project=proj-5ab3f830217
49342023-07-19T18:40:43.208ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d8f28488-114f-4034-a36a-78aeb4552880 resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/external-ips?project=proj-5ab3f830217
49352023-07-19T18:40:43.208ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d8f28488-114f-4034-a36a-78aeb4552880 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/external-ips?project=proj-5ab3f830217
49362023-07-19T18:40:43.208ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d8f28488-114f-4034-a36a-78aeb4552880 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/external-ips?project=proj-5ab3f830217
49372023-07-19T18:40:43.209ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d8f28488-114f-4034-a36a-78aeb4552880 response_code = 200 uri = /v1/instances/instance-9678b451d15/external-ips?project=proj-5ab3f830217
49382023-07-19T18:40:43.210ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
49392023-07-19T18:40:43.210ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
49402023-07-19T18:40:43.212ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
49412023-07-19T18:40:43.212ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
49422023-07-19T18:40:43.213ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
49432023-07-19T18:40:43.214ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
49442023-07-19T18:40:43.214ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
49452023-07-19T18:40:43.214ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
49462023-07-19T18:40:43.215ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
49472023-07-19T18:40:43.215ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
49482023-07-19T18:40:43.215ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
49492023-07-19T18:40:43.216ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
49502023-07-19T18:40:43.216ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
49512023-07-19T18:40:43.216ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
49522023-07-19T18:40:43.217ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
49532023-07-19T18:40:43.218ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
49542023-07-19T18:40:43.218ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
49552023-07-19T18:40:43.219ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
49562023-07-19T18:40:43.219ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
49572023-07-19T18:40:43.220ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
49582023-07-19T18:40:43.220ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
49592023-07-19T18:40:43.221ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
49602023-07-19T18:40:43.224ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
49612023-07-19T18:40:43.224ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
49622023-07-19T18:40:43.224ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
49632023-07-19T18:40:43.225ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
49642023-07-19T18:40:43.225ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
49652023-07-19T18:40:43.225ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
49662023-07-19T18:40:43.226ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
49672023-07-19T18:40:43.226ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
49682023-07-19T18:40:43.227ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
49692023-07-19T18:40:43.228ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
49702023-07-19T18:40:43.228ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
49712023-07-19T18:40:43.228ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
49722023-07-19T18:40:43.229ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
49732023-07-19T18:40:43.229ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
49742023-07-19T18:40:43.231ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
49752023-07-19T18:40:43.231ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
49762023-07-19T18:40:43.232ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
49772023-07-19T18:40:43.233ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
49782023-07-19T18:40:43.233ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 5b9de906-5df3-49cf-b1de-40644af13ff2 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
49792023-07-19T18:40:43.233ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 5b9de906-5df3-49cf-b1de-40644af13ff2 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
49802023-07-19T18:40:43.234ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 5b9de906-5df3-49cf-b1de-40644af13ff2 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
49812023-07-19T18:40:43.234ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 5b9de906-5df3-49cf-b1de-40644af13ff2 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
49822023-07-19T18:40:43.235ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 5b9de906-5df3-49cf-b1de-40644af13ff2 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
49832023-07-19T18:40:43.235ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 5b9de906-5df3-49cf-b1de-40644af13ff2 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
49842023-07-19T18:40:43.236ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 5b9de906-5df3-49cf-b1de-40644af13ff2 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
49852023-07-19T18:40:43.236ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 5b9de906-5df3-49cf-b1de-40644af13ff2 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
49862023-07-19T18:40:43.238ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 5b9de906-5df3-49cf-b1de-40644af13ff2 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
49872023-07-19T18:40:43.238ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 5b9de906-5df3-49cf-b1de-40644af13ff2 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
49882023-07-19T18:40:43.239ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 5b9de906-5df3-49cf-b1de-40644af13ff2 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
49892023-07-19T18:40:43.240ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 5b9de906-5df3-49cf-b1de-40644af13ff2 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
49902023-07-19T18:40:43.241ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 5b9de906-5df3-49cf-b1de-40644af13ff2 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
49912023-07-19T18:40:43.241ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 5b9de906-5df3-49cf-b1de-40644af13ff2 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
49922023-07-19T18:40:43.243ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 5b9de906-5df3-49cf-b1de-40644af13ff2 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
49932023-07-19T18:40:43.246ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 5b9de906-5df3-49cf-b1de-40644af13ff2 resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
49942023-07-19T18:40:43.279ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 5b9de906-5df3-49cf-b1de-40644af13ff2 response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
49952023-07-19T18:40:47.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = c13f6e1a-0a9a-4f4a-91c2-0b38d6872edd response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
49962023-07-19T18:40:48.281ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
49972023-07-19T18:40:48.282ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
49982023-07-19T18:40:48.283ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
49992023-07-19T18:40:48.283ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
50002023-07-19T18:40:48.285ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
50012023-07-19T18:40:48.286ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
50022023-07-19T18:40:48.286ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
50032023-07-19T18:40:48.286ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
50042023-07-19T18:40:48.287ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
50052023-07-19T18:40:48.287ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
50062023-07-19T18:40:48.288ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
50072023-07-19T18:40:48.288ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
50082023-07-19T18:40:48.289ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
50092023-07-19T18:40:48.289ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
50102023-07-19T18:40:48.290ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
50112023-07-19T18:40:48.292ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
50122023-07-19T18:40:48.292ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
50132023-07-19T18:40:48.292ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
50142023-07-19T18:40:48.293ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
50152023-07-19T18:40:48.294ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
50162023-07-19T18:40:48.294ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
50172023-07-19T18:40:48.294ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
50182023-07-19T18:40:48.298ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
50192023-07-19T18:40:48.298ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
50202023-07-19T18:40:48.299ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
50212023-07-19T18:40:48.299ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
50222023-07-19T18:40:48.300ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
50232023-07-19T18:40:48.300ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
50242023-07-19T18:40:48.301ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
50252023-07-19T18:40:48.301ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
50262023-07-19T18:40:48.302ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
50272023-07-19T18:40:48.304ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
50282023-07-19T18:40:48.304ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
50292023-07-19T18:40:48.304ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
50302023-07-19T18:40:48.305ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
50312023-07-19T18:40:48.305ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
50322023-07-19T18:40:48.306ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
50332023-07-19T18:40:48.306ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
50342023-07-19T18:40:48.307ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
50352023-07-19T18:40:48.308ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
50362023-07-19T18:40:48.308ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = aaac315a-07f5-44bb-bcce-84620720cedb roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
50372023-07-19T18:40:48.308ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = aaac315a-07f5-44bb-bcce-84620720cedb resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
50382023-07-19T18:40:48.309ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = aaac315a-07f5-44bb-bcce-84620720cedb roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
50392023-07-19T18:40:48.309ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = aaac315a-07f5-44bb-bcce-84620720cedb resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
50402023-07-19T18:40:48.310ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = aaac315a-07f5-44bb-bcce-84620720cedb roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
50412023-07-19T18:40:48.310ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = aaac315a-07f5-44bb-bcce-84620720cedb resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
50422023-07-19T18:40:48.312ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = aaac315a-07f5-44bb-bcce-84620720cedb roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
50432023-07-19T18:40:48.312ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = aaac315a-07f5-44bb-bcce-84620720cedb resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
50442023-07-19T18:40:48.313ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = aaac315a-07f5-44bb-bcce-84620720cedb roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
50452023-07-19T18:40:48.314ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = aaac315a-07f5-44bb-bcce-84620720cedb resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
50462023-07-19T18:40:48.315ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = aaac315a-07f5-44bb-bcce-84620720cedb roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
50472023-07-19T18:40:48.316ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = aaac315a-07f5-44bb-bcce-84620720cedb resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
50482023-07-19T18:40:48.317ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = aaac315a-07f5-44bb-bcce-84620720cedb roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
50492023-07-19T18:40:48.317ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = aaac315a-07f5-44bb-bcce-84620720cedb resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
50502023-07-19T18:40:48.319ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = aaac315a-07f5-44bb-bcce-84620720cedb roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
50512023-07-19T18:40:48.322ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = aaac315a-07f5-44bb-bcce-84620720cedb resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
50522023-07-19T18:40:48.355ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = aaac315a-07f5-44bb-bcce-84620720cedb response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
50532023-07-19T18:40:53.358ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
50542023-07-19T18:40:53.358ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
50552023-07-19T18:40:53.360ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
50562023-07-19T18:40:53.360ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
50572023-07-19T18:40:53.361ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
50582023-07-19T18:40:53.362ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
50592023-07-19T18:40:53.362ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
50602023-07-19T18:40:53.363ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
50612023-07-19T18:40:53.364ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
50622023-07-19T18:40:53.364ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
50632023-07-19T18:40:53.365ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
50642023-07-19T18:40:53.365ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
50652023-07-19T18:40:53.366ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
50662023-07-19T18:40:53.366ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
50672023-07-19T18:40:53.368ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
50682023-07-19T18:40:53.369ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
50692023-07-19T18:40:53.369ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
50702023-07-19T18:40:53.369ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
50712023-07-19T18:40:53.370ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
50722023-07-19T18:40:53.371ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
50732023-07-19T18:40:53.371ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
50742023-07-19T18:40:53.371ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
50752023-07-19T18:40:53.377ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
50762023-07-19T18:40:53.377ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
50772023-07-19T18:40:53.378ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
50782023-07-19T18:40:53.378ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
50792023-07-19T18:40:53.379ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
50802023-07-19T18:40:53.379ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
50812023-07-19T18:40:53.380ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
50822023-07-19T18:40:53.380ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
50832023-07-19T18:40:53.381ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
50842023-07-19T18:40:53.382ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
50852023-07-19T18:40:53.383ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
50862023-07-19T18:40:53.383ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
50872023-07-19T18:40:53.383ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
50882023-07-19T18:40:53.384ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
50892023-07-19T18:40:53.385ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
50902023-07-19T18:40:53.385ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
50912023-07-19T18:40:53.386ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
50922023-07-19T18:40:53.387ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
50932023-07-19T18:40:53.387ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = eb70e45f-7f83-4812-b08e-bee5e19c0918 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
50942023-07-19T18:40:53.387ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = eb70e45f-7f83-4812-b08e-bee5e19c0918 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
50952023-07-19T18:40:53.388ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = eb70e45f-7f83-4812-b08e-bee5e19c0918 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
50962023-07-19T18:40:53.388ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = eb70e45f-7f83-4812-b08e-bee5e19c0918 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
50972023-07-19T18:40:53.389ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = eb70e45f-7f83-4812-b08e-bee5e19c0918 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
50982023-07-19T18:40:53.390ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = eb70e45f-7f83-4812-b08e-bee5e19c0918 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
50992023-07-19T18:40:53.391ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = eb70e45f-7f83-4812-b08e-bee5e19c0918 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
51002023-07-19T18:40:53.391ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = eb70e45f-7f83-4812-b08e-bee5e19c0918 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
51012023-07-19T18:40:53.393ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = eb70e45f-7f83-4812-b08e-bee5e19c0918 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
51022023-07-19T18:40:53.393ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = eb70e45f-7f83-4812-b08e-bee5e19c0918 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
51032023-07-19T18:40:53.394ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = eb70e45f-7f83-4812-b08e-bee5e19c0918 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
51042023-07-19T18:40:53.395ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = eb70e45f-7f83-4812-b08e-bee5e19c0918 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
51052023-07-19T18:40:53.396ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = eb70e45f-7f83-4812-b08e-bee5e19c0918 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
51062023-07-19T18:40:53.396ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = eb70e45f-7f83-4812-b08e-bee5e19c0918 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
51072023-07-19T18:40:53.398ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = eb70e45f-7f83-4812-b08e-bee5e19c0918 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
51082023-07-19T18:40:53.401ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = eb70e45f-7f83-4812-b08e-bee5e19c0918 resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
51092023-07-19T18:40:53.434ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = eb70e45f-7f83-4812-b08e-bee5e19c0918 response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
51102023-07-19T18:40:57.241ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 9a0a613a-95ec-47d9-a4e7-e71c03e34c47 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
51112023-07-19T18:40:58.436ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
51122023-07-19T18:40:58.437ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
51132023-07-19T18:40:58.438ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
51142023-07-19T18:40:58.439ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
51152023-07-19T18:40:58.440ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
51162023-07-19T18:40:58.441ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
51172023-07-19T18:40:58.441ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
51182023-07-19T18:40:58.441ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
51192023-07-19T18:40:58.442ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
51202023-07-19T18:40:58.442ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
51212023-07-19T18:40:58.443ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
51222023-07-19T18:40:58.443ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
51232023-07-19T18:40:58.444ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
51242023-07-19T18:40:58.445ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
51252023-07-19T18:40:58.446ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
51262023-07-19T18:40:58.447ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
51272023-07-19T18:40:58.447ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
51282023-07-19T18:40:58.447ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
51292023-07-19T18:40:58.448ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
51302023-07-19T18:40:58.449ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
51312023-07-19T18:40:58.449ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
51322023-07-19T18:40:58.449ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
51332023-07-19T18:40:58.453ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
51342023-07-19T18:40:58.453ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
51352023-07-19T18:40:58.454ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
51362023-07-19T18:40:58.454ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
51372023-07-19T18:40:58.455ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
51382023-07-19T18:40:58.455ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
51392023-07-19T18:40:58.456ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
51402023-07-19T18:40:58.457ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
51412023-07-19T18:40:58.458ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
51422023-07-19T18:40:58.459ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
51432023-07-19T18:40:58.459ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
51442023-07-19T18:40:58.459ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
51452023-07-19T18:40:58.460ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
51462023-07-19T18:40:58.460ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
51472023-07-19T18:40:58.461ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
51482023-07-19T18:40:58.461ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
51492023-07-19T18:40:58.462ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
51502023-07-19T18:40:58.463ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
51512023-07-19T18:40:58.463ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 745cfc00-7c75-4b01-95a9-39f4467e087e roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
51522023-07-19T18:40:58.463ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 745cfc00-7c75-4b01-95a9-39f4467e087e resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
51532023-07-19T18:40:58.464ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 745cfc00-7c75-4b01-95a9-39f4467e087e roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
51542023-07-19T18:40:58.464ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 745cfc00-7c75-4b01-95a9-39f4467e087e resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
51552023-07-19T18:40:58.465ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 745cfc00-7c75-4b01-95a9-39f4467e087e roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
51562023-07-19T18:40:58.465ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 745cfc00-7c75-4b01-95a9-39f4467e087e resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
51572023-07-19T18:40:58.466ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 745cfc00-7c75-4b01-95a9-39f4467e087e roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
51582023-07-19T18:40:58.467ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 745cfc00-7c75-4b01-95a9-39f4467e087e resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
51592023-07-19T18:40:58.468ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 745cfc00-7c75-4b01-95a9-39f4467e087e roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
51602023-07-19T18:40:58.468ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 745cfc00-7c75-4b01-95a9-39f4467e087e resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
51612023-07-19T18:40:58.470ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 745cfc00-7c75-4b01-95a9-39f4467e087e roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
51622023-07-19T18:40:58.470ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 745cfc00-7c75-4b01-95a9-39f4467e087e resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
51632023-07-19T18:40:58.472ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 745cfc00-7c75-4b01-95a9-39f4467e087e roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
51642023-07-19T18:40:58.472ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 745cfc00-7c75-4b01-95a9-39f4467e087e resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
51652023-07-19T18:40:58.474ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 745cfc00-7c75-4b01-95a9-39f4467e087e roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
51662023-07-19T18:40:58.477ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 745cfc00-7c75-4b01-95a9-39f4467e087e resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
51672023-07-19T18:40:58.511ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 745cfc00-7c75-4b01-95a9-39f4467e087e response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
51682023-07-19T18:41:03.513ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
51692023-07-19T18:41:03.514ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
51702023-07-19T18:41:03.516ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
51712023-07-19T18:41:03.516ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
51722023-07-19T18:41:03.517ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
51732023-07-19T18:41:03.519ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
51742023-07-19T18:41:03.519ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
51752023-07-19T18:41:03.519ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
51762023-07-19T18:41:03.520ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
51772023-07-19T18:41:03.520ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
51782023-07-19T18:41:03.521ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
51792023-07-19T18:41:03.521ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
51802023-07-19T18:41:03.522ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
51812023-07-19T18:41:03.522ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
51822023-07-19T18:41:03.523ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
51832023-07-19T18:41:03.525ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
51842023-07-19T18:41:03.525ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
51852023-07-19T18:41:03.525ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
51862023-07-19T18:41:03.526ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
51872023-07-19T18:41:03.527ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
51882023-07-19T18:41:03.527ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
51892023-07-19T18:41:03.527ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
51902023-07-19T18:41:03.531ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
51912023-07-19T18:41:03.531ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
51922023-07-19T18:41:03.532ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
51932023-07-19T18:41:03.532ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
51942023-07-19T18:41:03.532ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
51952023-07-19T18:41:03.533ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
51962023-07-19T18:41:03.534ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
51972023-07-19T18:41:03.534ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
51982023-07-19T18:41:03.535ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
51992023-07-19T18:41:03.536ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
52002023-07-19T18:41:03.536ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
52012023-07-19T18:41:03.536ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
52022023-07-19T18:41:03.537ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
52032023-07-19T18:41:03.537ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
52042023-07-19T18:41:03.538ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
52052023-07-19T18:41:03.538ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
52062023-07-19T18:41:03.539ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
52072023-07-19T18:41:03.540ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
52082023-07-19T18:41:03.540ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 271ae77f-c42d-4fe9-9d44-99dc70b918ab roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
52092023-07-19T18:41:03.540ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 271ae77f-c42d-4fe9-9d44-99dc70b918ab resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
52102023-07-19T18:41:03.541ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 271ae77f-c42d-4fe9-9d44-99dc70b918ab roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
52112023-07-19T18:41:03.541ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 271ae77f-c42d-4fe9-9d44-99dc70b918ab resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
52122023-07-19T18:41:03.542ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 271ae77f-c42d-4fe9-9d44-99dc70b918ab roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
52132023-07-19T18:41:03.542ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 271ae77f-c42d-4fe9-9d44-99dc70b918ab resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
52142023-07-19T18:41:03.544ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 271ae77f-c42d-4fe9-9d44-99dc70b918ab roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
52152023-07-19T18:41:03.544ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 271ae77f-c42d-4fe9-9d44-99dc70b918ab resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
52162023-07-19T18:41:03.546ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 271ae77f-c42d-4fe9-9d44-99dc70b918ab roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
52172023-07-19T18:41:03.546ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 271ae77f-c42d-4fe9-9d44-99dc70b918ab resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
52182023-07-19T18:41:03.548ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 271ae77f-c42d-4fe9-9d44-99dc70b918ab roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
52192023-07-19T18:41:03.548ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 271ae77f-c42d-4fe9-9d44-99dc70b918ab resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
52202023-07-19T18:41:03.549ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 271ae77f-c42d-4fe9-9d44-99dc70b918ab roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
52212023-07-19T18:41:03.550ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 271ae77f-c42d-4fe9-9d44-99dc70b918ab resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
52222023-07-19T18:41:03.551ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 271ae77f-c42d-4fe9-9d44-99dc70b918ab roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
52232023-07-19T18:41:03.554ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 271ae77f-c42d-4fe9-9d44-99dc70b918ab resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
52242023-07-19T18:41:03.586ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 271ae77f-c42d-4fe9-9d44-99dc70b918ab response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
52252023-07-19T18:41:07.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 11be0f5e-7782-48ac-a5ae-2d180737f1ce response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
52262023-07-19T18:41:08.588ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
52272023-07-19T18:41:08.588ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
52282023-07-19T18:41:08.590ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
52292023-07-19T18:41:08.590ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
52302023-07-19T18:41:08.591ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
52312023-07-19T18:41:08.592ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
52322023-07-19T18:41:08.592ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
52332023-07-19T18:41:08.593ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
52342023-07-19T18:41:08.593ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
52352023-07-19T18:41:08.594ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
52362023-07-19T18:41:08.595ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
52372023-07-19T18:41:08.595ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
52382023-07-19T18:41:08.596ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
52392023-07-19T18:41:08.596ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
52402023-07-19T18:41:08.597ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
52412023-07-19T18:41:08.598ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
52422023-07-19T18:41:08.598ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
52432023-07-19T18:41:08.599ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
52442023-07-19T18:41:08.600ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
52452023-07-19T18:41:08.601ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
52462023-07-19T18:41:08.601ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
52472023-07-19T18:41:08.601ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
52482023-07-19T18:41:08.604ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
52492023-07-19T18:41:08.605ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
52502023-07-19T18:41:08.605ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
52512023-07-19T18:41:08.605ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
52522023-07-19T18:41:08.606ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
52532023-07-19T18:41:08.606ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
52542023-07-19T18:41:08.607ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
52552023-07-19T18:41:08.607ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
52562023-07-19T18:41:08.608ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
52572023-07-19T18:41:08.609ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
52582023-07-19T18:41:08.609ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
52592023-07-19T18:41:08.610ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
52602023-07-19T18:41:08.610ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
52612023-07-19T18:41:08.610ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
52622023-07-19T18:41:08.611ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
52632023-07-19T18:41:08.611ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
52642023-07-19T18:41:08.612ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
52652023-07-19T18:41:08.614ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
52662023-07-19T18:41:08.614ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 38bd9f58-bb23-44c5-acbd-c6d6dea39d1c roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
52672023-07-19T18:41:08.614ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 38bd9f58-bb23-44c5-acbd-c6d6dea39d1c resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
52682023-07-19T18:41:08.614ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 38bd9f58-bb23-44c5-acbd-c6d6dea39d1c roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
52692023-07-19T18:41:08.615ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 38bd9f58-bb23-44c5-acbd-c6d6dea39d1c resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
52702023-07-19T18:41:08.615ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 38bd9f58-bb23-44c5-acbd-c6d6dea39d1c roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
52712023-07-19T18:41:08.615ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 38bd9f58-bb23-44c5-acbd-c6d6dea39d1c resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
52722023-07-19T18:41:08.617ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 38bd9f58-bb23-44c5-acbd-c6d6dea39d1c roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
52732023-07-19T18:41:08.617ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 38bd9f58-bb23-44c5-acbd-c6d6dea39d1c resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
52742023-07-19T18:41:08.619ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 38bd9f58-bb23-44c5-acbd-c6d6dea39d1c roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
52752023-07-19T18:41:08.619ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 38bd9f58-bb23-44c5-acbd-c6d6dea39d1c resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
52762023-07-19T18:41:08.621ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 38bd9f58-bb23-44c5-acbd-c6d6dea39d1c roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
52772023-07-19T18:41:08.621ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 38bd9f58-bb23-44c5-acbd-c6d6dea39d1c resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
52782023-07-19T18:41:08.622ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 38bd9f58-bb23-44c5-acbd-c6d6dea39d1c roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
52792023-07-19T18:41:08.623ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 38bd9f58-bb23-44c5-acbd-c6d6dea39d1c resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
52802023-07-19T18:41:08.624ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 38bd9f58-bb23-44c5-acbd-c6d6dea39d1c roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
52812023-07-19T18:41:08.627ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 38bd9f58-bb23-44c5-acbd-c6d6dea39d1c resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
52822023-07-19T18:41:08.660ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 38bd9f58-bb23-44c5-acbd-c6d6dea39d1c response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
52832023-07-19T18:41:09.052ZDEBGnexus (BackgroundTasks): activating background_task = dns_config_external dns_group = external iteration = 4 reason = Timeout
52842023-07-19T18:41:09.052ZDEBGnexus (BackgroundTasks): reading DNS version background_task = dns_config_external dns_group = external
52852023-07-19T18:41:09.052ZDEBGnexus (BackgroundTasks): activating background_task = dns_servers_external dns_group = external iteration = 4 reason = Timeout
52862023-07-19T18:41:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
52872023-07-19T18:41:09.052ZDEBGnexus (BackgroundTasks): activating background_task = dns_propagation_internal dns_group = internal iteration = 6 reason = Timeout
52882023-07-19T18:41:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {} }
52892023-07-19T18:41:09.052ZDEBGnexus (BackgroundTasks): activating background_task = dns_propagation_external dns_group = external iteration = 6 reason = Timeout
52902023-07-19T18:41:09.052ZDEBGnexus (BackgroundTasks): activating background_task = external_endpoints iteration = 4 reason = Timeout
52912023-07-19T18:41:09.052ZDEBGnexus (BackgroundTasks): activating background_task = dns_config_internal dns_group = internal iteration = 4 reason = Timeout
52922023-07-19T18:41:09.052ZDEBGnexus (BackgroundTasks): reading DNS version background_task = dns_config_internal dns_group = internal
52932023-07-19T18:41:09.052ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
52942023-07-19T18:41:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
52952023-07-19T18:41:09.052ZDEBGnexus (BackgroundTasks): activating background_task = dns_servers_internal dns_group = internal iteration = 4 reason = Timeout
52962023-07-19T18:41:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {} }
52972023-07-19T18:41:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
52982023-07-19T18:41:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
52992023-07-19T18:41:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Database result = Ok(())
53002023-07-19T18:41:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
53012023-07-19T18:41:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Database result = Ok(())
53022023-07-19T18:41:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
53032023-07-19T18:41:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
53042023-07-19T18:41:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
53052023-07-19T18:41:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
53062023-07-19T18:41:09.054ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
53072023-07-19T18:41:09.054ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
53082023-07-19T18:41:09.054ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
53092023-07-19T18:41:09.054ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
53102023-07-19T18:41:09.055ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
53112023-07-19T18:41:09.057ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Fleet result = Ok(())
53122023-07-19T18:41:09.057ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {} }
53132023-07-19T18:41:09.058ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Database result = Ok(())
53142023-07-19T18:41:09.058ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = DnsConfig result = Ok(())
53152023-07-19T18:41:09.059ZDEBGnexus (BackgroundTasks): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Fleet result = Ok(())
53162023-07-19T18:41:09.059ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
53172023-07-19T18:41:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
53182023-07-19T18:41:09.059ZDEBGnexus (BackgroundTasks): found DNS servers (no change) addresses = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } background_task = dns_servers_internal current_servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } dns_group = internal
53192023-07-19T18:41:09.059ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_servers_internal dns_group = internal elapsed = 7.180431ms iteration = 4
53202023-07-19T18:41:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Fleet result = Ok(())
53212023-07-19T18:41:09.059ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {} }
53222023-07-19T18:41:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = DnsConfig result = Ok(())
53232023-07-19T18:41:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Database result = Ok(())
53242023-07-19T18:41:09.060ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
53252023-07-19T18:41:09.060ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
53262023-07-19T18:41:09.060ZDEBGnexus (BackgroundTasks): found DNS version background_task = dns_config_external dns_group = external version = 2
53272023-07-19T18:41:09.060ZDEBGnexus (BackgroundTasks): reading DNS config background_task = dns_config_external dns_group = external
53282023-07-19T18:41:09.060ZDEBGnexus (BackgroundTasks): reading DNS zones background_task = dns_config_external dns_group = external
53292023-07-19T18:41:09.060ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
53302023-07-19T18:41:09.061ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
53312023-07-19T18:41:09.061ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
53322023-07-19T18:41:09.061ZDEBGnexus (BackgroundTasks): found DNS servers (no change) addresses = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } background_task = dns_servers_external current_servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } dns_group = external
53332023-07-19T18:41:09.061ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_servers_external dns_group = external elapsed = 9.510309ms iteration = 4
53342023-07-19T18:41:09.061ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
53352023-07-19T18:41:09.065ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = DnsConfig result = Ok(())
53362023-07-19T18:41:09.065ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
53372023-07-19T18:41:09.065ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = DnsConfig result = Ok(())
53382023-07-19T18:41:09.065ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
53392023-07-19T18:41:09.065ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
53402023-07-19T18:41:09.065ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
53412023-07-19T18:41:09.066ZDEBGnexus (BackgroundTasks): found zones background_task = dns_config_external count = 1 dns_group = external
53422023-07-19T18:41:09.066ZDEBGnexus (BackgroundTasks): listing DNS names for zone background_task = dns_config_external batch_size = 100 dns_group = external dns_zone_id = ba9b905d-274e-4fd8-96b9-635f36ba4d80 dns_zone_name = oxide.test found_so_far = 0 version = 2
53432023-07-19T18:41:09.066ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
53442023-07-19T18:41:09.066ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
53452023-07-19T18:41:09.067ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
53462023-07-19T18:41:09.070ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = DnsConfig result = Ok(())
53472023-07-19T18:41:09.070ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
53482023-07-19T18:41:09.070ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
53492023-07-19T18:41:09.072ZDEBGnexus (BackgroundTasks): found all DNS names for zone background_task = dns_config_external dns_group = external dns_zone_id = ba9b905d-274e-4fd8-96b9-635f36ba4d80 dns_zone_name = oxide.test found_so_far = 1 version = 2
53502023-07-19T18:41:09.072ZDEBGnexus (BackgroundTasks): read DNS config background_task = dns_config_external dns_group = external nzones = 1 version = 2
53512023-07-19T18:41:09.072ZDEBGnexus (BackgroundTasks): found latest DNS generation (unchanged) background_task = dns_config_external current_generation = 2 current_time_created = 2023-07-19 18:40:26.757200 UTC dns_group = external generation = 2
53522023-07-19T18:41:09.072ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_config_external dns_group = external elapsed = 20.104781ms iteration = 4
53532023-07-19T18:41:09.096ZDEBGnexus (BackgroundTasks): found DNS version background_task = dns_config_internal dns_group = internal version = 1
53542023-07-19T18:41:09.096ZDEBGnexus (BackgroundTasks): reading DNS config background_task = dns_config_internal dns_group = internal
53552023-07-19T18:41:09.096ZDEBGnexus (BackgroundTasks): reading DNS zones background_task = dns_config_internal dns_group = internal
53562023-07-19T18:41:09.097ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
53572023-07-19T18:41:09.097ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
53582023-07-19T18:41:09.098ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
53592023-07-19T18:41:09.101ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = DnsConfig result = Ok(())
53602023-07-19T18:41:09.101ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
53612023-07-19T18:41:09.101ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
53622023-07-19T18:41:09.103ZDEBGnexus (BackgroundTasks): found zones background_task = dns_config_internal count = 1 dns_group = internal
53632023-07-19T18:41:09.103ZDEBGnexus (BackgroundTasks): listing DNS names for zone background_task = dns_config_internal batch_size = 100 dns_group = internal dns_zone_id = 4f6e4429-6101-4a3f-b6e8-8d5b95ce25ae dns_zone_name = control-plane.oxide.internal found_so_far = 0 version = 1
53642023-07-19T18:41:09.103ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
53652023-07-19T18:41:09.103ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
53662023-07-19T18:41:09.108ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
53672023-07-19T18:41:09.110ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = DnsConfig result = Ok(())
53682023-07-19T18:41:09.110ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
53692023-07-19T18:41:09.110ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
53702023-07-19T18:41:09.113ZDEBGnexus (BackgroundTasks): found all DNS names for zone background_task = dns_config_internal dns_group = internal dns_zone_id = 4f6e4429-6101-4a3f-b6e8-8d5b95ce25ae dns_zone_name = control-plane.oxide.internal found_so_far = 40 version = 1
53712023-07-19T18:41:09.113ZDEBGnexus (BackgroundTasks): read DNS config background_task = dns_config_internal dns_group = internal nzones = 1 version = 1
53722023-07-19T18:41:09.113ZDEBGnexus (BackgroundTasks): found latest DNS generation (unchanged) background_task = dns_config_internal current_generation = 1 current_time_created = 2023-07-19 18:40:26.464738 UTC dns_group = internal generation = 1
53732023-07-19T18:41:09.113ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_config_internal dns_group = internal elapsed = 61.037403ms iteration = 4
53742023-07-19T18:41:09.115ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
53752023-07-19T18:41:09.115ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
53762023-07-19T18:41:09.116ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
53772023-07-19T18:41:09.118ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_external body = Some(Body) dns_group = external dns_server_url = http://[fd00:1122:3344:101::8]:5353 generation = 2 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } uri = http://[fd00:1122:3344:101::8]:5353/config
53782023-07-19T18:41:09.119ZDEBGnexus (BackgroundTasks): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Fleet result = Ok(())
53792023-07-19T18:41:09.119ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
53802023-07-19T18:41:09.119ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
53812023-07-19T18:41:09.125ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_internal body = Some(Body) dns_group = internal dns_server_url = http://[fd00:1122:3344:2::1]:5353 generation = 1 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } uri = http://[fd00:1122:3344:2::1]:5353/config
53822023-07-19T18:41:09.165ZINFOnexus (BackgroundTasks): found Silo/DNS/TLS config (changed) background_task = external_endpoints config = ExternalEndpoints { by_dns_name: {"default-silo.sys.oxide.test": ExternalEndpoint { silo_id: 001de000-5110-4000-8000-000000000000, db_silo: Silo { identity: SiloIdentity { id: 001de000-5110-4000-8000-000000000000, name: Name(Name("default-silo")), description: "default silo", time_created: 2023-07-19T18:40:09.161047Z, time_modified: 2023-07-19T18:40:09.161047Z, time_deleted: None }, discoverable: false, authentication_mode: Local, user_provision_type: ApiOnly, mapped_fleet_roles: Object {}, rcgen: Generation(Generation(1)) }, tls_certs: [] }, "recovery.sys.oxide.test": ExternalEndpoint { silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, db_silo: Silo { identity: SiloIdentity { id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, name: Name(Name("recovery")), description: "built-in recovery Silo", time_created: 2023-07-19T18:40:26.706295Z, time_modified: 2023-07-19T18:40:26.706295Z, time_deleted: None }, discoverable: false, authentication_mode: Local, user_provision_type: ApiOnly, mapped_fleet_roles: Object {"admin": Array [String("admin")]}, rcgen: Generation(Generation(4)) }, tls_certs: [TlsCertificate { digest: "b80733c61402e25b1340276e5b094c554fc62f43df425c82e42a0cc7e1889e90" }] }}, warnings: [NoSiloCerts { silo_id: 001de000-5110-4000-8000-000000000000, dns_name: "default-silo.sys.oxide.test" }], default_endpoint: Some(ExternalEndpoint { silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, db_silo: Silo { identity: SiloIdentity { id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, name: Name(Name("recovery")), description: "built-in recovery Silo", time_created: 2023-07-19T18:40:26.706295Z, time_modified: 2023-07-19T18:40:26.706295Z, time_deleted: None }, discoverable: false, authentication_mode: Local, user_provision_type: ApiOnly, mapped_fleet_roles: Object {"admin": Array [String("admin")]}, rcgen: Generation(Generation(4)) }, tls_certs: [TlsCertificate { digest: "b80733c61402e25b1340276e5b094c554fc62f43df425c82e42a0cc7e1889e90" }] }) }
53832023-07-19T18:41:09.165ZDEBGnexus (BackgroundTasks): activation complete background_task = external_endpoints elapsed = 113.749061ms iteration = 4
53842023-07-19T18:41:09.188ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_external body = Some(Body) dns_group = external dns_server_url = http://[fd00:1122:3344:101::9]:5353 generation = 2 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } uri = http://[fd00:1122:3344:101::9]:5353/config
53852023-07-19T18:41:09.188ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::9]:5353 generation = 2 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:101::9)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "bdece4df-f867-41ae-8213-8c7ba65dbc1e", "date": "Wed, 19 Jul 2023 18:41:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
53862023-07-19T18:41:09.188ZINFOnexus (BackgroundTasks): DNS server now at generation 2 background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::9]:5353 generation = 2 servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
53872023-07-19T18:41:09.190ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::8]:5353 generation = 2 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:101::8)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "cf53cd39-e6a2-4726-aa1f-b7b9e3acff94", "date": "Wed, 19 Jul 2023 18:41:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
53882023-07-19T18:41:09.190ZINFOnexus (BackgroundTasks): DNS server now at generation 2 background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::8]:5353 generation = 2 servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
53892023-07-19T18:41:09.191ZINFOnexus (BackgroundTasks): DNS propagation: done background_task = dns_propagation_external dns_group = external generation = 2 servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
53902023-07-19T18:41:09.191ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_propagation_external dns_group = external elapsed = 139.57675ms iteration = 6
53912023-07-19T18:41:09.192ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_internal body = Some(Body) dns_group = internal dns_server_url = http://[fd00:1122:3344:3::1]:5353 generation = 1 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } uri = http://[fd00:1122:3344:3::1]:5353/config
53922023-07-19T18:41:09.223ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_internal body = Some(Body) dns_group = internal dns_server_url = http://[fd00:1122:3344:1::1]:5353 generation = 1 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } uri = http://[fd00:1122:3344:1::1]:5353/config
53932023-07-19T18:41:09.223ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:3::1]:5353 generation = 1 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:3::1)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "b9a336b3-dbdf-46d6-9470-255ff217a16e", "date": "Wed, 19 Jul 2023 18:41:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
53942023-07-19T18:41:09.223ZINFOnexus (BackgroundTasks): DNS server now at generation 1 background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:3::1]:5353 generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
53952023-07-19T18:41:09.224ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:1::1]:5353 generation = 1 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:1::1)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "2ee03b4d-55cf-44e6-b990-e43a3c960761", "date": "Wed, 19 Jul 2023 18:41:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
53962023-07-19T18:41:09.224ZINFOnexus (BackgroundTasks): DNS server now at generation 1 background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:1::1]:5353 generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
53972023-07-19T18:41:09.224ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:2::1]:5353 generation = 1 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:2::1)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "3cc3dd7f-4f43-4a83-90af-e8b0a92dec0b", "date": "Wed, 19 Jul 2023 18:41:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
53982023-07-19T18:41:09.224ZINFOnexus (BackgroundTasks): DNS server now at generation 1 background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:2::1]:5353 generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
53992023-07-19T18:41:09.226ZINFOnexus (BackgroundTasks): DNS propagation: done background_task = dns_propagation_internal dns_group = internal generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
54002023-07-19T18:41:09.226ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_propagation_internal dns_group = internal elapsed = 174.409183ms iteration = 6
54012023-07-19T18:41:13.663ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
54022023-07-19T18:41:13.663ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
54032023-07-19T18:41:13.665ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
54042023-07-19T18:41:13.665ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
54052023-07-19T18:41:13.667ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
54062023-07-19T18:41:13.668ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
54072023-07-19T18:41:13.668ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
54082023-07-19T18:41:13.668ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
54092023-07-19T18:41:13.669ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
54102023-07-19T18:41:13.669ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
54112023-07-19T18:41:13.670ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
54122023-07-19T18:41:13.670ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
54132023-07-19T18:41:13.671ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
54142023-07-19T18:41:13.671ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
54152023-07-19T18:41:13.672ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
54162023-07-19T18:41:13.674ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
54172023-07-19T18:41:13.674ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
54182023-07-19T18:41:13.674ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
54192023-07-19T18:41:13.675ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
54202023-07-19T18:41:13.676ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
54212023-07-19T18:41:13.676ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
54222023-07-19T18:41:13.677ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
54232023-07-19T18:41:13.680ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
54242023-07-19T18:41:13.681ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
54252023-07-19T18:41:13.682ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
54262023-07-19T18:41:13.682ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
54272023-07-19T18:41:13.683ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
54282023-07-19T18:41:13.683ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
54292023-07-19T18:41:13.684ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
54302023-07-19T18:41:13.684ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
54312023-07-19T18:41:13.685ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
54322023-07-19T18:41:13.686ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
54332023-07-19T18:41:13.686ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
54342023-07-19T18:41:13.686ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
54352023-07-19T18:41:13.687ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
54362023-07-19T18:41:13.687ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
54372023-07-19T18:41:13.688ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
54382023-07-19T18:41:13.688ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
54392023-07-19T18:41:13.689ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
54402023-07-19T18:41:13.690ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
54412023-07-19T18:41:13.690ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2ed8fd97-5d86-40c5-8524-236f6cfc2d35 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
54422023-07-19T18:41:13.690ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2ed8fd97-5d86-40c5-8524-236f6cfc2d35 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
54432023-07-19T18:41:13.692ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2ed8fd97-5d86-40c5-8524-236f6cfc2d35 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
54442023-07-19T18:41:13.692ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2ed8fd97-5d86-40c5-8524-236f6cfc2d35 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
54452023-07-19T18:41:13.693ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2ed8fd97-5d86-40c5-8524-236f6cfc2d35 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
54462023-07-19T18:41:13.693ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2ed8fd97-5d86-40c5-8524-236f6cfc2d35 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
54472023-07-19T18:41:13.694ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2ed8fd97-5d86-40c5-8524-236f6cfc2d35 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
54482023-07-19T18:41:13.694ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2ed8fd97-5d86-40c5-8524-236f6cfc2d35 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
54492023-07-19T18:41:13.696ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2ed8fd97-5d86-40c5-8524-236f6cfc2d35 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
54502023-07-19T18:41:13.696ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2ed8fd97-5d86-40c5-8524-236f6cfc2d35 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
54512023-07-19T18:41:13.698ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2ed8fd97-5d86-40c5-8524-236f6cfc2d35 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
54522023-07-19T18:41:13.698ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2ed8fd97-5d86-40c5-8524-236f6cfc2d35 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
54532023-07-19T18:41:13.700ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2ed8fd97-5d86-40c5-8524-236f6cfc2d35 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
54542023-07-19T18:41:13.700ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2ed8fd97-5d86-40c5-8524-236f6cfc2d35 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
54552023-07-19T18:41:13.702ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2ed8fd97-5d86-40c5-8524-236f6cfc2d35 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
54562023-07-19T18:41:13.705ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2ed8fd97-5d86-40c5-8524-236f6cfc2d35 resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
54572023-07-19T18:41:13.738ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2ed8fd97-5d86-40c5-8524-236f6cfc2d35 response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
54582023-07-19T18:41:17.241ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = b9858f42-38f9-44e1-8cb0-45f2a361405d response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
54592023-07-19T18:41:18.740ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
54602023-07-19T18:41:18.740ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
54612023-07-19T18:41:18.742ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
54622023-07-19T18:41:18.742ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
54632023-07-19T18:41:18.744ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
54642023-07-19T18:41:18.745ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
54652023-07-19T18:41:18.745ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
54662023-07-19T18:41:18.745ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
54672023-07-19T18:41:18.746ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
54682023-07-19T18:41:18.746ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
54692023-07-19T18:41:18.747ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
54702023-07-19T18:41:18.747ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
54712023-07-19T18:41:18.748ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
54722023-07-19T18:41:18.749ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
54732023-07-19T18:41:18.750ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
54742023-07-19T18:41:18.751ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
54752023-07-19T18:41:18.751ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
54762023-07-19T18:41:18.751ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
54772023-07-19T18:41:18.752ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
54782023-07-19T18:41:18.753ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
54792023-07-19T18:41:18.753ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
54802023-07-19T18:41:18.753ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
54812023-07-19T18:41:18.758ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
54822023-07-19T18:41:18.759ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
54832023-07-19T18:41:18.759ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
54842023-07-19T18:41:18.759ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
54852023-07-19T18:41:18.760ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
54862023-07-19T18:41:18.760ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
54872023-07-19T18:41:18.763ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
54882023-07-19T18:41:18.763ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
54892023-07-19T18:41:18.765ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
54902023-07-19T18:41:18.766ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
54912023-07-19T18:41:18.766ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
54922023-07-19T18:41:18.766ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
54932023-07-19T18:41:18.767ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
54942023-07-19T18:41:18.767ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
54952023-07-19T18:41:18.768ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
54962023-07-19T18:41:18.769ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
54972023-07-19T18:41:18.770ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
54982023-07-19T18:41:18.771ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
54992023-07-19T18:41:18.771ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 38772b9a-a9c1-4112-9099-add8e76c22e8 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
55002023-07-19T18:41:18.771ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 38772b9a-a9c1-4112-9099-add8e76c22e8 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
55012023-07-19T18:41:18.772ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 38772b9a-a9c1-4112-9099-add8e76c22e8 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
55022023-07-19T18:41:18.772ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 38772b9a-a9c1-4112-9099-add8e76c22e8 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
55032023-07-19T18:41:18.773ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 38772b9a-a9c1-4112-9099-add8e76c22e8 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
55042023-07-19T18:41:18.773ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 38772b9a-a9c1-4112-9099-add8e76c22e8 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
55052023-07-19T18:41:18.775ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 38772b9a-a9c1-4112-9099-add8e76c22e8 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
55062023-07-19T18:41:18.775ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 38772b9a-a9c1-4112-9099-add8e76c22e8 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
55072023-07-19T18:41:18.777ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 38772b9a-a9c1-4112-9099-add8e76c22e8 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
55082023-07-19T18:41:18.777ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 38772b9a-a9c1-4112-9099-add8e76c22e8 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
55092023-07-19T18:41:18.779ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 38772b9a-a9c1-4112-9099-add8e76c22e8 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
55102023-07-19T18:41:18.779ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 38772b9a-a9c1-4112-9099-add8e76c22e8 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
55112023-07-19T18:41:18.781ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 38772b9a-a9c1-4112-9099-add8e76c22e8 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
55122023-07-19T18:41:18.781ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 38772b9a-a9c1-4112-9099-add8e76c22e8 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
55132023-07-19T18:41:18.783ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 38772b9a-a9c1-4112-9099-add8e76c22e8 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
55142023-07-19T18:41:18.786ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 38772b9a-a9c1-4112-9099-add8e76c22e8 resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
55152023-07-19T18:41:18.819ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 38772b9a-a9c1-4112-9099-add8e76c22e8 response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
55162023-07-19T18:41:23.822ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
55172023-07-19T18:41:23.823ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
55182023-07-19T18:41:23.824ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
55192023-07-19T18:41:23.825ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
55202023-07-19T18:41:23.826ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
55212023-07-19T18:41:23.828ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
55222023-07-19T18:41:23.828ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
55232023-07-19T18:41:23.828ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
55242023-07-19T18:41:23.829ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
55252023-07-19T18:41:23.829ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
55262023-07-19T18:41:23.830ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
55272023-07-19T18:41:23.830ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
55282023-07-19T18:41:23.831ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
55292023-07-19T18:41:23.831ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
55302023-07-19T18:41:23.833ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
55312023-07-19T18:41:23.834ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
55322023-07-19T18:41:23.834ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
55332023-07-19T18:41:23.834ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
55342023-07-19T18:41:23.835ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
55352023-07-19T18:41:23.836ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
55362023-07-19T18:41:23.836ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
55372023-07-19T18:41:23.836ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
55382023-07-19T18:41:23.841ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
55392023-07-19T18:41:23.841ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
55402023-07-19T18:41:23.841ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
55412023-07-19T18:41:23.842ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
55422023-07-19T18:41:23.842ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
55432023-07-19T18:41:23.842ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
55442023-07-19T18:41:23.843ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
55452023-07-19T18:41:23.843ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
55462023-07-19T18:41:23.844ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
55472023-07-19T18:41:23.845ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
55482023-07-19T18:41:23.845ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
55492023-07-19T18:41:23.846ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
55502023-07-19T18:41:23.846ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
55512023-07-19T18:41:23.847ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
55522023-07-19T18:41:23.847ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
55532023-07-19T18:41:23.848ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
55542023-07-19T18:41:23.849ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
55552023-07-19T18:41:23.850ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
55562023-07-19T18:41:23.850ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c769e500-06a9-44b3-b8d0-6c3588b07412 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
55572023-07-19T18:41:23.850ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c769e500-06a9-44b3-b8d0-6c3588b07412 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
55582023-07-19T18:41:23.851ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c769e500-06a9-44b3-b8d0-6c3588b07412 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
55592023-07-19T18:41:23.851ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c769e500-06a9-44b3-b8d0-6c3588b07412 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
55602023-07-19T18:41:23.852ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c769e500-06a9-44b3-b8d0-6c3588b07412 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
55612023-07-19T18:41:23.852ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c769e500-06a9-44b3-b8d0-6c3588b07412 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
55622023-07-19T18:41:23.854ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c769e500-06a9-44b3-b8d0-6c3588b07412 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
55632023-07-19T18:41:23.854ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c769e500-06a9-44b3-b8d0-6c3588b07412 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
55642023-07-19T18:41:23.856ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c769e500-06a9-44b3-b8d0-6c3588b07412 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
55652023-07-19T18:41:23.856ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c769e500-06a9-44b3-b8d0-6c3588b07412 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
55662023-07-19T18:41:23.857ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c769e500-06a9-44b3-b8d0-6c3588b07412 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
55672023-07-19T18:41:23.857ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c769e500-06a9-44b3-b8d0-6c3588b07412 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
55682023-07-19T18:41:23.859ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c769e500-06a9-44b3-b8d0-6c3588b07412 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
55692023-07-19T18:41:23.859ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c769e500-06a9-44b3-b8d0-6c3588b07412 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
55702023-07-19T18:41:23.861ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c769e500-06a9-44b3-b8d0-6c3588b07412 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
55712023-07-19T18:41:23.864ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c769e500-06a9-44b3-b8d0-6c3588b07412 resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
55722023-07-19T18:41:23.897ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c769e500-06a9-44b3-b8d0-6c3588b07412 response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
55732023-07-19T18:41:27.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 3ebf97a2-8dc8-4bd6-b314-6220526e1a29 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
55742023-07-19T18:41:28.899ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
55752023-07-19T18:41:28.900ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
55762023-07-19T18:41:28.902ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
55772023-07-19T18:41:28.902ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
55782023-07-19T18:41:28.903ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
55792023-07-19T18:41:28.905ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
55802023-07-19T18:41:28.905ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
55812023-07-19T18:41:28.905ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
55822023-07-19T18:41:28.906ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
55832023-07-19T18:41:28.906ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
55842023-07-19T18:41:28.907ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
55852023-07-19T18:41:28.908ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
55862023-07-19T18:41:28.909ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
55872023-07-19T18:41:28.909ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
55882023-07-19T18:41:28.911ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
55892023-07-19T18:41:28.912ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
55902023-07-19T18:41:28.912ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
55912023-07-19T18:41:28.912ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
55922023-07-19T18:41:28.914ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
55932023-07-19T18:41:28.915ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
55942023-07-19T18:41:28.915ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
55952023-07-19T18:41:28.915ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
55962023-07-19T18:41:28.919ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
55972023-07-19T18:41:28.919ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
55982023-07-19T18:41:28.920ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
55992023-07-19T18:41:28.920ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
56002023-07-19T18:41:28.921ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
56012023-07-19T18:41:28.921ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
56022023-07-19T18:41:28.922ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
56032023-07-19T18:41:28.922ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
56042023-07-19T18:41:28.923ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
56052023-07-19T18:41:28.925ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
56062023-07-19T18:41:28.925ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
56072023-07-19T18:41:28.925ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
56082023-07-19T18:41:28.925ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
56092023-07-19T18:41:28.926ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
56102023-07-19T18:41:28.927ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
56112023-07-19T18:41:28.927ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
56122023-07-19T18:41:28.928ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
56132023-07-19T18:41:28.929ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
56142023-07-19T18:41:28.929ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 9b2f2856-fea7-40c6-a7a9-bd19e1544436 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
56152023-07-19T18:41:28.930ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 9b2f2856-fea7-40c6-a7a9-bd19e1544436 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
56162023-07-19T18:41:28.930ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 9b2f2856-fea7-40c6-a7a9-bd19e1544436 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
56172023-07-19T18:41:28.930ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 9b2f2856-fea7-40c6-a7a9-bd19e1544436 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
56182023-07-19T18:41:28.931ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 9b2f2856-fea7-40c6-a7a9-bd19e1544436 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
56192023-07-19T18:41:28.931ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 9b2f2856-fea7-40c6-a7a9-bd19e1544436 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
56202023-07-19T18:41:28.933ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 9b2f2856-fea7-40c6-a7a9-bd19e1544436 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
56212023-07-19T18:41:28.933ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 9b2f2856-fea7-40c6-a7a9-bd19e1544436 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
56222023-07-19T18:41:28.935ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 9b2f2856-fea7-40c6-a7a9-bd19e1544436 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
56232023-07-19T18:41:28.936ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 9b2f2856-fea7-40c6-a7a9-bd19e1544436 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
56242023-07-19T18:41:28.938ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 9b2f2856-fea7-40c6-a7a9-bd19e1544436 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
56252023-07-19T18:41:28.938ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 9b2f2856-fea7-40c6-a7a9-bd19e1544436 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
56262023-07-19T18:41:28.940ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 9b2f2856-fea7-40c6-a7a9-bd19e1544436 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
56272023-07-19T18:41:28.940ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 9b2f2856-fea7-40c6-a7a9-bd19e1544436 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
56282023-07-19T18:41:28.942ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 9b2f2856-fea7-40c6-a7a9-bd19e1544436 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
56292023-07-19T18:41:28.945ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 9b2f2856-fea7-40c6-a7a9-bd19e1544436 resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
56302023-07-19T18:41:28.977ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 9b2f2856-fea7-40c6-a7a9-bd19e1544436 response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
56312023-07-19T18:41:33.980ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
56322023-07-19T18:41:33.980ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
56332023-07-19T18:41:33.982ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
56342023-07-19T18:41:33.982ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
56352023-07-19T18:41:33.984ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
56362023-07-19T18:41:33.985ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
56372023-07-19T18:41:33.985ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
56382023-07-19T18:41:33.985ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
56392023-07-19T18:41:33.986ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
56402023-07-19T18:41:33.986ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
56412023-07-19T18:41:33.987ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
56422023-07-19T18:41:33.988ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
56432023-07-19T18:41:33.989ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
56442023-07-19T18:41:33.989ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
56452023-07-19T18:41:33.990ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
56462023-07-19T18:41:33.991ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
56472023-07-19T18:41:33.992ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
56482023-07-19T18:41:33.992ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
56492023-07-19T18:41:33.993ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
56502023-07-19T18:41:33.994ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
56512023-07-19T18:41:33.994ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
56522023-07-19T18:41:33.994ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
56532023-07-19T18:41:33.998ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
56542023-07-19T18:41:33.998ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
56552023-07-19T18:41:33.999ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
56562023-07-19T18:41:33.999ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
56572023-07-19T18:41:34.000ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
56582023-07-19T18:41:34.000ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
56592023-07-19T18:41:34.002ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
56602023-07-19T18:41:34.002ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
56612023-07-19T18:41:34.003ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
56622023-07-19T18:41:34.004ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
56632023-07-19T18:41:34.004ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
56642023-07-19T18:41:34.004ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
56652023-07-19T18:41:34.005ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
56662023-07-19T18:41:34.005ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
56672023-07-19T18:41:34.006ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
56682023-07-19T18:41:34.006ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
56692023-07-19T18:41:34.007ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
56702023-07-19T18:41:34.009ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
56712023-07-19T18:41:34.009ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 83da16d4-eca3-44df-adb5-f1b1581cd990 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
56722023-07-19T18:41:34.009ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 83da16d4-eca3-44df-adb5-f1b1581cd990 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
56732023-07-19T18:41:34.009ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 83da16d4-eca3-44df-adb5-f1b1581cd990 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
56742023-07-19T18:41:34.009ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 83da16d4-eca3-44df-adb5-f1b1581cd990 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
56752023-07-19T18:41:34.010ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 83da16d4-eca3-44df-adb5-f1b1581cd990 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
56762023-07-19T18:41:34.010ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 83da16d4-eca3-44df-adb5-f1b1581cd990 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
56772023-07-19T18:41:34.012ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 83da16d4-eca3-44df-adb5-f1b1581cd990 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
56782023-07-19T18:41:34.012ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 83da16d4-eca3-44df-adb5-f1b1581cd990 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
56792023-07-19T18:41:34.014ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 83da16d4-eca3-44df-adb5-f1b1581cd990 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
56802023-07-19T18:41:34.014ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 83da16d4-eca3-44df-adb5-f1b1581cd990 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
56812023-07-19T18:41:34.016ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 83da16d4-eca3-44df-adb5-f1b1581cd990 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
56822023-07-19T18:41:34.016ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 83da16d4-eca3-44df-adb5-f1b1581cd990 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
56832023-07-19T18:41:34.018ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 83da16d4-eca3-44df-adb5-f1b1581cd990 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
56842023-07-19T18:41:34.018ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 83da16d4-eca3-44df-adb5-f1b1581cd990 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
56852023-07-19T18:41:34.020ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 83da16d4-eca3-44df-adb5-f1b1581cd990 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
56862023-07-19T18:41:34.023ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 83da16d4-eca3-44df-adb5-f1b1581cd990 resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
56872023-07-19T18:41:34.057ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 83da16d4-eca3-44df-adb5-f1b1581cd990 response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
56882023-07-19T18:41:37.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 457611d2-14d7-4af4-8366-7cdac6c22b71 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
56892023-07-19T18:41:39.058ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
56902023-07-19T18:41:39.058ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
56912023-07-19T18:41:39.060ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
56922023-07-19T18:41:39.060ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
56932023-07-19T18:41:39.062ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
56942023-07-19T18:41:39.063ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
56952023-07-19T18:41:39.063ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
56962023-07-19T18:41:39.063ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
56972023-07-19T18:41:39.064ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
56982023-07-19T18:41:39.064ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
56992023-07-19T18:41:39.065ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
57002023-07-19T18:41:39.065ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
57012023-07-19T18:41:39.066ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
57022023-07-19T18:41:39.067ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
57032023-07-19T18:41:39.068ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
57042023-07-19T18:41:39.069ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
57052023-07-19T18:41:39.069ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
57062023-07-19T18:41:39.069ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
57072023-07-19T18:41:39.070ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
57082023-07-19T18:41:39.071ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
57092023-07-19T18:41:39.071ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
57102023-07-19T18:41:39.072ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
57112023-07-19T18:41:39.075ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
57122023-07-19T18:41:39.076ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
57132023-07-19T18:41:39.077ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
57142023-07-19T18:41:39.077ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
57152023-07-19T18:41:39.077ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
57162023-07-19T18:41:39.078ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
57172023-07-19T18:41:39.079ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
57182023-07-19T18:41:39.079ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
57192023-07-19T18:41:39.080ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
57202023-07-19T18:41:39.081ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
57212023-07-19T18:41:39.081ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
57222023-07-19T18:41:39.082ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
57232023-07-19T18:41:39.082ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
57242023-07-19T18:41:39.083ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
57252023-07-19T18:41:39.084ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
57262023-07-19T18:41:39.084ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
57272023-07-19T18:41:39.085ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
57282023-07-19T18:41:39.086ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
57292023-07-19T18:41:39.086ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2227663c-66db-4148-8039-f897d1d13222 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
57302023-07-19T18:41:39.087ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2227663c-66db-4148-8039-f897d1d13222 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
57312023-07-19T18:41:39.087ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2227663c-66db-4148-8039-f897d1d13222 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
57322023-07-19T18:41:39.087ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2227663c-66db-4148-8039-f897d1d13222 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
57332023-07-19T18:41:39.088ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2227663c-66db-4148-8039-f897d1d13222 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
57342023-07-19T18:41:39.088ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2227663c-66db-4148-8039-f897d1d13222 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
57352023-07-19T18:41:39.090ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2227663c-66db-4148-8039-f897d1d13222 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
57362023-07-19T18:41:39.090ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2227663c-66db-4148-8039-f897d1d13222 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
57372023-07-19T18:41:39.092ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2227663c-66db-4148-8039-f897d1d13222 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
57382023-07-19T18:41:39.092ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2227663c-66db-4148-8039-f897d1d13222 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
57392023-07-19T18:41:39.094ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2227663c-66db-4148-8039-f897d1d13222 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
57402023-07-19T18:41:39.094ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2227663c-66db-4148-8039-f897d1d13222 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
57412023-07-19T18:41:39.096ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2227663c-66db-4148-8039-f897d1d13222 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
57422023-07-19T18:41:39.097ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2227663c-66db-4148-8039-f897d1d13222 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
57432023-07-19T18:41:39.099ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2227663c-66db-4148-8039-f897d1d13222 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
57442023-07-19T18:41:39.102ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2227663c-66db-4148-8039-f897d1d13222 resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
57452023-07-19T18:41:39.134ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2227663c-66db-4148-8039-f897d1d13222 response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
57462023-07-19T18:41:44.136ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
57472023-07-19T18:41:44.136ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
57482023-07-19T18:41:44.138ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
57492023-07-19T18:41:44.138ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
57502023-07-19T18:41:44.140ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
57512023-07-19T18:41:44.142ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
57522023-07-19T18:41:44.142ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
57532023-07-19T18:41:44.142ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
57542023-07-19T18:41:44.143ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
57552023-07-19T18:41:44.143ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
57562023-07-19T18:41:44.144ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
57572023-07-19T18:41:44.145ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
57582023-07-19T18:41:44.146ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
57592023-07-19T18:41:44.146ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
57602023-07-19T18:41:44.148ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
57612023-07-19T18:41:44.149ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
57622023-07-19T18:41:44.149ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
57632023-07-19T18:41:44.149ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
57642023-07-19T18:41:44.150ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
57652023-07-19T18:41:44.152ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
57662023-07-19T18:41:44.152ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
57672023-07-19T18:41:44.152ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
57682023-07-19T18:41:44.156ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
57692023-07-19T18:41:44.156ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
57702023-07-19T18:41:44.157ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
57712023-07-19T18:41:44.157ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
57722023-07-19T18:41:44.158ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
57732023-07-19T18:41:44.158ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
57742023-07-19T18:41:44.159ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
57752023-07-19T18:41:44.159ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
57762023-07-19T18:41:44.160ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
57772023-07-19T18:41:44.162ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
57782023-07-19T18:41:44.162ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
57792023-07-19T18:41:44.162ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
57802023-07-19T18:41:44.163ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
57812023-07-19T18:41:44.163ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
57822023-07-19T18:41:44.164ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
57832023-07-19T18:41:44.164ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
57842023-07-19T18:41:44.165ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
57852023-07-19T18:41:44.166ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
57862023-07-19T18:41:44.166ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b2c4cc00-35c9-4aa4-a2db-aa87b5e4fa34 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
57872023-07-19T18:41:44.167ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b2c4cc00-35c9-4aa4-a2db-aa87b5e4fa34 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
57882023-07-19T18:41:44.167ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b2c4cc00-35c9-4aa4-a2db-aa87b5e4fa34 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
57892023-07-19T18:41:44.168ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b2c4cc00-35c9-4aa4-a2db-aa87b5e4fa34 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
57902023-07-19T18:41:44.168ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b2c4cc00-35c9-4aa4-a2db-aa87b5e4fa34 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
57912023-07-19T18:41:44.168ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b2c4cc00-35c9-4aa4-a2db-aa87b5e4fa34 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
57922023-07-19T18:41:44.170ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b2c4cc00-35c9-4aa4-a2db-aa87b5e4fa34 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
57932023-07-19T18:41:44.170ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b2c4cc00-35c9-4aa4-a2db-aa87b5e4fa34 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
57942023-07-19T18:41:44.172ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b2c4cc00-35c9-4aa4-a2db-aa87b5e4fa34 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
57952023-07-19T18:41:44.172ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b2c4cc00-35c9-4aa4-a2db-aa87b5e4fa34 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
57962023-07-19T18:41:44.174ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b2c4cc00-35c9-4aa4-a2db-aa87b5e4fa34 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
57972023-07-19T18:41:44.174ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b2c4cc00-35c9-4aa4-a2db-aa87b5e4fa34 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
57982023-07-19T18:41:44.176ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b2c4cc00-35c9-4aa4-a2db-aa87b5e4fa34 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
57992023-07-19T18:41:44.177ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b2c4cc00-35c9-4aa4-a2db-aa87b5e4fa34 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
58002023-07-19T18:41:44.179ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b2c4cc00-35c9-4aa4-a2db-aa87b5e4fa34 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
58012023-07-19T18:41:44.182ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b2c4cc00-35c9-4aa4-a2db-aa87b5e4fa34 resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
58022023-07-19T18:41:44.215ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b2c4cc00-35c9-4aa4-a2db-aa87b5e4fa34 response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
58032023-07-19T18:41:47.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 53bd13a7-5c68-43e5-9f5b-10668fef60cd response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
58042023-07-19T18:41:49.218ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
58052023-07-19T18:41:49.218ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
58062023-07-19T18:41:49.220ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
58072023-07-19T18:41:49.220ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
58082023-07-19T18:41:49.222ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
58092023-07-19T18:41:49.223ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
58102023-07-19T18:41:49.223ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
58112023-07-19T18:41:49.223ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
58122023-07-19T18:41:49.224ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
58132023-07-19T18:41:49.225ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
58142023-07-19T18:41:49.226ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
58152023-07-19T18:41:49.226ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
58162023-07-19T18:41:49.227ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
58172023-07-19T18:41:49.227ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
58182023-07-19T18:41:49.229ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
58192023-07-19T18:41:49.230ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
58202023-07-19T18:41:49.230ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
58212023-07-19T18:41:49.230ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
58222023-07-19T18:41:49.232ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
58232023-07-19T18:41:49.233ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
58242023-07-19T18:41:49.233ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
58252023-07-19T18:41:49.233ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
58262023-07-19T18:41:49.238ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
58272023-07-19T18:41:49.238ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
58282023-07-19T18:41:49.239ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
58292023-07-19T18:41:49.239ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
58302023-07-19T18:41:49.240ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
58312023-07-19T18:41:49.240ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
58322023-07-19T18:41:49.242ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
58332023-07-19T18:41:49.242ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
58342023-07-19T18:41:49.243ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
58352023-07-19T18:41:49.244ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
58362023-07-19T18:41:49.244ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
58372023-07-19T18:41:49.244ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
58382023-07-19T18:41:49.245ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
58392023-07-19T18:41:49.246ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
58402023-07-19T18:41:49.247ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
58412023-07-19T18:41:49.247ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
58422023-07-19T18:41:49.248ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
58432023-07-19T18:41:49.249ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
58442023-07-19T18:41:49.249ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c77f2754-f2aa-4323-a071-34536b3d2ec6 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
58452023-07-19T18:41:49.249ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c77f2754-f2aa-4323-a071-34536b3d2ec6 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
58462023-07-19T18:41:49.251ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c77f2754-f2aa-4323-a071-34536b3d2ec6 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
58472023-07-19T18:41:49.251ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c77f2754-f2aa-4323-a071-34536b3d2ec6 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
58482023-07-19T18:41:49.252ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c77f2754-f2aa-4323-a071-34536b3d2ec6 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
58492023-07-19T18:41:49.252ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c77f2754-f2aa-4323-a071-34536b3d2ec6 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
58502023-07-19T18:41:49.253ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c77f2754-f2aa-4323-a071-34536b3d2ec6 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
58512023-07-19T18:41:49.253ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c77f2754-f2aa-4323-a071-34536b3d2ec6 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
58522023-07-19T18:41:49.261ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c77f2754-f2aa-4323-a071-34536b3d2ec6 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
58532023-07-19T18:41:49.261ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c77f2754-f2aa-4323-a071-34536b3d2ec6 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
58542023-07-19T18:41:49.263ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c77f2754-f2aa-4323-a071-34536b3d2ec6 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
58552023-07-19T18:41:49.264ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c77f2754-f2aa-4323-a071-34536b3d2ec6 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
58562023-07-19T18:41:49.266ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c77f2754-f2aa-4323-a071-34536b3d2ec6 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
58572023-07-19T18:41:49.266ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c77f2754-f2aa-4323-a071-34536b3d2ec6 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
58582023-07-19T18:41:49.268ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c77f2754-f2aa-4323-a071-34536b3d2ec6 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
58592023-07-19T18:41:49.272ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c77f2754-f2aa-4323-a071-34536b3d2ec6 resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
58602023-07-19T18:41:49.305ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c77f2754-f2aa-4323-a071-34536b3d2ec6 response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
58612023-07-19T18:41:54.308ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
58622023-07-19T18:41:54.308ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
58632023-07-19T18:41:54.310ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
58642023-07-19T18:41:54.310ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
58652023-07-19T18:41:54.312ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
58662023-07-19T18:41:54.313ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
58672023-07-19T18:41:54.313ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
58682023-07-19T18:41:54.313ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
58692023-07-19T18:41:54.314ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
58702023-07-19T18:41:54.315ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
58712023-07-19T18:41:54.316ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
58722023-07-19T18:41:54.316ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
58732023-07-19T18:41:54.317ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
58742023-07-19T18:41:54.317ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
58752023-07-19T18:41:54.318ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
58762023-07-19T18:41:54.320ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
58772023-07-19T18:41:54.320ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
58782023-07-19T18:41:54.320ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
58792023-07-19T18:41:54.321ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
58802023-07-19T18:41:54.322ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
58812023-07-19T18:41:54.322ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
58822023-07-19T18:41:54.323ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
58832023-07-19T18:41:54.333ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
58842023-07-19T18:41:54.334ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
58852023-07-19T18:41:54.335ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
58862023-07-19T18:41:54.335ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
58872023-07-19T18:41:54.336ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
58882023-07-19T18:41:54.336ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
58892023-07-19T18:41:54.337ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
58902023-07-19T18:41:54.338ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
58912023-07-19T18:41:54.339ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
58922023-07-19T18:41:54.340ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
58932023-07-19T18:41:54.340ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
58942023-07-19T18:41:54.340ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
58952023-07-19T18:41:54.341ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
58962023-07-19T18:41:54.342ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
58972023-07-19T18:41:54.343ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
58982023-07-19T18:41:54.343ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
58992023-07-19T18:41:54.344ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
59002023-07-19T18:41:54.345ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
59012023-07-19T18:41:54.345ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d3a8af14-6f64-4a29-be37-4a32fea36d81 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
59022023-07-19T18:41:54.345ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d3a8af14-6f64-4a29-be37-4a32fea36d81 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
59032023-07-19T18:41:54.347ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d3a8af14-6f64-4a29-be37-4a32fea36d81 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
59042023-07-19T18:41:54.347ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d3a8af14-6f64-4a29-be37-4a32fea36d81 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
59052023-07-19T18:41:54.348ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d3a8af14-6f64-4a29-be37-4a32fea36d81 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
59062023-07-19T18:41:54.348ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d3a8af14-6f64-4a29-be37-4a32fea36d81 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
59072023-07-19T18:41:54.349ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d3a8af14-6f64-4a29-be37-4a32fea36d81 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
59082023-07-19T18:41:54.349ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d3a8af14-6f64-4a29-be37-4a32fea36d81 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
59092023-07-19T18:41:54.351ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d3a8af14-6f64-4a29-be37-4a32fea36d81 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
59102023-07-19T18:41:54.351ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d3a8af14-6f64-4a29-be37-4a32fea36d81 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
59112023-07-19T18:41:54.354ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d3a8af14-6f64-4a29-be37-4a32fea36d81 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
59122023-07-19T18:41:54.354ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d3a8af14-6f64-4a29-be37-4a32fea36d81 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
59132023-07-19T18:41:54.356ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d3a8af14-6f64-4a29-be37-4a32fea36d81 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
59142023-07-19T18:41:54.356ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d3a8af14-6f64-4a29-be37-4a32fea36d81 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
59152023-07-19T18:41:54.358ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d3a8af14-6f64-4a29-be37-4a32fea36d81 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
59162023-07-19T18:41:54.361ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d3a8af14-6f64-4a29-be37-4a32fea36d81 resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
59172023-07-19T18:41:54.394ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d3a8af14-6f64-4a29-be37-4a32fea36d81 response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
59182023-07-19T18:41:57.241ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 45d6c616-f65d-4ee2-ae1b-13692e804234 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
59192023-07-19T18:41:59.396ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
59202023-07-19T18:41:59.396ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
59212023-07-19T18:41:59.398ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
59222023-07-19T18:41:59.398ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
59232023-07-19T18:41:59.400ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
59242023-07-19T18:41:59.401ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
59252023-07-19T18:41:59.401ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
59262023-07-19T18:41:59.401ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
59272023-07-19T18:41:59.403ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
59282023-07-19T18:41:59.403ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
59292023-07-19T18:41:59.404ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
59302023-07-19T18:41:59.404ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
59312023-07-19T18:41:59.406ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
59322023-07-19T18:41:59.406ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
59332023-07-19T18:41:59.407ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
59342023-07-19T18:41:59.408ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
59352023-07-19T18:41:59.408ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
59362023-07-19T18:41:59.409ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
59372023-07-19T18:41:59.410ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
59382023-07-19T18:41:59.411ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
59392023-07-19T18:41:59.411ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
59402023-07-19T18:41:59.411ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
59412023-07-19T18:41:59.415ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
59422023-07-19T18:41:59.415ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
59432023-07-19T18:41:59.419ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
59442023-07-19T18:41:59.419ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
59452023-07-19T18:41:59.420ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
59462023-07-19T18:41:59.420ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
59472023-07-19T18:41:59.421ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
59482023-07-19T18:41:59.422ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
59492023-07-19T18:41:59.423ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
59502023-07-19T18:41:59.424ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
59512023-07-19T18:41:59.424ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
59522023-07-19T18:41:59.424ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
59532023-07-19T18:41:59.425ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
59542023-07-19T18:41:59.425ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
59552023-07-19T18:41:59.426ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
59562023-07-19T18:41:59.427ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
59572023-07-19T18:41:59.428ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
59582023-07-19T18:41:59.429ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
59592023-07-19T18:41:59.429ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3f688169-3013-4c02-bfd7-602dfc5a5a90 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
59602023-07-19T18:41:59.429ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3f688169-3013-4c02-bfd7-602dfc5a5a90 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
59612023-07-19T18:41:59.430ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3f688169-3013-4c02-bfd7-602dfc5a5a90 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
59622023-07-19T18:41:59.430ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3f688169-3013-4c02-bfd7-602dfc5a5a90 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
59632023-07-19T18:41:59.431ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3f688169-3013-4c02-bfd7-602dfc5a5a90 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
59642023-07-19T18:41:59.431ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3f688169-3013-4c02-bfd7-602dfc5a5a90 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
59652023-07-19T18:41:59.433ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3f688169-3013-4c02-bfd7-602dfc5a5a90 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
59662023-07-19T18:41:59.433ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3f688169-3013-4c02-bfd7-602dfc5a5a90 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
59672023-07-19T18:41:59.435ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3f688169-3013-4c02-bfd7-602dfc5a5a90 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
59682023-07-19T18:41:59.435ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3f688169-3013-4c02-bfd7-602dfc5a5a90 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
59692023-07-19T18:41:59.437ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3f688169-3013-4c02-bfd7-602dfc5a5a90 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
59702023-07-19T18:41:59.437ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3f688169-3013-4c02-bfd7-602dfc5a5a90 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
59712023-07-19T18:41:59.439ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3f688169-3013-4c02-bfd7-602dfc5a5a90 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
59722023-07-19T18:41:59.439ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3f688169-3013-4c02-bfd7-602dfc5a5a90 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
59732023-07-19T18:41:59.441ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3f688169-3013-4c02-bfd7-602dfc5a5a90 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
59742023-07-19T18:41:59.444ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3f688169-3013-4c02-bfd7-602dfc5a5a90 resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
59752023-07-19T18:41:59.477ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3f688169-3013-4c02-bfd7-602dfc5a5a90 response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
59762023-07-19T18:42:04.479ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
59772023-07-19T18:42:04.479ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
59782023-07-19T18:42:04.481ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
59792023-07-19T18:42:04.481ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
59802023-07-19T18:42:04.483ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
59812023-07-19T18:42:04.484ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
59822023-07-19T18:42:04.484ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
59832023-07-19T18:42:04.484ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
59842023-07-19T18:42:04.485ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
59852023-07-19T18:42:04.485ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
59862023-07-19T18:42:04.487ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
59872023-07-19T18:42:04.487ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
59882023-07-19T18:42:04.488ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
59892023-07-19T18:42:04.488ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
59902023-07-19T18:42:04.489ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
59912023-07-19T18:42:04.490ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
59922023-07-19T18:42:04.490ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
59932023-07-19T18:42:04.490ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
59942023-07-19T18:42:04.492ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
59952023-07-19T18:42:04.493ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
59962023-07-19T18:42:04.493ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
59972023-07-19T18:42:04.493ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
59982023-07-19T18:42:04.499ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
59992023-07-19T18:42:04.499ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
60002023-07-19T18:42:04.500ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
60012023-07-19T18:42:04.501ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
60022023-07-19T18:42:04.501ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
60032023-07-19T18:42:04.502ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
60042023-07-19T18:42:04.503ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
60052023-07-19T18:42:04.503ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
60062023-07-19T18:42:04.504ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
60072023-07-19T18:42:04.505ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
60082023-07-19T18:42:04.505ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
60092023-07-19T18:42:04.505ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
60102023-07-19T18:42:04.507ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
60112023-07-19T18:42:04.507ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
60122023-07-19T18:42:04.508ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
60132023-07-19T18:42:04.508ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
60142023-07-19T18:42:04.509ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
60152023-07-19T18:42:04.510ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
60162023-07-19T18:42:04.510ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3b482674-db57-46d6-8189-ee93242c2d9c roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
60172023-07-19T18:42:04.511ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3b482674-db57-46d6-8189-ee93242c2d9c resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
60182023-07-19T18:42:04.512ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3b482674-db57-46d6-8189-ee93242c2d9c roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
60192023-07-19T18:42:04.512ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3b482674-db57-46d6-8189-ee93242c2d9c resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
60202023-07-19T18:42:04.513ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3b482674-db57-46d6-8189-ee93242c2d9c roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
60212023-07-19T18:42:04.513ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3b482674-db57-46d6-8189-ee93242c2d9c resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
60222023-07-19T18:42:04.514ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3b482674-db57-46d6-8189-ee93242c2d9c roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
60232023-07-19T18:42:04.514ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3b482674-db57-46d6-8189-ee93242c2d9c resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
60242023-07-19T18:42:04.516ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3b482674-db57-46d6-8189-ee93242c2d9c roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
60252023-07-19T18:42:04.517ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3b482674-db57-46d6-8189-ee93242c2d9c resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
60262023-07-19T18:42:04.519ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3b482674-db57-46d6-8189-ee93242c2d9c roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
60272023-07-19T18:42:04.519ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3b482674-db57-46d6-8189-ee93242c2d9c resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
60282023-07-19T18:42:04.521ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3b482674-db57-46d6-8189-ee93242c2d9c roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
60292023-07-19T18:42:04.521ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3b482674-db57-46d6-8189-ee93242c2d9c resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
60302023-07-19T18:42:04.523ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3b482674-db57-46d6-8189-ee93242c2d9c roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
60312023-07-19T18:42:04.526ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3b482674-db57-46d6-8189-ee93242c2d9c resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
60322023-07-19T18:42:04.559ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3b482674-db57-46d6-8189-ee93242c2d9c response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
60332023-07-19T18:42:07.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = ca7f3d9c-e786-4d45-84c7-a932ed54ce63 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
60342023-07-19T18:42:09.052ZDEBGnexus (BackgroundTasks): activating background_task = dns_propagation_internal dns_group = internal iteration = 7 reason = Timeout
60352023-07-19T18:42:09.052ZDEBGnexus (BackgroundTasks): activating background_task = dns_config_external dns_group = external iteration = 5 reason = Timeout
60362023-07-19T18:42:09.052ZDEBGnexus (BackgroundTasks): reading DNS version background_task = dns_config_external dns_group = external
60372023-07-19T18:42:09.052ZDEBGnexus (BackgroundTasks): activating background_task = dns_servers_internal dns_group = internal iteration = 5 reason = Timeout
60382023-07-19T18:42:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
60392023-07-19T18:42:09.052ZDEBGnexus (BackgroundTasks): activating background_task = dns_servers_external dns_group = external iteration = 5 reason = Timeout
60402023-07-19T18:42:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {} }
60412023-07-19T18:42:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {} }
60422023-07-19T18:42:09.052ZDEBGnexus (BackgroundTasks): activating background_task = external_endpoints iteration = 5 reason = Timeout
60432023-07-19T18:42:09.052ZDEBGnexus (BackgroundTasks): activating background_task = dns_config_internal dns_group = internal iteration = 5 reason = Timeout
60442023-07-19T18:42:09.052ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
60452023-07-19T18:42:09.052ZDEBGnexus (BackgroundTasks): reading DNS version background_task = dns_config_internal dns_group = internal
60462023-07-19T18:42:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
60472023-07-19T18:42:09.052ZDEBGnexus (BackgroundTasks): activating background_task = dns_propagation_external dns_group = external iteration = 7 reason = Timeout
60482023-07-19T18:42:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Database result = Ok(())
60492023-07-19T18:42:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
60502023-07-19T18:42:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
60512023-07-19T18:42:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Database result = Ok(())
60522023-07-19T18:42:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
60532023-07-19T18:42:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
60542023-07-19T18:42:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
60552023-07-19T18:42:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
60562023-07-19T18:42:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
60572023-07-19T18:42:09.054ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
60582023-07-19T18:42:09.054ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
60592023-07-19T18:42:09.054ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
60602023-07-19T18:42:09.054ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
60612023-07-19T18:42:09.055ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
60622023-07-19T18:42:09.058ZDEBGnexus (BackgroundTasks): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Fleet result = Ok(())
60632023-07-19T18:42:09.058ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
60642023-07-19T18:42:09.058ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
60652023-07-19T18:42:09.058ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Fleet result = Ok(())
60662023-07-19T18:42:09.058ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {} }
60672023-07-19T18:42:09.058ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Database result = Ok(())
60682023-07-19T18:42:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = DnsConfig result = Ok(())
60692023-07-19T18:42:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Fleet result = Ok(())
60702023-07-19T18:42:09.059ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {} }
60712023-07-19T18:42:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Database result = Ok(())
60722023-07-19T18:42:09.059ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
60732023-07-19T18:42:09.060ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
60742023-07-19T18:42:09.060ZDEBGnexus (BackgroundTasks): found DNS version background_task = dns_config_internal dns_group = internal version = 1
60752023-07-19T18:42:09.060ZDEBGnexus (BackgroundTasks): reading DNS config background_task = dns_config_internal dns_group = internal
60762023-07-19T18:42:09.060ZDEBGnexus (BackgroundTasks): reading DNS zones background_task = dns_config_internal dns_group = internal
60772023-07-19T18:42:09.060ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
60782023-07-19T18:42:09.060ZDEBGnexus (BackgroundTasks): found DNS servers (no change) addresses = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } background_task = dns_servers_internal current_servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } dns_group = internal
60792023-07-19T18:42:09.060ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_servers_internal dns_group = internal elapsed = 8.14766ms iteration = 5
60802023-07-19T18:42:09.060ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = DnsConfig result = Ok(())
60812023-07-19T18:42:09.060ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
60822023-07-19T18:42:09.060ZDEBGnexus (BackgroundTasks): found DNS servers (no change) addresses = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } background_task = dns_servers_external current_servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } dns_group = external
60832023-07-19T18:42:09.060ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_servers_external dns_group = external elapsed = 8.362455ms iteration = 5
60842023-07-19T18:42:09.061ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
60852023-07-19T18:42:09.061ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
60862023-07-19T18:42:09.061ZDEBGnexus (BackgroundTasks): found DNS version background_task = dns_config_external dns_group = external version = 2
60872023-07-19T18:42:09.061ZDEBGnexus (BackgroundTasks): reading DNS config background_task = dns_config_external dns_group = external
60882023-07-19T18:42:09.061ZDEBGnexus (BackgroundTasks): reading DNS zones background_task = dns_config_external dns_group = external
60892023-07-19T18:42:09.061ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
60902023-07-19T18:42:09.061ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
60912023-07-19T18:42:09.063ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
60922023-07-19T18:42:09.065ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = DnsConfig result = Ok(())
60932023-07-19T18:42:09.065ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
60942023-07-19T18:42:09.066ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
60952023-07-19T18:42:09.066ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = DnsConfig result = Ok(())
60962023-07-19T18:42:09.066ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
60972023-07-19T18:42:09.066ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = DnsConfig result = Ok(())
60982023-07-19T18:42:09.066ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
60992023-07-19T18:42:09.066ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
61002023-07-19T18:42:09.066ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
61012023-07-19T18:42:09.067ZDEBGnexus (BackgroundTasks): found zones background_task = dns_config_internal count = 1 dns_group = internal
61022023-07-19T18:42:09.067ZDEBGnexus (BackgroundTasks): listing DNS names for zone background_task = dns_config_internal batch_size = 100 dns_group = internal dns_zone_id = 4f6e4429-6101-4a3f-b6e8-8d5b95ce25ae dns_zone_name = control-plane.oxide.internal found_so_far = 0 version = 1
61032023-07-19T18:42:09.067ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
61042023-07-19T18:42:09.067ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
61052023-07-19T18:42:09.068ZDEBGnexus (BackgroundTasks): found zones background_task = dns_config_external count = 1 dns_group = external
61062023-07-19T18:42:09.068ZDEBGnexus (BackgroundTasks): listing DNS names for zone background_task = dns_config_external batch_size = 100 dns_group = external dns_zone_id = ba9b905d-274e-4fd8-96b9-635f36ba4d80 dns_zone_name = oxide.test found_so_far = 0 version = 2
61072023-07-19T18:42:09.068ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
61082023-07-19T18:42:09.068ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
61092023-07-19T18:42:09.068ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
61102023-07-19T18:42:09.068ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
61112023-07-19T18:42:09.069ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
61122023-07-19T18:42:09.069ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
61132023-07-19T18:42:09.069ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
61142023-07-19T18:42:09.071ZDEBGnexus (BackgroundTasks): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Fleet result = Ok(())
61152023-07-19T18:42:09.071ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
61162023-07-19T18:42:09.072ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
61172023-07-19T18:42:09.073ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = DnsConfig result = Ok(())
61182023-07-19T18:42:09.073ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
61192023-07-19T18:42:09.073ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
61202023-07-19T18:42:09.073ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = DnsConfig result = Ok(())
61212023-07-19T18:42:09.073ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
61222023-07-19T18:42:09.073ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
61232023-07-19T18:42:09.075ZDEBGnexus (BackgroundTasks): found all DNS names for zone background_task = dns_config_external dns_group = external dns_zone_id = ba9b905d-274e-4fd8-96b9-635f36ba4d80 dns_zone_name = oxide.test found_so_far = 1 version = 2
61242023-07-19T18:42:09.075ZDEBGnexus (BackgroundTasks): read DNS config background_task = dns_config_external dns_group = external nzones = 1 version = 2
61252023-07-19T18:42:09.075ZDEBGnexus (BackgroundTasks): found latest DNS generation (unchanged) background_task = dns_config_external current_generation = 2 current_time_created = 2023-07-19 18:40:26.757200 UTC dns_group = external generation = 2
61262023-07-19T18:42:09.075ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_config_external dns_group = external elapsed = 23.043587ms iteration = 5
61272023-07-19T18:42:09.075ZDEBGnexus (BackgroundTasks): found all DNS names for zone background_task = dns_config_internal dns_group = internal dns_zone_id = 4f6e4429-6101-4a3f-b6e8-8d5b95ce25ae dns_zone_name = control-plane.oxide.internal found_so_far = 40 version = 1
61282023-07-19T18:42:09.075ZDEBGnexus (BackgroundTasks): read DNS config background_task = dns_config_internal dns_group = internal nzones = 1 version = 1
61292023-07-19T18:42:09.075ZDEBGnexus (BackgroundTasks): found latest DNS generation (unchanged) background_task = dns_config_internal current_generation = 1 current_time_created = 2023-07-19 18:40:26.464738 UTC dns_group = internal generation = 1
61302023-07-19T18:42:09.075ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_config_internal dns_group = internal elapsed = 23.464439ms iteration = 5
61312023-07-19T18:42:09.077ZDEBGnexus (BackgroundTasks): found Silo/DNS/TLS config (no change) background_task = external_endpoints config = ExternalEndpoints { by_dns_name: {"default-silo.sys.oxide.test": ExternalEndpoint { silo_id: 001de000-5110-4000-8000-000000000000, db_silo: Silo { identity: SiloIdentity { id: 001de000-5110-4000-8000-000000000000, name: Name(Name("default-silo")), description: "default silo", time_created: 2023-07-19T18:40:09.161047Z, time_modified: 2023-07-19T18:40:09.161047Z, time_deleted: None }, discoverable: false, authentication_mode: Local, user_provision_type: ApiOnly, mapped_fleet_roles: Object {}, rcgen: Generation(Generation(1)) }, tls_certs: [] }, "recovery.sys.oxide.test": ExternalEndpoint { silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, db_silo: Silo { identity: SiloIdentity { id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, name: Name(Name("recovery")), description: "built-in recovery Silo", time_created: 2023-07-19T18:40:26.706295Z, time_modified: 2023-07-19T18:40:26.706295Z, time_deleted: None }, discoverable: false, authentication_mode: Local, user_provision_type: ApiOnly, mapped_fleet_roles: Object {"admin": Array [String("admin")]}, rcgen: Generation(Generation(4)) }, tls_certs: [TlsCertificate { digest: "b80733c61402e25b1340276e5b094c554fc62f43df425c82e42a0cc7e1889e90" }] }}, warnings: [NoSiloCerts { silo_id: 001de000-5110-4000-8000-000000000000, dns_name: "default-silo.sys.oxide.test" }], default_endpoint: Some(ExternalEndpoint { silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, db_silo: Silo { identity: SiloIdentity { id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, name: Name(Name("recovery")), description: "built-in recovery Silo", time_created: 2023-07-19T18:40:26.706295Z, time_modified: 2023-07-19T18:40:26.706295Z, time_deleted: None }, discoverable: false, authentication_mode: Local, user_provision_type: ApiOnly, mapped_fleet_roles: Object {"admin": Array [String("admin")]}, rcgen: Generation(Generation(4)) }, tls_certs: [TlsCertificate { digest: "b80733c61402e25b1340276e5b094c554fc62f43df425c82e42a0cc7e1889e90" }] }) }
61322023-07-19T18:42:09.077ZDEBGnexus (BackgroundTasks): activation complete background_task = external_endpoints elapsed = 25.760256ms iteration = 5
61332023-07-19T18:42:09.122ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_external body = Some(Body) dns_group = external dns_server_url = http://[fd00:1122:3344:101::8]:5353 generation = 2 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } uri = http://[fd00:1122:3344:101::8]:5353/config
61342023-07-19T18:42:09.127ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_internal body = Some(Body) dns_group = internal dns_server_url = http://[fd00:1122:3344:2::1]:5353 generation = 1 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } uri = http://[fd00:1122:3344:2::1]:5353/config
61352023-07-19T18:42:09.185ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_external body = Some(Body) dns_group = external dns_server_url = http://[fd00:1122:3344:101::9]:5353 generation = 2 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } uri = http://[fd00:1122:3344:101::9]:5353/config
61362023-07-19T18:42:09.186ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::9]:5353 generation = 2 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:101::9)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "65908b92-11ad-4dd8-ad8d-185883c34b19", "date": "Wed, 19 Jul 2023 18:42:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
61372023-07-19T18:42:09.186ZINFOnexus (BackgroundTasks): DNS server now at generation 2 background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::9]:5353 generation = 2 servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
61382023-07-19T18:42:09.187ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::8]:5353 generation = 2 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:101::8)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "e9486bff-1cd6-44bd-b19c-e1c6ab6c5106", "date": "Wed, 19 Jul 2023 18:42:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
61392023-07-19T18:42:09.187ZINFOnexus (BackgroundTasks): DNS server now at generation 2 background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::8]:5353 generation = 2 servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
61402023-07-19T18:42:09.188ZINFOnexus (BackgroundTasks): DNS propagation: done background_task = dns_propagation_external dns_group = external generation = 2 servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
61412023-07-19T18:42:09.188ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_propagation_external dns_group = external elapsed = 136.685385ms iteration = 7
61422023-07-19T18:42:09.189ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_internal body = Some(Body) dns_group = internal dns_server_url = http://[fd00:1122:3344:3::1]:5353 generation = 1 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } uri = http://[fd00:1122:3344:3::1]:5353/config
61432023-07-19T18:42:09.220ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_internal body = Some(Body) dns_group = internal dns_server_url = http://[fd00:1122:3344:1::1]:5353 generation = 1 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } uri = http://[fd00:1122:3344:1::1]:5353/config
61442023-07-19T18:42:09.221ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:1::1]:5353 generation = 1 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:1::1)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "565ae293-bb9d-48d4-aed0-e660fa1371b5", "date": "Wed, 19 Jul 2023 18:42:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
61452023-07-19T18:42:09.221ZINFOnexus (BackgroundTasks): DNS server now at generation 1 background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:1::1]:5353 generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
61462023-07-19T18:42:09.221ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:3::1]:5353 generation = 1 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:3::1)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "71967a73-465b-48d8-bb73-76eddf0488a3", "date": "Wed, 19 Jul 2023 18:42:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
61472023-07-19T18:42:09.221ZINFOnexus (BackgroundTasks): DNS server now at generation 1 background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:3::1]:5353 generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
61482023-07-19T18:42:09.223ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:2::1]:5353 generation = 1 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:2::1)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "8f5d4526-dd11-4b91-ae49-bb3d141cbbf9", "date": "Wed, 19 Jul 2023 18:42:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
61492023-07-19T18:42:09.223ZINFOnexus (BackgroundTasks): DNS server now at generation 1 background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:2::1]:5353 generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
61502023-07-19T18:42:09.225ZINFOnexus (BackgroundTasks): DNS propagation: done background_task = dns_propagation_internal dns_group = internal generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
61512023-07-19T18:42:09.225ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_propagation_internal dns_group = internal elapsed = 173.402083ms iteration = 7
61522023-07-19T18:42:09.562ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
61532023-07-19T18:42:09.562ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
61542023-07-19T18:42:09.563ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
61552023-07-19T18:42:09.564ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
61562023-07-19T18:42:09.565ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
61572023-07-19T18:42:09.567ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
61582023-07-19T18:42:09.567ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
61592023-07-19T18:42:09.567ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
61602023-07-19T18:42:09.568ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
61612023-07-19T18:42:09.568ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
61622023-07-19T18:42:09.570ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
61632023-07-19T18:42:09.570ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
61642023-07-19T18:42:09.572ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
61652023-07-19T18:42:09.572ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
61662023-07-19T18:42:09.573ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
61672023-07-19T18:42:09.574ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
61682023-07-19T18:42:09.574ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
61692023-07-19T18:42:09.575ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
61702023-07-19T18:42:09.576ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
61712023-07-19T18:42:09.577ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
61722023-07-19T18:42:09.577ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
61732023-07-19T18:42:09.577ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
61742023-07-19T18:42:09.581ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
61752023-07-19T18:42:09.581ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
61762023-07-19T18:42:09.582ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
61772023-07-19T18:42:09.582ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
61782023-07-19T18:42:09.583ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
61792023-07-19T18:42:09.583ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
61802023-07-19T18:42:09.585ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
61812023-07-19T18:42:09.585ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
61822023-07-19T18:42:09.586ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
61832023-07-19T18:42:09.587ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
61842023-07-19T18:42:09.587ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
61852023-07-19T18:42:09.587ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
61862023-07-19T18:42:09.588ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
61872023-07-19T18:42:09.589ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
61882023-07-19T18:42:09.590ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
61892023-07-19T18:42:09.590ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
61902023-07-19T18:42:09.591ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
61912023-07-19T18:42:09.592ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
61922023-07-19T18:42:09.592ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ef433eef-e6af-4704-b238-7168788c6924 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
61932023-07-19T18:42:09.592ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ef433eef-e6af-4704-b238-7168788c6924 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
61942023-07-19T18:42:09.593ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ef433eef-e6af-4704-b238-7168788c6924 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
61952023-07-19T18:42:09.593ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ef433eef-e6af-4704-b238-7168788c6924 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
61962023-07-19T18:42:09.595ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ef433eef-e6af-4704-b238-7168788c6924 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
61972023-07-19T18:42:09.595ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ef433eef-e6af-4704-b238-7168788c6924 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
61982023-07-19T18:42:09.596ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ef433eef-e6af-4704-b238-7168788c6924 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
61992023-07-19T18:42:09.596ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ef433eef-e6af-4704-b238-7168788c6924 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
62002023-07-19T18:42:09.598ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ef433eef-e6af-4704-b238-7168788c6924 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
62012023-07-19T18:42:09.599ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ef433eef-e6af-4704-b238-7168788c6924 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
62022023-07-19T18:42:09.601ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ef433eef-e6af-4704-b238-7168788c6924 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
62032023-07-19T18:42:09.601ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ef433eef-e6af-4704-b238-7168788c6924 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
62042023-07-19T18:42:09.603ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ef433eef-e6af-4704-b238-7168788c6924 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
62052023-07-19T18:42:09.603ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ef433eef-e6af-4704-b238-7168788c6924 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
62062023-07-19T18:42:09.605ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ef433eef-e6af-4704-b238-7168788c6924 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
62072023-07-19T18:42:09.608ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ef433eef-e6af-4704-b238-7168788c6924 resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
62082023-07-19T18:42:09.641ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ef433eef-e6af-4704-b238-7168788c6924 response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
62092023-07-19T18:42:14.644ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
62102023-07-19T18:42:14.644ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
62112023-07-19T18:42:14.645ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
62122023-07-19T18:42:14.646ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
62132023-07-19T18:42:14.648ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
62142023-07-19T18:42:14.649ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
62152023-07-19T18:42:14.649ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
62162023-07-19T18:42:14.649ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
62172023-07-19T18:42:14.650ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
62182023-07-19T18:42:14.650ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
62192023-07-19T18:42:14.654ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
62202023-07-19T18:42:14.655ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
62212023-07-19T18:42:14.656ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
62222023-07-19T18:42:14.656ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
62232023-07-19T18:42:14.658ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
62242023-07-19T18:42:14.659ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
62252023-07-19T18:42:14.659ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
62262023-07-19T18:42:14.659ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
62272023-07-19T18:42:14.661ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
62282023-07-19T18:42:14.662ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
62292023-07-19T18:42:14.662ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
62302023-07-19T18:42:14.662ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
62312023-07-19T18:42:14.666ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
62322023-07-19T18:42:14.666ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
62332023-07-19T18:42:14.667ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
62342023-07-19T18:42:14.667ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
62352023-07-19T18:42:14.668ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
62362023-07-19T18:42:14.668ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
62372023-07-19T18:42:14.669ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
62382023-07-19T18:42:14.670ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
62392023-07-19T18:42:14.671ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
62402023-07-19T18:42:14.672ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
62412023-07-19T18:42:14.672ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
62422023-07-19T18:42:14.672ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
62432023-07-19T18:42:14.674ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
62442023-07-19T18:42:14.674ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
62452023-07-19T18:42:14.675ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
62462023-07-19T18:42:14.675ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
62472023-07-19T18:42:14.676ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
62482023-07-19T18:42:14.677ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
62492023-07-19T18:42:14.677ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 011bf4bd-2d7e-49f4-9285-5d518064804a roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
62502023-07-19T18:42:14.678ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 011bf4bd-2d7e-49f4-9285-5d518064804a resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
62512023-07-19T18:42:14.679ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 011bf4bd-2d7e-49f4-9285-5d518064804a roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
62522023-07-19T18:42:14.679ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 011bf4bd-2d7e-49f4-9285-5d518064804a resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
62532023-07-19T18:42:14.680ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 011bf4bd-2d7e-49f4-9285-5d518064804a roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
62542023-07-19T18:42:14.680ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 011bf4bd-2d7e-49f4-9285-5d518064804a resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
62552023-07-19T18:42:14.681ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 011bf4bd-2d7e-49f4-9285-5d518064804a roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
62562023-07-19T18:42:14.682ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 011bf4bd-2d7e-49f4-9285-5d518064804a resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
62572023-07-19T18:42:14.684ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 011bf4bd-2d7e-49f4-9285-5d518064804a roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
62582023-07-19T18:42:14.684ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 011bf4bd-2d7e-49f4-9285-5d518064804a resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
62592023-07-19T18:42:14.686ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 011bf4bd-2d7e-49f4-9285-5d518064804a roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
62602023-07-19T18:42:14.686ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 011bf4bd-2d7e-49f4-9285-5d518064804a resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
62612023-07-19T18:42:14.688ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 011bf4bd-2d7e-49f4-9285-5d518064804a roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
62622023-07-19T18:42:14.688ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 011bf4bd-2d7e-49f4-9285-5d518064804a resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
62632023-07-19T18:42:14.690ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 011bf4bd-2d7e-49f4-9285-5d518064804a roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
62642023-07-19T18:42:14.693ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 011bf4bd-2d7e-49f4-9285-5d518064804a resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
62652023-07-19T18:42:14.727ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 011bf4bd-2d7e-49f4-9285-5d518064804a response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
62662023-07-19T18:42:17.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 4dcdfeda-ea46-4d63-a7a6-bc3e9a347360 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
62672023-07-19T18:42:19.730ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
62682023-07-19T18:42:19.730ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
62692023-07-19T18:42:19.731ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
62702023-07-19T18:42:19.732ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
62712023-07-19T18:42:19.733ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
62722023-07-19T18:42:19.734ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
62732023-07-19T18:42:19.734ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
62742023-07-19T18:42:19.735ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
62752023-07-19T18:42:19.736ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
62762023-07-19T18:42:19.736ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
62772023-07-19T18:42:19.737ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
62782023-07-19T18:42:19.737ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
62792023-07-19T18:42:19.738ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
62802023-07-19T18:42:19.739ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
62812023-07-19T18:42:19.740ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
62822023-07-19T18:42:19.741ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
62832023-07-19T18:42:19.741ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
62842023-07-19T18:42:19.741ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
62852023-07-19T18:42:19.742ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
62862023-07-19T18:42:19.744ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
62872023-07-19T18:42:19.744ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
62882023-07-19T18:42:19.744ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
62892023-07-19T18:42:19.747ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
62902023-07-19T18:42:19.747ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
62912023-07-19T18:42:19.748ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
62922023-07-19T18:42:19.748ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
62932023-07-19T18:42:19.749ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
62942023-07-19T18:42:19.750ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
62952023-07-19T18:42:19.751ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
62962023-07-19T18:42:19.751ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
62972023-07-19T18:42:19.752ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
62982023-07-19T18:42:19.753ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
62992023-07-19T18:42:19.753ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
63002023-07-19T18:42:19.753ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
63012023-07-19T18:42:19.755ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
63022023-07-19T18:42:19.755ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
63032023-07-19T18:42:19.756ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
63042023-07-19T18:42:19.756ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
63052023-07-19T18:42:19.757ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
63062023-07-19T18:42:19.758ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
63072023-07-19T18:42:19.758ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = fdc10558-b992-4bfa-ac88-388d893512fb roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
63082023-07-19T18:42:19.759ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = fdc10558-b992-4bfa-ac88-388d893512fb resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
63092023-07-19T18:42:19.760ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = fdc10558-b992-4bfa-ac88-388d893512fb roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
63102023-07-19T18:42:19.760ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = fdc10558-b992-4bfa-ac88-388d893512fb resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
63112023-07-19T18:42:19.761ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = fdc10558-b992-4bfa-ac88-388d893512fb roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
63122023-07-19T18:42:19.762ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = fdc10558-b992-4bfa-ac88-388d893512fb resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
63132023-07-19T18:42:19.763ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = fdc10558-b992-4bfa-ac88-388d893512fb roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
63142023-07-19T18:42:19.763ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = fdc10558-b992-4bfa-ac88-388d893512fb resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
63152023-07-19T18:42:19.766ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = fdc10558-b992-4bfa-ac88-388d893512fb roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
63162023-07-19T18:42:19.766ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = fdc10558-b992-4bfa-ac88-388d893512fb resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
63172023-07-19T18:42:19.768ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = fdc10558-b992-4bfa-ac88-388d893512fb roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
63182023-07-19T18:42:19.768ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = fdc10558-b992-4bfa-ac88-388d893512fb resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
63192023-07-19T18:42:19.770ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = fdc10558-b992-4bfa-ac88-388d893512fb roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
63202023-07-19T18:42:19.770ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = fdc10558-b992-4bfa-ac88-388d893512fb resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
63212023-07-19T18:42:19.772ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = fdc10558-b992-4bfa-ac88-388d893512fb roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
63222023-07-19T18:42:19.775ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = fdc10558-b992-4bfa-ac88-388d893512fb resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
63232023-07-19T18:42:19.809ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = fdc10558-b992-4bfa-ac88-388d893512fb response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
63242023-07-19T18:42:24.812ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
63252023-07-19T18:42:24.812ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
63262023-07-19T18:42:24.814ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
63272023-07-19T18:42:24.814ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
63282023-07-19T18:42:24.816ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
63292023-07-19T18:42:24.817ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
63302023-07-19T18:42:24.817ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
63312023-07-19T18:42:24.817ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
63322023-07-19T18:42:24.819ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
63332023-07-19T18:42:24.819ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
63342023-07-19T18:42:24.820ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
63352023-07-19T18:42:24.820ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
63362023-07-19T18:42:24.821ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
63372023-07-19T18:42:24.821ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
63382023-07-19T18:42:24.822ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
63392023-07-19T18:42:24.824ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
63402023-07-19T18:42:24.824ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
63412023-07-19T18:42:24.824ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
63422023-07-19T18:42:24.825ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
63432023-07-19T18:42:24.826ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
63442023-07-19T18:42:24.826ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
63452023-07-19T18:42:24.826ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
63462023-07-19T18:42:24.830ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
63472023-07-19T18:42:24.830ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
63482023-07-19T18:42:24.831ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
63492023-07-19T18:42:24.831ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
63502023-07-19T18:42:24.832ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
63512023-07-19T18:42:24.833ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
63522023-07-19T18:42:24.834ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
63532023-07-19T18:42:24.834ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
63542023-07-19T18:42:24.835ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
63552023-07-19T18:42:24.837ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
63562023-07-19T18:42:24.837ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
63572023-07-19T18:42:24.837ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
63582023-07-19T18:42:24.838ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
63592023-07-19T18:42:24.838ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
63602023-07-19T18:42:24.839ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
63612023-07-19T18:42:24.839ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
63622023-07-19T18:42:24.840ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
63632023-07-19T18:42:24.842ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
63642023-07-19T18:42:24.842ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 4e9cacf1-feb2-4527-bbce-e25edcd30dff roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
63652023-07-19T18:42:24.842ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 4e9cacf1-feb2-4527-bbce-e25edcd30dff resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
63662023-07-19T18:42:24.843ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 4e9cacf1-feb2-4527-bbce-e25edcd30dff roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
63672023-07-19T18:42:24.843ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 4e9cacf1-feb2-4527-bbce-e25edcd30dff resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
63682023-07-19T18:42:24.844ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 4e9cacf1-feb2-4527-bbce-e25edcd30dff roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
63692023-07-19T18:42:24.844ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 4e9cacf1-feb2-4527-bbce-e25edcd30dff resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
63702023-07-19T18:42:24.846ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 4e9cacf1-feb2-4527-bbce-e25edcd30dff roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
63712023-07-19T18:42:24.846ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 4e9cacf1-feb2-4527-bbce-e25edcd30dff resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
63722023-07-19T18:42:24.848ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 4e9cacf1-feb2-4527-bbce-e25edcd30dff roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
63732023-07-19T18:42:24.848ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 4e9cacf1-feb2-4527-bbce-e25edcd30dff resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
63742023-07-19T18:42:24.850ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 4e9cacf1-feb2-4527-bbce-e25edcd30dff roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
63752023-07-19T18:42:24.850ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 4e9cacf1-feb2-4527-bbce-e25edcd30dff resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
63762023-07-19T18:42:24.852ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 4e9cacf1-feb2-4527-bbce-e25edcd30dff roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
63772023-07-19T18:42:24.852ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 4e9cacf1-feb2-4527-bbce-e25edcd30dff resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
63782023-07-19T18:42:24.854ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 4e9cacf1-feb2-4527-bbce-e25edcd30dff roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
63792023-07-19T18:42:24.857ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 4e9cacf1-feb2-4527-bbce-e25edcd30dff resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
63802023-07-19T18:42:24.891ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 4e9cacf1-feb2-4527-bbce-e25edcd30dff response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
63812023-07-19T18:42:27.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = df25148e-4fb8-4825-a7f2-f186cf9aff76 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
63822023-07-19T18:42:29.894ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
63832023-07-19T18:42:29.894ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
63842023-07-19T18:42:29.895ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
63852023-07-19T18:42:29.895ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
63862023-07-19T18:42:29.897ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
63872023-07-19T18:42:29.898ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
63882023-07-19T18:42:29.898ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
63892023-07-19T18:42:29.898ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
63902023-07-19T18:42:29.899ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
63912023-07-19T18:42:29.899ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
63922023-07-19T18:42:29.900ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
63932023-07-19T18:42:29.901ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
63942023-07-19T18:42:29.902ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
63952023-07-19T18:42:29.902ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
63962023-07-19T18:42:29.903ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
63972023-07-19T18:42:29.904ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
63982023-07-19T18:42:29.904ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
63992023-07-19T18:42:29.905ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
64002023-07-19T18:42:29.906ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
64012023-07-19T18:42:29.907ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
64022023-07-19T18:42:29.907ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
64032023-07-19T18:42:29.907ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
64042023-07-19T18:42:29.911ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
64052023-07-19T18:42:29.911ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
64062023-07-19T18:42:29.912ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
64072023-07-19T18:42:29.912ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
64082023-07-19T18:42:29.913ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
64092023-07-19T18:42:29.913ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
64102023-07-19T18:42:29.914ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
64112023-07-19T18:42:29.915ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
64122023-07-19T18:42:29.916ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
64132023-07-19T18:42:29.917ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
64142023-07-19T18:42:29.917ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
64152023-07-19T18:42:29.917ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
64162023-07-19T18:42:29.918ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
64172023-07-19T18:42:29.918ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
64182023-07-19T18:42:29.919ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
64192023-07-19T18:42:29.919ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
64202023-07-19T18:42:29.920ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
64212023-07-19T18:42:29.922ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
64222023-07-19T18:42:29.922ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b14a9a2f-cabd-4356-905e-99d0c37bc1b6 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
64232023-07-19T18:42:29.922ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b14a9a2f-cabd-4356-905e-99d0c37bc1b6 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
64242023-07-19T18:42:29.923ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b14a9a2f-cabd-4356-905e-99d0c37bc1b6 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
64252023-07-19T18:42:29.923ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b14a9a2f-cabd-4356-905e-99d0c37bc1b6 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
64262023-07-19T18:42:29.924ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b14a9a2f-cabd-4356-905e-99d0c37bc1b6 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
64272023-07-19T18:42:29.924ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b14a9a2f-cabd-4356-905e-99d0c37bc1b6 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
64282023-07-19T18:42:29.926ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b14a9a2f-cabd-4356-905e-99d0c37bc1b6 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
64292023-07-19T18:42:29.926ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b14a9a2f-cabd-4356-905e-99d0c37bc1b6 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
64302023-07-19T18:42:29.928ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b14a9a2f-cabd-4356-905e-99d0c37bc1b6 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
64312023-07-19T18:42:29.928ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b14a9a2f-cabd-4356-905e-99d0c37bc1b6 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
64322023-07-19T18:42:29.930ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b14a9a2f-cabd-4356-905e-99d0c37bc1b6 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
64332023-07-19T18:42:29.930ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b14a9a2f-cabd-4356-905e-99d0c37bc1b6 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
64342023-07-19T18:42:29.932ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b14a9a2f-cabd-4356-905e-99d0c37bc1b6 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
64352023-07-19T18:42:29.932ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b14a9a2f-cabd-4356-905e-99d0c37bc1b6 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
64362023-07-19T18:42:29.934ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b14a9a2f-cabd-4356-905e-99d0c37bc1b6 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
64372023-07-19T18:42:29.937ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b14a9a2f-cabd-4356-905e-99d0c37bc1b6 resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
64382023-07-19T18:42:29.970ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b14a9a2f-cabd-4356-905e-99d0c37bc1b6 response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
64392023-07-19T18:42:34.972ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
64402023-07-19T18:42:34.973ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
64412023-07-19T18:42:34.974ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
64422023-07-19T18:42:34.974ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
64432023-07-19T18:42:34.976ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
64442023-07-19T18:42:34.977ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
64452023-07-19T18:42:34.978ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
64462023-07-19T18:42:34.978ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
64472023-07-19T18:42:34.979ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
64482023-07-19T18:42:34.979ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
64492023-07-19T18:42:34.981ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
64502023-07-19T18:42:34.981ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
64512023-07-19T18:42:34.982ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
64522023-07-19T18:42:34.982ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
64532023-07-19T18:42:34.984ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
64542023-07-19T18:42:34.985ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
64552023-07-19T18:42:34.985ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
64562023-07-19T18:42:34.985ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
64572023-07-19T18:42:34.986ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
64582023-07-19T18:42:34.987ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
64592023-07-19T18:42:34.987ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
64602023-07-19T18:42:34.987ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
64612023-07-19T18:42:34.994ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
64622023-07-19T18:42:34.994ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
64632023-07-19T18:42:34.995ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
64642023-07-19T18:42:34.995ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
64652023-07-19T18:42:34.996ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
64662023-07-19T18:42:34.996ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
64672023-07-19T18:42:34.997ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
64682023-07-19T18:42:34.997ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
64692023-07-19T18:42:34.999ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
64702023-07-19T18:42:35.000ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
64712023-07-19T18:42:35.000ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
64722023-07-19T18:42:35.000ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
64732023-07-19T18:42:35.001ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
64742023-07-19T18:42:35.001ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
64752023-07-19T18:42:35.002ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
64762023-07-19T18:42:35.002ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
64772023-07-19T18:42:35.003ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
64782023-07-19T18:42:35.004ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
64792023-07-19T18:42:35.004ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 60441391-dafe-4685-9668-3b14ba7a0612 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
64802023-07-19T18:42:35.005ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 60441391-dafe-4685-9668-3b14ba7a0612 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
64812023-07-19T18:42:35.006ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 60441391-dafe-4685-9668-3b14ba7a0612 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
64822023-07-19T18:42:35.006ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 60441391-dafe-4685-9668-3b14ba7a0612 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
64832023-07-19T18:42:35.007ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 60441391-dafe-4685-9668-3b14ba7a0612 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
64842023-07-19T18:42:35.008ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 60441391-dafe-4685-9668-3b14ba7a0612 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
64852023-07-19T18:42:35.009ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 60441391-dafe-4685-9668-3b14ba7a0612 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
64862023-07-19T18:42:35.009ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 60441391-dafe-4685-9668-3b14ba7a0612 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
64872023-07-19T18:42:35.011ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 60441391-dafe-4685-9668-3b14ba7a0612 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
64882023-07-19T18:42:35.012ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 60441391-dafe-4685-9668-3b14ba7a0612 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
64892023-07-19T18:42:35.014ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 60441391-dafe-4685-9668-3b14ba7a0612 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
64902023-07-19T18:42:35.014ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 60441391-dafe-4685-9668-3b14ba7a0612 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
64912023-07-19T18:42:35.016ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 60441391-dafe-4685-9668-3b14ba7a0612 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
64922023-07-19T18:42:35.016ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 60441391-dafe-4685-9668-3b14ba7a0612 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
64932023-07-19T18:42:35.019ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 60441391-dafe-4685-9668-3b14ba7a0612 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
64942023-07-19T18:42:35.022ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 60441391-dafe-4685-9668-3b14ba7a0612 resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
64952023-07-19T18:42:35.054ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 60441391-dafe-4685-9668-3b14ba7a0612 response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
64962023-07-19T18:42:37.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 09a03721-be14-4e11-8a84-55ba78bfb086 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
64972023-07-19T18:42:40.056ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
64982023-07-19T18:42:40.057ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
64992023-07-19T18:42:40.058ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
65002023-07-19T18:42:40.058ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
65012023-07-19T18:42:40.060ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
65022023-07-19T18:42:40.061ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
65032023-07-19T18:42:40.061ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
65042023-07-19T18:42:40.061ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
65052023-07-19T18:42:40.063ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
65062023-07-19T18:42:40.063ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
65072023-07-19T18:42:40.064ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
65082023-07-19T18:42:40.064ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
65092023-07-19T18:42:40.066ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
65102023-07-19T18:42:40.066ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
65112023-07-19T18:42:40.067ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
65122023-07-19T18:42:40.068ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
65132023-07-19T18:42:40.068ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
65142023-07-19T18:42:40.068ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
65152023-07-19T18:42:40.070ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
65162023-07-19T18:42:40.071ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
65172023-07-19T18:42:40.071ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
65182023-07-19T18:42:40.071ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
65192023-07-19T18:42:40.075ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
65202023-07-19T18:42:40.075ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
65212023-07-19T18:42:40.076ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
65222023-07-19T18:42:40.076ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
65232023-07-19T18:42:40.077ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
65242023-07-19T18:42:40.077ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
65252023-07-19T18:42:40.079ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
65262023-07-19T18:42:40.079ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
65272023-07-19T18:42:40.080ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
65282023-07-19T18:42:40.081ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
65292023-07-19T18:42:40.081ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
65302023-07-19T18:42:40.081ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
65312023-07-19T18:42:40.082ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
65322023-07-19T18:42:40.082ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
65332023-07-19T18:42:40.084ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
65342023-07-19T18:42:40.084ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
65352023-07-19T18:42:40.085ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
65362023-07-19T18:42:40.086ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
65372023-07-19T18:42:40.086ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2194b04e-6913-4b21-8e82-33ee8b75e00b roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
65382023-07-19T18:42:40.086ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2194b04e-6913-4b21-8e82-33ee8b75e00b resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
65392023-07-19T18:42:40.087ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2194b04e-6913-4b21-8e82-33ee8b75e00b roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
65402023-07-19T18:42:40.087ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2194b04e-6913-4b21-8e82-33ee8b75e00b resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
65412023-07-19T18:42:40.089ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2194b04e-6913-4b21-8e82-33ee8b75e00b roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
65422023-07-19T18:42:40.089ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2194b04e-6913-4b21-8e82-33ee8b75e00b resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
65432023-07-19T18:42:40.090ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2194b04e-6913-4b21-8e82-33ee8b75e00b roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
65442023-07-19T18:42:40.090ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2194b04e-6913-4b21-8e82-33ee8b75e00b resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
65452023-07-19T18:42:40.092ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2194b04e-6913-4b21-8e82-33ee8b75e00b roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
65462023-07-19T18:42:40.093ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2194b04e-6913-4b21-8e82-33ee8b75e00b resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
65472023-07-19T18:42:40.095ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2194b04e-6913-4b21-8e82-33ee8b75e00b roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
65482023-07-19T18:42:40.095ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2194b04e-6913-4b21-8e82-33ee8b75e00b resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
65492023-07-19T18:42:40.097ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2194b04e-6913-4b21-8e82-33ee8b75e00b roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
65502023-07-19T18:42:40.097ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2194b04e-6913-4b21-8e82-33ee8b75e00b resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
65512023-07-19T18:42:40.099ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2194b04e-6913-4b21-8e82-33ee8b75e00b roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
65522023-07-19T18:42:40.102ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2194b04e-6913-4b21-8e82-33ee8b75e00b resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
65532023-07-19T18:42:40.135ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2194b04e-6913-4b21-8e82-33ee8b75e00b response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
65542023-07-19T18:42:45.138ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
65552023-07-19T18:42:45.138ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
65562023-07-19T18:42:45.139ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
65572023-07-19T18:42:45.140ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
65582023-07-19T18:42:45.141ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
65592023-07-19T18:42:45.143ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
65602023-07-19T18:42:45.143ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
65612023-07-19T18:42:45.143ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
65622023-07-19T18:42:45.144ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
65632023-07-19T18:42:45.144ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
65642023-07-19T18:42:45.146ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
65652023-07-19T18:42:45.146ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
65662023-07-19T18:42:45.147ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
65672023-07-19T18:42:45.147ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
65682023-07-19T18:42:45.148ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
65692023-07-19T18:42:45.149ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
65702023-07-19T18:42:45.149ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
65712023-07-19T18:42:45.150ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
65722023-07-19T18:42:45.151ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
65732023-07-19T18:42:45.152ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
65742023-07-19T18:42:45.152ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
65752023-07-19T18:42:45.152ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
65762023-07-19T18:42:45.156ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
65772023-07-19T18:42:45.156ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
65782023-07-19T18:42:45.157ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
65792023-07-19T18:42:45.157ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
65802023-07-19T18:42:45.158ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
65812023-07-19T18:42:45.159ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
65822023-07-19T18:42:45.160ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
65832023-07-19T18:42:45.160ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
65842023-07-19T18:42:45.161ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
65852023-07-19T18:42:45.162ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
65862023-07-19T18:42:45.162ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
65872023-07-19T18:42:45.162ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
65882023-07-19T18:42:45.164ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
65892023-07-19T18:42:45.164ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
65902023-07-19T18:42:45.165ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
65912023-07-19T18:42:45.165ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
65922023-07-19T18:42:45.166ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
65932023-07-19T18:42:45.168ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
65942023-07-19T18:42:45.168ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3e1d5702-d0f1-40a2-8cb2-0de915ad3d17 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
65952023-07-19T18:42:45.168ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3e1d5702-d0f1-40a2-8cb2-0de915ad3d17 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
65962023-07-19T18:42:45.169ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3e1d5702-d0f1-40a2-8cb2-0de915ad3d17 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
65972023-07-19T18:42:45.169ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3e1d5702-d0f1-40a2-8cb2-0de915ad3d17 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
65982023-07-19T18:42:45.171ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3e1d5702-d0f1-40a2-8cb2-0de915ad3d17 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
65992023-07-19T18:42:45.171ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3e1d5702-d0f1-40a2-8cb2-0de915ad3d17 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
66002023-07-19T18:42:45.172ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3e1d5702-d0f1-40a2-8cb2-0de915ad3d17 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
66012023-07-19T18:42:45.172ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3e1d5702-d0f1-40a2-8cb2-0de915ad3d17 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
66022023-07-19T18:42:45.175ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3e1d5702-d0f1-40a2-8cb2-0de915ad3d17 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
66032023-07-19T18:42:45.175ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3e1d5702-d0f1-40a2-8cb2-0de915ad3d17 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
66042023-07-19T18:42:45.177ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3e1d5702-d0f1-40a2-8cb2-0de915ad3d17 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
66052023-07-19T18:42:45.177ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3e1d5702-d0f1-40a2-8cb2-0de915ad3d17 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
66062023-07-19T18:42:45.179ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3e1d5702-d0f1-40a2-8cb2-0de915ad3d17 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
66072023-07-19T18:42:45.179ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3e1d5702-d0f1-40a2-8cb2-0de915ad3d17 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
66082023-07-19T18:42:45.181ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3e1d5702-d0f1-40a2-8cb2-0de915ad3d17 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
66092023-07-19T18:42:45.184ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3e1d5702-d0f1-40a2-8cb2-0de915ad3d17 resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
66102023-07-19T18:42:45.217ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 3e1d5702-d0f1-40a2-8cb2-0de915ad3d17 response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
66112023-07-19T18:42:47.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 96f649b3-e6e2-442c-8e2d-56bbcb7a05b0 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
66122023-07-19T18:42:50.220ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
66132023-07-19T18:42:50.220ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
66142023-07-19T18:42:50.222ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
66152023-07-19T18:42:50.222ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
66162023-07-19T18:42:50.224ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
66172023-07-19T18:42:50.225ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
66182023-07-19T18:42:50.225ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
66192023-07-19T18:42:50.225ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
66202023-07-19T18:42:50.227ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
66212023-07-19T18:42:50.227ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
66222023-07-19T18:42:50.228ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
66232023-07-19T18:42:50.228ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
66242023-07-19T18:42:50.229ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
66252023-07-19T18:42:50.230ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
66262023-07-19T18:42:50.231ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
66272023-07-19T18:42:50.232ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
66282023-07-19T18:42:50.232ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
66292023-07-19T18:42:50.232ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
66302023-07-19T18:42:50.233ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
66312023-07-19T18:42:50.235ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
66322023-07-19T18:42:50.235ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
66332023-07-19T18:42:50.235ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
66342023-07-19T18:42:50.238ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
66352023-07-19T18:42:50.239ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
66362023-07-19T18:42:50.240ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
66372023-07-19T18:42:50.240ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
66382023-07-19T18:42:50.241ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
66392023-07-19T18:42:50.241ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
66402023-07-19T18:42:50.242ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
66412023-07-19T18:42:50.242ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
66422023-07-19T18:42:50.244ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
66432023-07-19T18:42:50.245ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
66442023-07-19T18:42:50.245ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
66452023-07-19T18:42:50.245ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
66462023-07-19T18:42:50.246ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
66472023-07-19T18:42:50.246ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
66482023-07-19T18:42:50.247ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
66492023-07-19T18:42:50.248ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
66502023-07-19T18:42:50.249ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
66512023-07-19T18:42:50.250ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
66522023-07-19T18:42:50.250ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b22c8b12-1ce7-4663-9c94-0ff962ed725f roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
66532023-07-19T18:42:50.250ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b22c8b12-1ce7-4663-9c94-0ff962ed725f resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
66542023-07-19T18:42:50.251ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b22c8b12-1ce7-4663-9c94-0ff962ed725f roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
66552023-07-19T18:42:50.251ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b22c8b12-1ce7-4663-9c94-0ff962ed725f resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
66562023-07-19T18:42:50.253ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b22c8b12-1ce7-4663-9c94-0ff962ed725f roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
66572023-07-19T18:42:50.253ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b22c8b12-1ce7-4663-9c94-0ff962ed725f resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
66582023-07-19T18:42:50.254ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b22c8b12-1ce7-4663-9c94-0ff962ed725f roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
66592023-07-19T18:42:50.254ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b22c8b12-1ce7-4663-9c94-0ff962ed725f resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
66602023-07-19T18:42:50.256ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b22c8b12-1ce7-4663-9c94-0ff962ed725f roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
66612023-07-19T18:42:50.256ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b22c8b12-1ce7-4663-9c94-0ff962ed725f resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
66622023-07-19T18:42:50.259ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b22c8b12-1ce7-4663-9c94-0ff962ed725f roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
66632023-07-19T18:42:50.259ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b22c8b12-1ce7-4663-9c94-0ff962ed725f resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
66642023-07-19T18:42:50.261ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b22c8b12-1ce7-4663-9c94-0ff962ed725f roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
66652023-07-19T18:42:50.261ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b22c8b12-1ce7-4663-9c94-0ff962ed725f resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
66662023-07-19T18:42:50.263ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b22c8b12-1ce7-4663-9c94-0ff962ed725f roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
66672023-07-19T18:42:50.266ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b22c8b12-1ce7-4663-9c94-0ff962ed725f resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
66682023-07-19T18:42:50.299ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b22c8b12-1ce7-4663-9c94-0ff962ed725f response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
66692023-07-19T18:42:55.302ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
66702023-07-19T18:42:55.302ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
66712023-07-19T18:42:55.304ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
66722023-07-19T18:42:55.304ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
66732023-07-19T18:42:55.306ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
66742023-07-19T18:42:55.307ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
66752023-07-19T18:42:55.307ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
66762023-07-19T18:42:55.307ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
66772023-07-19T18:42:55.308ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
66782023-07-19T18:42:55.308ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
66792023-07-19T18:42:55.310ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
66802023-07-19T18:42:55.310ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
66812023-07-19T18:42:55.311ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
66822023-07-19T18:42:55.311ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
66832023-07-19T18:42:55.313ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
66842023-07-19T18:42:55.314ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
66852023-07-19T18:42:55.314ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
66862023-07-19T18:42:55.314ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
66872023-07-19T18:42:55.315ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
66882023-07-19T18:42:55.316ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
66892023-07-19T18:42:55.316ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
66902023-07-19T18:42:55.316ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
66912023-07-19T18:42:55.321ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
66922023-07-19T18:42:55.321ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
66932023-07-19T18:42:55.322ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
66942023-07-19T18:42:55.322ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
66952023-07-19T18:42:55.323ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
66962023-07-19T18:42:55.323ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
66972023-07-19T18:42:55.325ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
66982023-07-19T18:42:55.325ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
66992023-07-19T18:42:55.326ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
67002023-07-19T18:42:55.327ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
67012023-07-19T18:42:55.327ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
67022023-07-19T18:42:55.327ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
67032023-07-19T18:42:55.328ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
67042023-07-19T18:42:55.328ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
67052023-07-19T18:42:55.330ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
67062023-07-19T18:42:55.330ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
67072023-07-19T18:42:55.331ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
67082023-07-19T18:42:55.332ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
67092023-07-19T18:42:55.332ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 42c47096-d6d0-4777-a6ef-16e118add1a7 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
67102023-07-19T18:42:55.332ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 42c47096-d6d0-4777-a6ef-16e118add1a7 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
67112023-07-19T18:42:55.333ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 42c47096-d6d0-4777-a6ef-16e118add1a7 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
67122023-07-19T18:42:55.333ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 42c47096-d6d0-4777-a6ef-16e118add1a7 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
67132023-07-19T18:42:55.334ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 42c47096-d6d0-4777-a6ef-16e118add1a7 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
67142023-07-19T18:42:55.335ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 42c47096-d6d0-4777-a6ef-16e118add1a7 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
67152023-07-19T18:42:55.336ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 42c47096-d6d0-4777-a6ef-16e118add1a7 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
67162023-07-19T18:42:55.336ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 42c47096-d6d0-4777-a6ef-16e118add1a7 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
67172023-07-19T18:42:55.338ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 42c47096-d6d0-4777-a6ef-16e118add1a7 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
67182023-07-19T18:42:55.338ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 42c47096-d6d0-4777-a6ef-16e118add1a7 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
67192023-07-19T18:42:55.340ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 42c47096-d6d0-4777-a6ef-16e118add1a7 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
67202023-07-19T18:42:55.340ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 42c47096-d6d0-4777-a6ef-16e118add1a7 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
67212023-07-19T18:42:55.342ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 42c47096-d6d0-4777-a6ef-16e118add1a7 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
67222023-07-19T18:42:55.343ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 42c47096-d6d0-4777-a6ef-16e118add1a7 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
67232023-07-19T18:42:55.345ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 42c47096-d6d0-4777-a6ef-16e118add1a7 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
67242023-07-19T18:42:55.348ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 42c47096-d6d0-4777-a6ef-16e118add1a7 resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
67252023-07-19T18:42:55.379ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 42c47096-d6d0-4777-a6ef-16e118add1a7 response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
67262023-07-19T18:42:57.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 89e074df-4f1b-4f76-8588-c957ab2eead3 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
67272023-07-19T18:43:00.381ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
67282023-07-19T18:43:00.382ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
67292023-07-19T18:43:00.383ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
67302023-07-19T18:43:00.384ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
67312023-07-19T18:43:00.385ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
67322023-07-19T18:43:00.386ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
67332023-07-19T18:43:00.386ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
67342023-07-19T18:43:00.387ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
67352023-07-19T18:43:00.388ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
67362023-07-19T18:43:00.388ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
67372023-07-19T18:43:00.389ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
67382023-07-19T18:43:00.389ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
67392023-07-19T18:43:00.391ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
67402023-07-19T18:43:00.391ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
67412023-07-19T18:43:00.392ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
67422023-07-19T18:43:00.393ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
67432023-07-19T18:43:00.393ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
67442023-07-19T18:43:00.393ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
67452023-07-19T18:43:00.395ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
67462023-07-19T18:43:00.396ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
67472023-07-19T18:43:00.396ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
67482023-07-19T18:43:00.396ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
67492023-07-19T18:43:00.400ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
67502023-07-19T18:43:00.400ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
67512023-07-19T18:43:00.402ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
67522023-07-19T18:43:00.402ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
67532023-07-19T18:43:00.403ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
67542023-07-19T18:43:00.403ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
67552023-07-19T18:43:00.404ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
67562023-07-19T18:43:00.405ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
67572023-07-19T18:43:00.406ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
67582023-07-19T18:43:00.407ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
67592023-07-19T18:43:00.407ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
67602023-07-19T18:43:00.407ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
67612023-07-19T18:43:00.408ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
67622023-07-19T18:43:00.408ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
67632023-07-19T18:43:00.410ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
67642023-07-19T18:43:00.410ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
67652023-07-19T18:43:00.411ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
67662023-07-19T18:43:00.412ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
67672023-07-19T18:43:00.412ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = aded6a69-3d9d-4be2-aad1-a1a194334a32 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
67682023-07-19T18:43:00.412ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = aded6a69-3d9d-4be2-aad1-a1a194334a32 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
67692023-07-19T18:43:00.413ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = aded6a69-3d9d-4be2-aad1-a1a194334a32 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
67702023-07-19T18:43:00.414ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = aded6a69-3d9d-4be2-aad1-a1a194334a32 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
67712023-07-19T18:43:00.415ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = aded6a69-3d9d-4be2-aad1-a1a194334a32 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
67722023-07-19T18:43:00.415ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = aded6a69-3d9d-4be2-aad1-a1a194334a32 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
67732023-07-19T18:43:00.417ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = aded6a69-3d9d-4be2-aad1-a1a194334a32 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
67742023-07-19T18:43:00.417ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = aded6a69-3d9d-4be2-aad1-a1a194334a32 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
67752023-07-19T18:43:00.419ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = aded6a69-3d9d-4be2-aad1-a1a194334a32 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
67762023-07-19T18:43:00.419ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = aded6a69-3d9d-4be2-aad1-a1a194334a32 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
67772023-07-19T18:43:00.421ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = aded6a69-3d9d-4be2-aad1-a1a194334a32 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
67782023-07-19T18:43:00.421ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = aded6a69-3d9d-4be2-aad1-a1a194334a32 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
67792023-07-19T18:43:00.423ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = aded6a69-3d9d-4be2-aad1-a1a194334a32 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
67802023-07-19T18:43:00.423ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = aded6a69-3d9d-4be2-aad1-a1a194334a32 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
67812023-07-19T18:43:00.426ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = aded6a69-3d9d-4be2-aad1-a1a194334a32 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
67822023-07-19T18:43:00.429ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = aded6a69-3d9d-4be2-aad1-a1a194334a32 resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
67832023-07-19T18:43:00.462ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = aded6a69-3d9d-4be2-aad1-a1a194334a32 response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
67842023-07-19T18:43:05.464ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
67852023-07-19T18:43:05.464ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
67862023-07-19T18:43:05.466ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
67872023-07-19T18:43:05.466ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
67882023-07-19T18:43:05.468ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
67892023-07-19T18:43:05.469ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
67902023-07-19T18:43:05.469ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
67912023-07-19T18:43:05.469ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
67922023-07-19T18:43:05.470ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
67932023-07-19T18:43:05.470ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
67942023-07-19T18:43:05.472ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
67952023-07-19T18:43:05.472ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
67962023-07-19T18:43:05.473ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
67972023-07-19T18:43:05.473ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
67982023-07-19T18:43:05.474ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
67992023-07-19T18:43:05.476ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
68002023-07-19T18:43:05.476ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
68012023-07-19T18:43:05.476ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
68022023-07-19T18:43:05.477ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
68032023-07-19T18:43:05.478ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
68042023-07-19T18:43:05.478ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
68052023-07-19T18:43:05.478ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
68062023-07-19T18:43:05.484ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
68072023-07-19T18:43:05.484ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
68082023-07-19T18:43:05.485ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
68092023-07-19T18:43:05.486ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
68102023-07-19T18:43:05.486ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
68112023-07-19T18:43:05.487ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
68122023-07-19T18:43:05.488ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
68132023-07-19T18:43:05.488ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
68142023-07-19T18:43:05.489ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
68152023-07-19T18:43:05.490ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
68162023-07-19T18:43:05.490ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
68172023-07-19T18:43:05.490ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
68182023-07-19T18:43:05.491ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
68192023-07-19T18:43:05.492ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
68202023-07-19T18:43:05.493ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
68212023-07-19T18:43:05.493ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
68222023-07-19T18:43:05.494ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
68232023-07-19T18:43:05.495ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
68242023-07-19T18:43:05.495ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 103a41db-f453-4700-9e53-c48429a83a11 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
68252023-07-19T18:43:05.495ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 103a41db-f453-4700-9e53-c48429a83a11 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
68262023-07-19T18:43:05.496ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 103a41db-f453-4700-9e53-c48429a83a11 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
68272023-07-19T18:43:05.497ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 103a41db-f453-4700-9e53-c48429a83a11 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
68282023-07-19T18:43:05.498ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 103a41db-f453-4700-9e53-c48429a83a11 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
68292023-07-19T18:43:05.498ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 103a41db-f453-4700-9e53-c48429a83a11 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
68302023-07-19T18:43:05.499ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 103a41db-f453-4700-9e53-c48429a83a11 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
68312023-07-19T18:43:05.499ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 103a41db-f453-4700-9e53-c48429a83a11 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
68322023-07-19T18:43:05.502ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 103a41db-f453-4700-9e53-c48429a83a11 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
68332023-07-19T18:43:05.502ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 103a41db-f453-4700-9e53-c48429a83a11 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
68342023-07-19T18:43:05.504ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 103a41db-f453-4700-9e53-c48429a83a11 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
68352023-07-19T18:43:05.504ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 103a41db-f453-4700-9e53-c48429a83a11 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
68362023-07-19T18:43:05.506ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 103a41db-f453-4700-9e53-c48429a83a11 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
68372023-07-19T18:43:05.506ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 103a41db-f453-4700-9e53-c48429a83a11 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
68382023-07-19T18:43:05.508ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 103a41db-f453-4700-9e53-c48429a83a11 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
68392023-07-19T18:43:05.511ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 103a41db-f453-4700-9e53-c48429a83a11 resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
68402023-07-19T18:43:05.545ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 103a41db-f453-4700-9e53-c48429a83a11 response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
68412023-07-19T18:43:07.241ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 79fd0205-c8f6-4a64-a9da-fc77e5ad87dc response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
68422023-07-19T18:43:09.051ZDEBGnexus (BackgroundTasks): activating background_task = dns_propagation_internal dns_group = internal iteration = 8 reason = Timeout
68432023-07-19T18:43:09.051ZDEBGnexus (BackgroundTasks): activating background_task = dns_config_external dns_group = external iteration = 6 reason = Timeout
68442023-07-19T18:43:09.051ZDEBGnexus (BackgroundTasks): reading DNS version background_task = dns_config_external dns_group = external
68452023-07-19T18:43:09.051ZDEBGnexus (BackgroundTasks): activating background_task = external_endpoints iteration = 6 reason = Timeout
68462023-07-19T18:43:09.051ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
68472023-07-19T18:43:09.051ZDEBGnexus (BackgroundTasks): activating background_task = dns_propagation_external dns_group = external iteration = 8 reason = Timeout
68482023-07-19T18:43:09.051ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
68492023-07-19T18:43:09.051ZDEBGnexus (BackgroundTasks): activating background_task = dns_servers_internal dns_group = internal iteration = 6 reason = Timeout
68502023-07-19T18:43:09.051ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {} }
68512023-07-19T18:43:09.051ZDEBGnexus (BackgroundTasks): activating background_task = dns_servers_external dns_group = external iteration = 6 reason = Timeout
68522023-07-19T18:43:09.051ZDEBGnexus (BackgroundTasks): activating background_task = dns_config_internal dns_group = internal iteration = 6 reason = Timeout
68532023-07-19T18:43:09.051ZDEBGnexus (BackgroundTasks): reading DNS version background_task = dns_config_internal dns_group = internal
68542023-07-19T18:43:09.051ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
68552023-07-19T18:43:09.051ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {} }
68562023-07-19T18:43:09.051ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
68572023-07-19T18:43:09.051ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
68582023-07-19T18:43:09.051ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
68592023-07-19T18:43:09.051ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
68602023-07-19T18:43:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Database result = Ok(())
68612023-07-19T18:43:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
68622023-07-19T18:43:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Database result = Ok(())
68632023-07-19T18:43:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
68642023-07-19T18:43:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
68652023-07-19T18:43:09.053ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
68662023-07-19T18:43:09.053ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
68672023-07-19T18:43:09.054ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
68682023-07-19T18:43:09.054ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
68692023-07-19T18:43:09.054ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
68702023-07-19T18:43:09.058ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Fleet result = Ok(())
68712023-07-19T18:43:09.058ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {} }
68722023-07-19T18:43:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = DnsConfig result = Ok(())
68732023-07-19T18:43:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Database result = Ok(())
68742023-07-19T18:43:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Fleet result = Ok(())
68752023-07-19T18:43:09.059ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {} }
68762023-07-19T18:43:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Database result = Ok(())
68772023-07-19T18:43:09.059ZDEBGnexus (BackgroundTasks): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Fleet result = Ok(())
68782023-07-19T18:43:09.059ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
68792023-07-19T18:43:09.060ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
68802023-07-19T18:43:09.060ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = DnsConfig result = Ok(())
68812023-07-19T18:43:09.060ZDEBGnexus (BackgroundTasks): found DNS servers (no change) addresses = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } background_task = dns_servers_external current_servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } dns_group = external
68822023-07-19T18:43:09.060ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_servers_external dns_group = external elapsed = 8.731487ms iteration = 6
68832023-07-19T18:43:09.060ZDEBGnexus (BackgroundTasks): found DNS version background_task = dns_config_internal dns_group = internal version = 1
68842023-07-19T18:43:09.060ZDEBGnexus (BackgroundTasks): reading DNS config background_task = dns_config_internal dns_group = internal
68852023-07-19T18:43:09.060ZDEBGnexus (BackgroundTasks): reading DNS zones background_task = dns_config_internal dns_group = internal
68862023-07-19T18:43:09.060ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
68872023-07-19T18:43:09.060ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
68882023-07-19T18:43:09.060ZDEBGnexus (BackgroundTasks): found DNS servers (no change) addresses = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } background_task = dns_servers_internal current_servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } dns_group = internal
68892023-07-19T18:43:09.060ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_servers_internal dns_group = internal elapsed = 9.232212ms iteration = 6
68902023-07-19T18:43:09.061ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
68912023-07-19T18:43:09.061ZDEBGnexus (BackgroundTasks): found DNS version background_task = dns_config_external dns_group = external version = 2
68922023-07-19T18:43:09.061ZDEBGnexus (BackgroundTasks): reading DNS config background_task = dns_config_external dns_group = external
68932023-07-19T18:43:09.061ZDEBGnexus (BackgroundTasks): reading DNS zones background_task = dns_config_external dns_group = external
68942023-07-19T18:43:09.061ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
68952023-07-19T18:43:09.061ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
68962023-07-19T18:43:09.062ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
68972023-07-19T18:43:09.062ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
68982023-07-19T18:43:09.063ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
68992023-07-19T18:43:09.063ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
69002023-07-19T18:43:09.066ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = DnsConfig result = Ok(())
69012023-07-19T18:43:09.066ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
69022023-07-19T18:43:09.066ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
69032023-07-19T18:43:09.067ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = DnsConfig result = Ok(())
69042023-07-19T18:43:09.067ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
69052023-07-19T18:43:09.067ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
69062023-07-19T18:43:09.067ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = DnsConfig result = Ok(())
69072023-07-19T18:43:09.067ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
69082023-07-19T18:43:09.068ZDEBGnexus (BackgroundTasks): found zones background_task = dns_config_external count = 1 dns_group = external
69092023-07-19T18:43:09.068ZDEBGnexus (BackgroundTasks): listing DNS names for zone background_task = dns_config_external batch_size = 100 dns_group = external dns_zone_id = ba9b905d-274e-4fd8-96b9-635f36ba4d80 dns_zone_name = oxide.test found_so_far = 0 version = 2
69102023-07-19T18:43:09.068ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
69112023-07-19T18:43:09.068ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
69122023-07-19T18:43:09.068ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
69132023-07-19T18:43:09.068ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
69142023-07-19T18:43:09.069ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
69152023-07-19T18:43:09.069ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
69162023-07-19T18:43:09.070ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
69172023-07-19T18:43:09.073ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = DnsConfig result = Ok(())
69182023-07-19T18:43:09.073ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
69192023-07-19T18:43:09.073ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
69202023-07-19T18:43:09.074ZDEBGnexus (BackgroundTasks): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Fleet result = Ok(())
69212023-07-19T18:43:09.074ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
69222023-07-19T18:43:09.074ZDEBGnexus (BackgroundTasks): found all DNS names for zone background_task = dns_config_external dns_group = external dns_zone_id = ba9b905d-274e-4fd8-96b9-635f36ba4d80 dns_zone_name = oxide.test found_so_far = 1 version = 2
69232023-07-19T18:43:09.074ZDEBGnexus (BackgroundTasks): read DNS config background_task = dns_config_external dns_group = external nzones = 1 version = 2
69242023-07-19T18:43:09.074ZDEBGnexus (BackgroundTasks): found latest DNS generation (unchanged) background_task = dns_config_external current_generation = 2 current_time_created = 2023-07-19 18:40:26.757200 UTC dns_group = external generation = 2
69252023-07-19T18:43:09.074ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_config_external dns_group = external elapsed = 23.056077ms iteration = 6
69262023-07-19T18:43:09.074ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
69272023-07-19T18:43:09.089ZDEBGnexus (BackgroundTasks): found Silo/DNS/TLS config (no change) background_task = external_endpoints config = ExternalEndpoints { by_dns_name: {"default-silo.sys.oxide.test": ExternalEndpoint { silo_id: 001de000-5110-4000-8000-000000000000, db_silo: Silo { identity: SiloIdentity { id: 001de000-5110-4000-8000-000000000000, name: Name(Name("default-silo")), description: "default silo", time_created: 2023-07-19T18:40:09.161047Z, time_modified: 2023-07-19T18:40:09.161047Z, time_deleted: None }, discoverable: false, authentication_mode: Local, user_provision_type: ApiOnly, mapped_fleet_roles: Object {}, rcgen: Generation(Generation(1)) }, tls_certs: [] }, "recovery.sys.oxide.test": ExternalEndpoint { silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, db_silo: Silo { identity: SiloIdentity { id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, name: Name(Name("recovery")), description: "built-in recovery Silo", time_created: 2023-07-19T18:40:26.706295Z, time_modified: 2023-07-19T18:40:26.706295Z, time_deleted: None }, discoverable: false, authentication_mode: Local, user_provision_type: ApiOnly, mapped_fleet_roles: Object {"admin": Array [String("admin")]}, rcgen: Generation(Generation(4)) }, tls_certs: [TlsCertificate { digest: "b80733c61402e25b1340276e5b094c554fc62f43df425c82e42a0cc7e1889e90" }] }}, warnings: [NoSiloCerts { silo_id: 001de000-5110-4000-8000-000000000000, dns_name: "default-silo.sys.oxide.test" }], default_endpoint: Some(ExternalEndpoint { silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, db_silo: Silo { identity: SiloIdentity { id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, name: Name(Name("recovery")), description: "built-in recovery Silo", time_created: 2023-07-19T18:40:26.706295Z, time_modified: 2023-07-19T18:40:26.706295Z, time_deleted: None }, discoverable: false, authentication_mode: Local, user_provision_type: ApiOnly, mapped_fleet_roles: Object {"admin": Array [String("admin")]}, rcgen: Generation(Generation(4)) }, tls_certs: [TlsCertificate { digest: "b80733c61402e25b1340276e5b094c554fc62f43df425c82e42a0cc7e1889e90" }] }) }
69282023-07-19T18:43:09.089ZDEBGnexus (BackgroundTasks): activation complete background_task = external_endpoints elapsed = 37.574624ms iteration = 6
69292023-07-19T18:43:09.104ZDEBGnexus (BackgroundTasks): found zones background_task = dns_config_internal count = 1 dns_group = internal
69302023-07-19T18:43:09.104ZDEBGnexus (BackgroundTasks): listing DNS names for zone background_task = dns_config_internal batch_size = 100 dns_group = internal dns_zone_id = 4f6e4429-6101-4a3f-b6e8-8d5b95ce25ae dns_zone_name = control-plane.oxide.internal found_so_far = 0 version = 1
69312023-07-19T18:43:09.104ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
69322023-07-19T18:43:09.104ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
69332023-07-19T18:43:09.106ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
69342023-07-19T18:43:09.110ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = DnsConfig result = Ok(())
69352023-07-19T18:43:09.110ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
69362023-07-19T18:43:09.110ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
69372023-07-19T18:43:09.112ZDEBGnexus (BackgroundTasks): found all DNS names for zone background_task = dns_config_internal dns_group = internal dns_zone_id = 4f6e4429-6101-4a3f-b6e8-8d5b95ce25ae dns_zone_name = control-plane.oxide.internal found_so_far = 40 version = 1
69382023-07-19T18:43:09.112ZDEBGnexus (BackgroundTasks): read DNS config background_task = dns_config_internal dns_group = internal nzones = 1 version = 1
69392023-07-19T18:43:09.112ZDEBGnexus (BackgroundTasks): found latest DNS generation (unchanged) background_task = dns_config_internal current_generation = 1 current_time_created = 2023-07-19 18:40:26.464738 UTC dns_group = internal generation = 1
69402023-07-19T18:43:09.112ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_config_internal dns_group = internal elapsed = 60.58701ms iteration = 6
69412023-07-19T18:43:09.127ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_internal body = Some(Body) dns_group = internal dns_server_url = http://[fd00:1122:3344:2::1]:5353 generation = 1 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } uri = http://[fd00:1122:3344:2::1]:5353/config
69422023-07-19T18:43:09.131ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_external body = Some(Body) dns_group = external dns_server_url = http://[fd00:1122:3344:101::8]:5353 generation = 2 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } uri = http://[fd00:1122:3344:101::8]:5353/config
69432023-07-19T18:43:09.190ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_internal body = Some(Body) dns_group = internal dns_server_url = http://[fd00:1122:3344:3::1]:5353 generation = 1 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } uri = http://[fd00:1122:3344:3::1]:5353/config
69442023-07-19T18:43:09.196ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_external body = Some(Body) dns_group = external dns_server_url = http://[fd00:1122:3344:101::9]:5353 generation = 2 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } uri = http://[fd00:1122:3344:101::9]:5353/config
69452023-07-19T18:43:09.196ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::9]:5353 generation = 2 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:101::9)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "743c3939-dfdd-45d4-b2a5-08dea5b43acd", "date": "Wed, 19 Jul 2023 18:43:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
69462023-07-19T18:43:09.196ZINFOnexus (BackgroundTasks): DNS server now at generation 2 background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::9]:5353 generation = 2 servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
69472023-07-19T18:43:09.198ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::8]:5353 generation = 2 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:101::8)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "801dce90-4d40-43dc-874a-81fff4d7f9f5", "date": "Wed, 19 Jul 2023 18:43:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
69482023-07-19T18:43:09.198ZINFOnexus (BackgroundTasks): DNS server now at generation 2 background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::8]:5353 generation = 2 servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
69492023-07-19T18:43:09.199ZINFOnexus (BackgroundTasks): DNS propagation: done background_task = dns_propagation_external dns_group = external generation = 2 servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
69502023-07-19T18:43:09.199ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_propagation_external dns_group = external elapsed = 148.4404ms iteration = 8
69512023-07-19T18:43:09.224ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_internal body = Some(Body) dns_group = internal dns_server_url = http://[fd00:1122:3344:1::1]:5353 generation = 1 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } uri = http://[fd00:1122:3344:1::1]:5353/config
69522023-07-19T18:43:09.225ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:2::1]:5353 generation = 1 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:2::1)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "0c449888-d155-40bd-982f-00eb1aa530e6", "date": "Wed, 19 Jul 2023 18:43:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
69532023-07-19T18:43:09.225ZINFOnexus (BackgroundTasks): DNS server now at generation 1 background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:2::1]:5353 generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
69542023-07-19T18:43:09.226ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:3::1]:5353 generation = 1 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:3::1)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "bc48a6bb-c13d-4895-a8a8-786a45f1f106", "date": "Wed, 19 Jul 2023 18:43:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
69552023-07-19T18:43:09.226ZINFOnexus (BackgroundTasks): DNS server now at generation 1 background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:3::1]:5353 generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
69562023-07-19T18:43:09.227ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:1::1]:5353 generation = 1 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:1::1)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "e8006e3b-7576-4507-b1bd-4e1a7faa0be4", "date": "Wed, 19 Jul 2023 18:43:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
69572023-07-19T18:43:09.227ZINFOnexus (BackgroundTasks): DNS server now at generation 1 background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:1::1]:5353 generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
69582023-07-19T18:43:09.228ZINFOnexus (BackgroundTasks): DNS propagation: done background_task = dns_propagation_internal dns_group = internal generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
69592023-07-19T18:43:09.228ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_propagation_internal dns_group = internal elapsed = 177.280697ms iteration = 8
69602023-07-19T18:43:10.548ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
69612023-07-19T18:43:10.548ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
69622023-07-19T18:43:10.550ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
69632023-07-19T18:43:10.550ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
69642023-07-19T18:43:10.552ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
69652023-07-19T18:43:10.553ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
69662023-07-19T18:43:10.553ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
69672023-07-19T18:43:10.553ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
69682023-07-19T18:43:10.555ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
69692023-07-19T18:43:10.555ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
69702023-07-19T18:43:10.556ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
69712023-07-19T18:43:10.556ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
69722023-07-19T18:43:10.557ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
69732023-07-19T18:43:10.558ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
69742023-07-19T18:43:10.559ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
69752023-07-19T18:43:10.560ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
69762023-07-19T18:43:10.560ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
69772023-07-19T18:43:10.560ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
69782023-07-19T18:43:10.562ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
69792023-07-19T18:43:10.563ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
69802023-07-19T18:43:10.563ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
69812023-07-19T18:43:10.563ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
69822023-07-19T18:43:10.567ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
69832023-07-19T18:43:10.567ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
69842023-07-19T18:43:10.568ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
69852023-07-19T18:43:10.568ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
69862023-07-19T18:43:10.569ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
69872023-07-19T18:43:10.569ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
69882023-07-19T18:43:10.571ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
69892023-07-19T18:43:10.571ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
69902023-07-19T18:43:10.572ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
69912023-07-19T18:43:10.573ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
69922023-07-19T18:43:10.573ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
69932023-07-19T18:43:10.573ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
69942023-07-19T18:43:10.574ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
69952023-07-19T18:43:10.574ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
69962023-07-19T18:43:10.576ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
69972023-07-19T18:43:10.576ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
69982023-07-19T18:43:10.577ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
69992023-07-19T18:43:10.578ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
70002023-07-19T18:43:10.578ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d5850464-15c0-4f25-9769-02ae058a7031 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
70012023-07-19T18:43:10.578ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d5850464-15c0-4f25-9769-02ae058a7031 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
70022023-07-19T18:43:10.580ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d5850464-15c0-4f25-9769-02ae058a7031 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
70032023-07-19T18:43:10.580ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d5850464-15c0-4f25-9769-02ae058a7031 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
70042023-07-19T18:43:10.581ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d5850464-15c0-4f25-9769-02ae058a7031 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
70052023-07-19T18:43:10.581ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d5850464-15c0-4f25-9769-02ae058a7031 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
70062023-07-19T18:43:10.583ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d5850464-15c0-4f25-9769-02ae058a7031 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
70072023-07-19T18:43:10.583ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d5850464-15c0-4f25-9769-02ae058a7031 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
70082023-07-19T18:43:10.585ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d5850464-15c0-4f25-9769-02ae058a7031 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
70092023-07-19T18:43:10.585ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d5850464-15c0-4f25-9769-02ae058a7031 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
70102023-07-19T18:43:10.587ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d5850464-15c0-4f25-9769-02ae058a7031 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
70112023-07-19T18:43:10.587ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d5850464-15c0-4f25-9769-02ae058a7031 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
70122023-07-19T18:43:10.590ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d5850464-15c0-4f25-9769-02ae058a7031 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
70132023-07-19T18:43:10.590ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d5850464-15c0-4f25-9769-02ae058a7031 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
70142023-07-19T18:43:10.592ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d5850464-15c0-4f25-9769-02ae058a7031 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
70152023-07-19T18:43:10.595ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d5850464-15c0-4f25-9769-02ae058a7031 resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
70162023-07-19T18:43:10.628ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d5850464-15c0-4f25-9769-02ae058a7031 response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
70172023-07-19T18:43:15.630ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
70182023-07-19T18:43:15.631ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
70192023-07-19T18:43:15.632ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
70202023-07-19T18:43:15.633ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
70212023-07-19T18:43:15.634ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
70222023-07-19T18:43:15.636ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
70232023-07-19T18:43:15.636ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
70242023-07-19T18:43:15.636ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
70252023-07-19T18:43:15.637ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
70262023-07-19T18:43:15.637ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
70272023-07-19T18:43:15.638ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
70282023-07-19T18:43:15.639ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
70292023-07-19T18:43:15.640ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
70302023-07-19T18:43:15.640ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
70312023-07-19T18:43:15.641ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
70322023-07-19T18:43:15.643ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
70332023-07-19T18:43:15.643ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
70342023-07-19T18:43:15.643ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
70352023-07-19T18:43:15.644ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
70362023-07-19T18:43:15.645ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
70372023-07-19T18:43:15.645ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
70382023-07-19T18:43:15.646ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
70392023-07-19T18:43:15.650ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
70402023-07-19T18:43:15.650ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
70412023-07-19T18:43:15.651ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
70422023-07-19T18:43:15.651ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
70432023-07-19T18:43:15.652ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
70442023-07-19T18:43:15.652ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
70452023-07-19T18:43:15.653ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
70462023-07-19T18:43:15.653ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
70472023-07-19T18:43:15.655ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
70482023-07-19T18:43:15.656ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
70492023-07-19T18:43:15.656ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
70502023-07-19T18:43:15.656ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
70512023-07-19T18:43:15.657ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
70522023-07-19T18:43:15.657ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
70532023-07-19T18:43:15.658ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
70542023-07-19T18:43:15.659ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
70552023-07-19T18:43:15.660ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
70562023-07-19T18:43:15.661ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
70572023-07-19T18:43:15.661ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 0ec472ca-8d29-4a50-82dd-0d79f35ff2e9 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
70582023-07-19T18:43:15.661ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 0ec472ca-8d29-4a50-82dd-0d79f35ff2e9 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
70592023-07-19T18:43:15.662ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 0ec472ca-8d29-4a50-82dd-0d79f35ff2e9 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
70602023-07-19T18:43:15.662ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 0ec472ca-8d29-4a50-82dd-0d79f35ff2e9 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
70612023-07-19T18:43:15.663ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 0ec472ca-8d29-4a50-82dd-0d79f35ff2e9 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
70622023-07-19T18:43:15.664ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 0ec472ca-8d29-4a50-82dd-0d79f35ff2e9 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
70632023-07-19T18:43:15.665ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 0ec472ca-8d29-4a50-82dd-0d79f35ff2e9 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
70642023-07-19T18:43:15.665ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 0ec472ca-8d29-4a50-82dd-0d79f35ff2e9 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
70652023-07-19T18:43:15.667ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 0ec472ca-8d29-4a50-82dd-0d79f35ff2e9 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
70662023-07-19T18:43:15.667ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 0ec472ca-8d29-4a50-82dd-0d79f35ff2e9 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
70672023-07-19T18:43:15.670ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 0ec472ca-8d29-4a50-82dd-0d79f35ff2e9 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
70682023-07-19T18:43:15.670ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 0ec472ca-8d29-4a50-82dd-0d79f35ff2e9 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
70692023-07-19T18:43:15.672ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 0ec472ca-8d29-4a50-82dd-0d79f35ff2e9 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
70702023-07-19T18:43:15.672ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 0ec472ca-8d29-4a50-82dd-0d79f35ff2e9 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
70712023-07-19T18:43:15.674ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 0ec472ca-8d29-4a50-82dd-0d79f35ff2e9 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
70722023-07-19T18:43:15.677ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 0ec472ca-8d29-4a50-82dd-0d79f35ff2e9 resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
70732023-07-19T18:43:15.709ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 0ec472ca-8d29-4a50-82dd-0d79f35ff2e9 response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
70742023-07-19T18:43:17.241ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = c46d3db6-f4d6-4069-aba3-91441fb5f186 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
70752023-07-19T18:43:20.712ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
70762023-07-19T18:43:20.712ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
70772023-07-19T18:43:20.714ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
70782023-07-19T18:43:20.714ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
70792023-07-19T18:43:20.715ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
70802023-07-19T18:43:20.717ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
70812023-07-19T18:43:20.717ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
70822023-07-19T18:43:20.717ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
70832023-07-19T18:43:20.718ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
70842023-07-19T18:43:20.719ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
70852023-07-19T18:43:20.720ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
70862023-07-19T18:43:20.720ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
70872023-07-19T18:43:20.721ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
70882023-07-19T18:43:20.721ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
70892023-07-19T18:43:20.723ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
70902023-07-19T18:43:20.724ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
70912023-07-19T18:43:20.724ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
70922023-07-19T18:43:20.724ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
70932023-07-19T18:43:20.726ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
70942023-07-19T18:43:20.727ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
70952023-07-19T18:43:20.727ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
70962023-07-19T18:43:20.727ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
70972023-07-19T18:43:20.731ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
70982023-07-19T18:43:20.731ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
70992023-07-19T18:43:20.732ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
71002023-07-19T18:43:20.732ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
71012023-07-19T18:43:20.733ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
71022023-07-19T18:43:20.733ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
71032023-07-19T18:43:20.735ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
71042023-07-19T18:43:20.735ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
71052023-07-19T18:43:20.736ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
71062023-07-19T18:43:20.737ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
71072023-07-19T18:43:20.737ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
71082023-07-19T18:43:20.737ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
71092023-07-19T18:43:20.739ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
71102023-07-19T18:43:20.739ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
71112023-07-19T18:43:20.740ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
71122023-07-19T18:43:20.740ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
71132023-07-19T18:43:20.741ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
71142023-07-19T18:43:20.742ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
71152023-07-19T18:43:20.742ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 55033198-cb79-45ba-ab36-b3b38151927b roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
71162023-07-19T18:43:20.743ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 55033198-cb79-45ba-ab36-b3b38151927b resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
71172023-07-19T18:43:20.744ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 55033198-cb79-45ba-ab36-b3b38151927b roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
71182023-07-19T18:43:20.744ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 55033198-cb79-45ba-ab36-b3b38151927b resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
71192023-07-19T18:43:20.745ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 55033198-cb79-45ba-ab36-b3b38151927b roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
71202023-07-19T18:43:20.745ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 55033198-cb79-45ba-ab36-b3b38151927b resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
71212023-07-19T18:43:20.747ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 55033198-cb79-45ba-ab36-b3b38151927b roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
71222023-07-19T18:43:20.747ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 55033198-cb79-45ba-ab36-b3b38151927b resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
71232023-07-19T18:43:20.749ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 55033198-cb79-45ba-ab36-b3b38151927b roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
71242023-07-19T18:43:20.749ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 55033198-cb79-45ba-ab36-b3b38151927b resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
71252023-07-19T18:43:20.751ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 55033198-cb79-45ba-ab36-b3b38151927b roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
71262023-07-19T18:43:20.751ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 55033198-cb79-45ba-ab36-b3b38151927b resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
71272023-07-19T18:43:20.754ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 55033198-cb79-45ba-ab36-b3b38151927b roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
71282023-07-19T18:43:20.754ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 55033198-cb79-45ba-ab36-b3b38151927b resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
71292023-07-19T18:43:20.756ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 55033198-cb79-45ba-ab36-b3b38151927b roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
71302023-07-19T18:43:20.759ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 55033198-cb79-45ba-ab36-b3b38151927b resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
71312023-07-19T18:43:20.792ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 55033198-cb79-45ba-ab36-b3b38151927b response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
71322023-07-19T18:43:25.794ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
71332023-07-19T18:43:25.795ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
71342023-07-19T18:43:25.796ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
71352023-07-19T18:43:25.797ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
71362023-07-19T18:43:25.798ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
71372023-07-19T18:43:25.799ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
71382023-07-19T18:43:25.799ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
71392023-07-19T18:43:25.799ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
71402023-07-19T18:43:25.800ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
71412023-07-19T18:43:25.801ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
71422023-07-19T18:43:25.802ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
71432023-07-19T18:43:25.802ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
71442023-07-19T18:43:25.803ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
71452023-07-19T18:43:25.803ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
71462023-07-19T18:43:25.805ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
71472023-07-19T18:43:25.806ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
71482023-07-19T18:43:25.806ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
71492023-07-19T18:43:25.806ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
71502023-07-19T18:43:25.807ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
71512023-07-19T18:43:25.808ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
71522023-07-19T18:43:25.808ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
71532023-07-19T18:43:25.809ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
71542023-07-19T18:43:25.813ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
71552023-07-19T18:43:25.813ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
71562023-07-19T18:43:25.814ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
71572023-07-19T18:43:25.814ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
71582023-07-19T18:43:25.815ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
71592023-07-19T18:43:25.815ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
71602023-07-19T18:43:25.816ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
71612023-07-19T18:43:25.817ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
71622023-07-19T18:43:25.818ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
71632023-07-19T18:43:25.819ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
71642023-07-19T18:43:25.819ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
71652023-07-19T18:43:25.819ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
71662023-07-19T18:43:25.820ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
71672023-07-19T18:43:25.820ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
71682023-07-19T18:43:25.821ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
71692023-07-19T18:43:25.821ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
71702023-07-19T18:43:25.822ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
71712023-07-19T18:43:25.824ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
71722023-07-19T18:43:25.824ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 45585687-1623-4a67-8d89-6803ed84870a roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
71732023-07-19T18:43:25.824ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 45585687-1623-4a67-8d89-6803ed84870a resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
71742023-07-19T18:43:25.825ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 45585687-1623-4a67-8d89-6803ed84870a roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
71752023-07-19T18:43:25.825ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 45585687-1623-4a67-8d89-6803ed84870a resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
71762023-07-19T18:43:25.826ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 45585687-1623-4a67-8d89-6803ed84870a roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
71772023-07-19T18:43:25.826ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 45585687-1623-4a67-8d89-6803ed84870a resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
71782023-07-19T18:43:25.828ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 45585687-1623-4a67-8d89-6803ed84870a roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
71792023-07-19T18:43:25.828ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 45585687-1623-4a67-8d89-6803ed84870a resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
71802023-07-19T18:43:25.830ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 45585687-1623-4a67-8d89-6803ed84870a roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
71812023-07-19T18:43:25.830ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 45585687-1623-4a67-8d89-6803ed84870a resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
71822023-07-19T18:43:25.832ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 45585687-1623-4a67-8d89-6803ed84870a roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
71832023-07-19T18:43:25.832ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 45585687-1623-4a67-8d89-6803ed84870a resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
71842023-07-19T18:43:25.834ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 45585687-1623-4a67-8d89-6803ed84870a roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
71852023-07-19T18:43:25.835ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 45585687-1623-4a67-8d89-6803ed84870a resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
71862023-07-19T18:43:25.836ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 45585687-1623-4a67-8d89-6803ed84870a roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
71872023-07-19T18:43:25.840ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 45585687-1623-4a67-8d89-6803ed84870a resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
71882023-07-19T18:43:25.871ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 45585687-1623-4a67-8d89-6803ed84870a response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
71892023-07-19T18:43:27.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 912b0fc0-f7d6-4897-8b35-6c11f79f1031 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
71902023-07-19T18:43:30.873ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
71912023-07-19T18:43:30.874ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
71922023-07-19T18:43:30.875ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
71932023-07-19T18:43:30.876ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
71942023-07-19T18:43:30.877ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
71952023-07-19T18:43:30.879ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
71962023-07-19T18:43:30.879ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
71972023-07-19T18:43:30.879ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
71982023-07-19T18:43:30.880ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
71992023-07-19T18:43:30.880ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
72002023-07-19T18:43:30.882ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
72012023-07-19T18:43:30.882ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
72022023-07-19T18:43:30.883ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
72032023-07-19T18:43:30.883ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
72042023-07-19T18:43:30.884ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
72052023-07-19T18:43:30.885ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
72062023-07-19T18:43:30.885ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
72072023-07-19T18:43:30.886ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
72082023-07-19T18:43:30.887ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
72092023-07-19T18:43:30.888ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
72102023-07-19T18:43:30.888ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
72112023-07-19T18:43:30.888ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
72122023-07-19T18:43:30.893ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
72132023-07-19T18:43:30.893ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
72142023-07-19T18:43:30.894ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
72152023-07-19T18:43:30.894ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
72162023-07-19T18:43:30.896ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
72172023-07-19T18:43:30.896ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
72182023-07-19T18:43:30.897ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
72192023-07-19T18:43:30.897ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
72202023-07-19T18:43:30.899ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
72212023-07-19T18:43:30.900ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
72222023-07-19T18:43:30.900ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
72232023-07-19T18:43:30.900ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
72242023-07-19T18:43:30.901ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
72252023-07-19T18:43:30.901ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
72262023-07-19T18:43:30.902ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
72272023-07-19T18:43:30.903ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
72282023-07-19T18:43:30.904ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
72292023-07-19T18:43:30.905ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
72302023-07-19T18:43:30.905ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 02608e88-0da0-4544-a75a-0d5d94b65e56 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
72312023-07-19T18:43:30.905ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 02608e88-0da0-4544-a75a-0d5d94b65e56 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
72322023-07-19T18:43:30.906ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 02608e88-0da0-4544-a75a-0d5d94b65e56 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
72332023-07-19T18:43:30.906ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 02608e88-0da0-4544-a75a-0d5d94b65e56 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
72342023-07-19T18:43:30.908ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 02608e88-0da0-4544-a75a-0d5d94b65e56 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
72352023-07-19T18:43:30.908ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 02608e88-0da0-4544-a75a-0d5d94b65e56 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
72362023-07-19T18:43:30.909ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 02608e88-0da0-4544-a75a-0d5d94b65e56 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
72372023-07-19T18:43:30.909ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 02608e88-0da0-4544-a75a-0d5d94b65e56 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
72382023-07-19T18:43:30.911ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 02608e88-0da0-4544-a75a-0d5d94b65e56 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
72392023-07-19T18:43:30.911ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 02608e88-0da0-4544-a75a-0d5d94b65e56 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
72402023-07-19T18:43:30.914ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 02608e88-0da0-4544-a75a-0d5d94b65e56 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
72412023-07-19T18:43:30.914ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 02608e88-0da0-4544-a75a-0d5d94b65e56 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
72422023-07-19T18:43:30.916ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 02608e88-0da0-4544-a75a-0d5d94b65e56 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
72432023-07-19T18:43:30.916ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 02608e88-0da0-4544-a75a-0d5d94b65e56 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
72442023-07-19T18:43:30.918ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 02608e88-0da0-4544-a75a-0d5d94b65e56 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
72452023-07-19T18:43:30.921ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 02608e88-0da0-4544-a75a-0d5d94b65e56 resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
72462023-07-19T18:43:30.954ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 02608e88-0da0-4544-a75a-0d5d94b65e56 response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
72472023-07-19T18:43:35.957ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
72482023-07-19T18:43:35.957ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
72492023-07-19T18:43:35.959ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
72502023-07-19T18:43:35.959ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
72512023-07-19T18:43:35.961ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
72522023-07-19T18:43:35.962ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
72532023-07-19T18:43:35.962ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
72542023-07-19T18:43:35.962ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
72552023-07-19T18:43:35.964ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
72562023-07-19T18:43:35.964ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
72572023-07-19T18:43:35.965ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
72582023-07-19T18:43:35.966ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
72592023-07-19T18:43:35.967ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
72602023-07-19T18:43:35.967ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
72612023-07-19T18:43:35.968ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
72622023-07-19T18:43:35.969ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
72632023-07-19T18:43:35.969ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
72642023-07-19T18:43:35.969ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
72652023-07-19T18:43:35.971ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
72662023-07-19T18:43:35.972ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
72672023-07-19T18:43:35.972ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
72682023-07-19T18:43:35.972ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
72692023-07-19T18:43:35.976ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
72702023-07-19T18:43:35.976ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
72712023-07-19T18:43:35.977ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
72722023-07-19T18:43:35.977ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
72732023-07-19T18:43:35.978ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
72742023-07-19T18:43:35.979ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
72752023-07-19T18:43:35.980ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
72762023-07-19T18:43:35.980ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
72772023-07-19T18:43:35.981ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
72782023-07-19T18:43:35.983ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
72792023-07-19T18:43:35.983ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
72802023-07-19T18:43:35.983ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
72812023-07-19T18:43:35.984ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
72822023-07-19T18:43:35.984ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
72832023-07-19T18:43:35.985ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
72842023-07-19T18:43:35.985ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
72852023-07-19T18:43:35.986ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
72862023-07-19T18:43:35.987ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
72872023-07-19T18:43:35.987ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 0befce42-2701-41fe-9f17-18341716718e roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
72882023-07-19T18:43:35.987ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 0befce42-2701-41fe-9f17-18341716718e resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
72892023-07-19T18:43:35.989ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 0befce42-2701-41fe-9f17-18341716718e roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
72902023-07-19T18:43:35.989ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 0befce42-2701-41fe-9f17-18341716718e resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
72912023-07-19T18:43:35.990ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 0befce42-2701-41fe-9f17-18341716718e roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
72922023-07-19T18:43:35.990ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 0befce42-2701-41fe-9f17-18341716718e resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
72932023-07-19T18:43:35.992ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 0befce42-2701-41fe-9f17-18341716718e roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
72942023-07-19T18:43:35.992ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 0befce42-2701-41fe-9f17-18341716718e resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
72952023-07-19T18:43:35.994ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 0befce42-2701-41fe-9f17-18341716718e roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
72962023-07-19T18:43:35.994ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 0befce42-2701-41fe-9f17-18341716718e resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
72972023-07-19T18:43:35.996ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 0befce42-2701-41fe-9f17-18341716718e roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
72982023-07-19T18:43:35.997ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 0befce42-2701-41fe-9f17-18341716718e resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
72992023-07-19T18:43:35.999ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 0befce42-2701-41fe-9f17-18341716718e roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
73002023-07-19T18:43:35.999ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 0befce42-2701-41fe-9f17-18341716718e resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
73012023-07-19T18:43:36.001ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 0befce42-2701-41fe-9f17-18341716718e roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
73022023-07-19T18:43:36.004ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 0befce42-2701-41fe-9f17-18341716718e resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
73032023-07-19T18:43:36.038ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 0befce42-2701-41fe-9f17-18341716718e response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
73042023-07-19T18:43:37.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 5861e9c8-b7b4-45a4-be30-c3876ec3f42d response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
73052023-07-19T18:43:41.040ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
73062023-07-19T18:43:41.041ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
73072023-07-19T18:43:41.042ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
73082023-07-19T18:43:41.043ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
73092023-07-19T18:43:41.044ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
73102023-07-19T18:43:41.046ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
73112023-07-19T18:43:41.046ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
73122023-07-19T18:43:41.046ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
73132023-07-19T18:43:41.047ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
73142023-07-19T18:43:41.048ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
73152023-07-19T18:43:41.049ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
73162023-07-19T18:43:41.049ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
73172023-07-19T18:43:41.050ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
73182023-07-19T18:43:41.051ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
73192023-07-19T18:43:41.052ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
73202023-07-19T18:43:41.053ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
73212023-07-19T18:43:41.053ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
73222023-07-19T18:43:41.053ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
73232023-07-19T18:43:41.055ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
73242023-07-19T18:43:41.056ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
73252023-07-19T18:43:41.056ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
73262023-07-19T18:43:41.056ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
73272023-07-19T18:43:41.060ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
73282023-07-19T18:43:41.060ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
73292023-07-19T18:43:41.061ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
73302023-07-19T18:43:41.061ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
73312023-07-19T18:43:41.062ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
73322023-07-19T18:43:41.062ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
73332023-07-19T18:43:41.064ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
73342023-07-19T18:43:41.064ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
73352023-07-19T18:43:41.065ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
73362023-07-19T18:43:41.066ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
73372023-07-19T18:43:41.066ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
73382023-07-19T18:43:41.066ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
73392023-07-19T18:43:41.067ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
73402023-07-19T18:43:41.067ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
73412023-07-19T18:43:41.069ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
73422023-07-19T18:43:41.069ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
73432023-07-19T18:43:41.070ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
73442023-07-19T18:43:41.071ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
73452023-07-19T18:43:41.071ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2f027737-def2-4970-862e-79088a2627ec roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
73462023-07-19T18:43:41.071ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2f027737-def2-4970-862e-79088a2627ec resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
73472023-07-19T18:43:41.072ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2f027737-def2-4970-862e-79088a2627ec roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
73482023-07-19T18:43:41.072ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2f027737-def2-4970-862e-79088a2627ec resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
73492023-07-19T18:43:41.074ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2f027737-def2-4970-862e-79088a2627ec roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
73502023-07-19T18:43:41.074ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2f027737-def2-4970-862e-79088a2627ec resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
73512023-07-19T18:43:41.075ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2f027737-def2-4970-862e-79088a2627ec roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
73522023-07-19T18:43:41.075ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2f027737-def2-4970-862e-79088a2627ec resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
73532023-07-19T18:43:41.077ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2f027737-def2-4970-862e-79088a2627ec roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
73542023-07-19T18:43:41.077ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2f027737-def2-4970-862e-79088a2627ec resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
73552023-07-19T18:43:41.079ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2f027737-def2-4970-862e-79088a2627ec roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
73562023-07-19T18:43:41.080ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2f027737-def2-4970-862e-79088a2627ec resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
73572023-07-19T18:43:41.082ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2f027737-def2-4970-862e-79088a2627ec roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
73582023-07-19T18:43:41.082ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2f027737-def2-4970-862e-79088a2627ec resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
73592023-07-19T18:43:41.084ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2f027737-def2-4970-862e-79088a2627ec roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
73602023-07-19T18:43:41.087ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2f027737-def2-4970-862e-79088a2627ec resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
73612023-07-19T18:43:41.120ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 2f027737-def2-4970-862e-79088a2627ec response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
73622023-07-19T18:43:46.122ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
73632023-07-19T18:43:46.123ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
73642023-07-19T18:43:46.124ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
73652023-07-19T18:43:46.124ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
73662023-07-19T18:43:46.126ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
73672023-07-19T18:43:46.127ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
73682023-07-19T18:43:46.127ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
73692023-07-19T18:43:46.128ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
73702023-07-19T18:43:46.129ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
73712023-07-19T18:43:46.129ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
73722023-07-19T18:43:46.130ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
73732023-07-19T18:43:46.130ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
73742023-07-19T18:43:46.132ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
73752023-07-19T18:43:46.132ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
73762023-07-19T18:43:46.133ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
73772023-07-19T18:43:46.134ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
73782023-07-19T18:43:46.134ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
73792023-07-19T18:43:46.134ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
73802023-07-19T18:43:46.136ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
73812023-07-19T18:43:46.137ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
73822023-07-19T18:43:46.137ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
73832023-07-19T18:43:46.137ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
73842023-07-19T18:43:46.141ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
73852023-07-19T18:43:46.141ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
73862023-07-19T18:43:46.142ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
73872023-07-19T18:43:46.143ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
73882023-07-19T18:43:46.144ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
73892023-07-19T18:43:46.144ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
73902023-07-19T18:43:46.145ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
73912023-07-19T18:43:46.145ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
73922023-07-19T18:43:46.146ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
73932023-07-19T18:43:46.147ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
73942023-07-19T18:43:46.147ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
73952023-07-19T18:43:46.148ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
73962023-07-19T18:43:46.149ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
73972023-07-19T18:43:46.149ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
73982023-07-19T18:43:46.150ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
73992023-07-19T18:43:46.150ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
74002023-07-19T18:43:46.151ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
74012023-07-19T18:43:46.152ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
74022023-07-19T18:43:46.152ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 563377c0-6c1e-4b92-b10f-c4165d3516fd roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
74032023-07-19T18:43:46.153ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 563377c0-6c1e-4b92-b10f-c4165d3516fd resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
74042023-07-19T18:43:46.154ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 563377c0-6c1e-4b92-b10f-c4165d3516fd roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
74052023-07-19T18:43:46.154ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 563377c0-6c1e-4b92-b10f-c4165d3516fd resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
74062023-07-19T18:43:46.155ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 563377c0-6c1e-4b92-b10f-c4165d3516fd roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
74072023-07-19T18:43:46.155ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 563377c0-6c1e-4b92-b10f-c4165d3516fd resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
74082023-07-19T18:43:46.157ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 563377c0-6c1e-4b92-b10f-c4165d3516fd roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
74092023-07-19T18:43:46.157ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 563377c0-6c1e-4b92-b10f-c4165d3516fd resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
74102023-07-19T18:43:46.159ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 563377c0-6c1e-4b92-b10f-c4165d3516fd roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
74112023-07-19T18:43:46.159ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 563377c0-6c1e-4b92-b10f-c4165d3516fd resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
74122023-07-19T18:43:46.161ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 563377c0-6c1e-4b92-b10f-c4165d3516fd roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
74132023-07-19T18:43:46.161ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 563377c0-6c1e-4b92-b10f-c4165d3516fd resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
74142023-07-19T18:43:46.163ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 563377c0-6c1e-4b92-b10f-c4165d3516fd roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
74152023-07-19T18:43:46.163ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 563377c0-6c1e-4b92-b10f-c4165d3516fd resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
74162023-07-19T18:43:46.165ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 563377c0-6c1e-4b92-b10f-c4165d3516fd roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
74172023-07-19T18:43:46.169ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 563377c0-6c1e-4b92-b10f-c4165d3516fd resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
74182023-07-19T18:43:46.202ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 563377c0-6c1e-4b92-b10f-c4165d3516fd response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
74192023-07-19T18:43:47.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = b6612945-6dcc-49c9-b491-fca51f4c7b70 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
74202023-07-19T18:43:51.204ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
74212023-07-19T18:43:51.205ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
74222023-07-19T18:43:51.206ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
74232023-07-19T18:43:51.206ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
74242023-07-19T18:43:51.208ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
74252023-07-19T18:43:51.209ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
74262023-07-19T18:43:51.209ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
74272023-07-19T18:43:51.210ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
74282023-07-19T18:43:51.211ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
74292023-07-19T18:43:51.211ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
74302023-07-19T18:43:51.212ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
74312023-07-19T18:43:51.212ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
74322023-07-19T18:43:51.214ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
74332023-07-19T18:43:51.214ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
74342023-07-19T18:43:51.215ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
74352023-07-19T18:43:51.217ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
74362023-07-19T18:43:51.217ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
74372023-07-19T18:43:51.217ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
74382023-07-19T18:43:51.219ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
74392023-07-19T18:43:51.220ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
74402023-07-19T18:43:51.220ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
74412023-07-19T18:43:51.220ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
74422023-07-19T18:43:51.224ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
74432023-07-19T18:43:51.224ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
74442023-07-19T18:43:51.225ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
74452023-07-19T18:43:51.225ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
74462023-07-19T18:43:51.226ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
74472023-07-19T18:43:51.227ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
74482023-07-19T18:43:51.228ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
74492023-07-19T18:43:51.228ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
74502023-07-19T18:43:51.230ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
74512023-07-19T18:43:51.231ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
74522023-07-19T18:43:51.231ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
74532023-07-19T18:43:51.231ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
74542023-07-19T18:43:51.232ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
74552023-07-19T18:43:51.232ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
74562023-07-19T18:43:51.234ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
74572023-07-19T18:43:51.234ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
74582023-07-19T18:43:51.235ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
74592023-07-19T18:43:51.236ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
74602023-07-19T18:43:51.236ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d6966847-4dff-45d4-8b12-de70f7f2965d roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
74612023-07-19T18:43:51.236ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d6966847-4dff-45d4-8b12-de70f7f2965d resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
74622023-07-19T18:43:51.237ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d6966847-4dff-45d4-8b12-de70f7f2965d roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
74632023-07-19T18:43:51.238ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d6966847-4dff-45d4-8b12-de70f7f2965d resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
74642023-07-19T18:43:51.239ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d6966847-4dff-45d4-8b12-de70f7f2965d roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
74652023-07-19T18:43:51.239ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d6966847-4dff-45d4-8b12-de70f7f2965d resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
74662023-07-19T18:43:51.240ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d6966847-4dff-45d4-8b12-de70f7f2965d roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
74672023-07-19T18:43:51.240ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d6966847-4dff-45d4-8b12-de70f7f2965d resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
74682023-07-19T18:43:51.242ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d6966847-4dff-45d4-8b12-de70f7f2965d roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
74692023-07-19T18:43:51.242ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d6966847-4dff-45d4-8b12-de70f7f2965d resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
74702023-07-19T18:43:51.244ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d6966847-4dff-45d4-8b12-de70f7f2965d roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
74712023-07-19T18:43:51.244ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d6966847-4dff-45d4-8b12-de70f7f2965d resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
74722023-07-19T18:43:51.246ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d6966847-4dff-45d4-8b12-de70f7f2965d roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
74732023-07-19T18:43:51.246ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d6966847-4dff-45d4-8b12-de70f7f2965d resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
74742023-07-19T18:43:51.248ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d6966847-4dff-45d4-8b12-de70f7f2965d roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
74752023-07-19T18:43:51.252ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d6966847-4dff-45d4-8b12-de70f7f2965d resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
74762023-07-19T18:43:51.285ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = d6966847-4dff-45d4-8b12-de70f7f2965d response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
74772023-07-19T18:43:56.287ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
74782023-07-19T18:43:56.288ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
74792023-07-19T18:43:56.289ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
74802023-07-19T18:43:56.290ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
74812023-07-19T18:43:56.292ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
74822023-07-19T18:43:56.293ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
74832023-07-19T18:43:56.293ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
74842023-07-19T18:43:56.293ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
74852023-07-19T18:43:56.294ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
74862023-07-19T18:43:56.295ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
74872023-07-19T18:43:56.296ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
74882023-07-19T18:43:56.296ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
74892023-07-19T18:43:56.297ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
74902023-07-19T18:43:56.297ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
74912023-07-19T18:43:56.299ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
74922023-07-19T18:43:56.300ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
74932023-07-19T18:43:56.300ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
74942023-07-19T18:43:56.300ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
74952023-07-19T18:43:56.301ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
74962023-07-19T18:43:56.303ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
74972023-07-19T18:43:56.303ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
74982023-07-19T18:43:56.303ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
74992023-07-19T18:43:56.314ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
75002023-07-19T18:43:56.314ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
75012023-07-19T18:43:56.315ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
75022023-07-19T18:43:56.315ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
75032023-07-19T18:43:56.316ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
75042023-07-19T18:43:56.316ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
75052023-07-19T18:43:56.317ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
75062023-07-19T18:43:56.318ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
75072023-07-19T18:43:56.319ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
75082023-07-19T18:43:56.320ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
75092023-07-19T18:43:56.320ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
75102023-07-19T18:43:56.320ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
75112023-07-19T18:43:56.321ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
75122023-07-19T18:43:56.321ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
75132023-07-19T18:43:56.322ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
75142023-07-19T18:43:56.322ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
75152023-07-19T18:43:56.323ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
75162023-07-19T18:43:56.324ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
75172023-07-19T18:43:56.324ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ead5f4c9-5b05-405d-95e4-c6a158992237 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
75182023-07-19T18:43:56.325ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ead5f4c9-5b05-405d-95e4-c6a158992237 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
75192023-07-19T18:43:56.325ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ead5f4c9-5b05-405d-95e4-c6a158992237 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
75202023-07-19T18:43:56.326ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ead5f4c9-5b05-405d-95e4-c6a158992237 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
75212023-07-19T18:43:56.327ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ead5f4c9-5b05-405d-95e4-c6a158992237 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
75222023-07-19T18:43:56.327ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ead5f4c9-5b05-405d-95e4-c6a158992237 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
75232023-07-19T18:43:56.328ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ead5f4c9-5b05-405d-95e4-c6a158992237 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
75242023-07-19T18:43:56.329ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ead5f4c9-5b05-405d-95e4-c6a158992237 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
75252023-07-19T18:43:56.331ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ead5f4c9-5b05-405d-95e4-c6a158992237 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
75262023-07-19T18:43:56.331ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ead5f4c9-5b05-405d-95e4-c6a158992237 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
75272023-07-19T18:43:56.333ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ead5f4c9-5b05-405d-95e4-c6a158992237 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
75282023-07-19T18:43:56.333ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ead5f4c9-5b05-405d-95e4-c6a158992237 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
75292023-07-19T18:43:56.335ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ead5f4c9-5b05-405d-95e4-c6a158992237 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
75302023-07-19T18:43:56.335ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ead5f4c9-5b05-405d-95e4-c6a158992237 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
75312023-07-19T18:43:56.337ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ead5f4c9-5b05-405d-95e4-c6a158992237 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
75322023-07-19T18:43:56.340ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ead5f4c9-5b05-405d-95e4-c6a158992237 resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
75332023-07-19T18:43:56.372ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ead5f4c9-5b05-405d-95e4-c6a158992237 response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
75342023-07-19T18:43:57.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 37798522-dd08-4302-9cc9-9c27a33ca0df response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
75352023-07-19T18:44:01.374ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
75362023-07-19T18:44:01.375ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
75372023-07-19T18:44:01.376ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
75382023-07-19T18:44:01.377ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
75392023-07-19T18:44:01.378ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
75402023-07-19T18:44:01.379ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
75412023-07-19T18:44:01.379ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
75422023-07-19T18:44:01.380ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
75432023-07-19T18:44:01.381ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
75442023-07-19T18:44:01.381ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
75452023-07-19T18:44:01.382ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
75462023-07-19T18:44:01.382ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
75472023-07-19T18:44:01.384ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
75482023-07-19T18:44:01.384ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
75492023-07-19T18:44:01.385ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
75502023-07-19T18:44:01.386ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
75512023-07-19T18:44:01.386ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
75522023-07-19T18:44:01.387ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
75532023-07-19T18:44:01.388ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
75542023-07-19T18:44:01.389ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
75552023-07-19T18:44:01.389ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
75562023-07-19T18:44:01.389ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
75572023-07-19T18:44:01.400ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
75582023-07-19T18:44:01.401ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
75592023-07-19T18:44:01.402ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
75602023-07-19T18:44:01.402ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
75612023-07-19T18:44:01.403ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
75622023-07-19T18:44:01.403ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
75632023-07-19T18:44:01.405ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
75642023-07-19T18:44:01.405ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
75652023-07-19T18:44:01.406ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
75662023-07-19T18:44:01.407ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
75672023-07-19T18:44:01.407ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
75682023-07-19T18:44:01.407ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
75692023-07-19T18:44:01.408ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
75702023-07-19T18:44:01.409ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
75712023-07-19T18:44:01.410ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
75722023-07-19T18:44:01.410ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
75732023-07-19T18:44:01.411ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
75742023-07-19T18:44:01.412ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
75752023-07-19T18:44:01.412ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 7732f768-7a0b-45fe-ab5f-09d3fe19a93b roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
75762023-07-19T18:44:01.412ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 7732f768-7a0b-45fe-ab5f-09d3fe19a93b resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
75772023-07-19T18:44:01.413ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 7732f768-7a0b-45fe-ab5f-09d3fe19a93b roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
75782023-07-19T18:44:01.414ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 7732f768-7a0b-45fe-ab5f-09d3fe19a93b resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
75792023-07-19T18:44:01.415ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 7732f768-7a0b-45fe-ab5f-09d3fe19a93b roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
75802023-07-19T18:44:01.415ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 7732f768-7a0b-45fe-ab5f-09d3fe19a93b resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
75812023-07-19T18:44:01.416ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 7732f768-7a0b-45fe-ab5f-09d3fe19a93b roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
75822023-07-19T18:44:01.416ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 7732f768-7a0b-45fe-ab5f-09d3fe19a93b resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
75832023-07-19T18:44:01.418ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 7732f768-7a0b-45fe-ab5f-09d3fe19a93b roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
75842023-07-19T18:44:01.419ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 7732f768-7a0b-45fe-ab5f-09d3fe19a93b resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
75852023-07-19T18:44:01.421ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 7732f768-7a0b-45fe-ab5f-09d3fe19a93b roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
75862023-07-19T18:44:01.421ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 7732f768-7a0b-45fe-ab5f-09d3fe19a93b resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
75872023-07-19T18:44:01.423ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 7732f768-7a0b-45fe-ab5f-09d3fe19a93b roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
75882023-07-19T18:44:01.423ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 7732f768-7a0b-45fe-ab5f-09d3fe19a93b resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
75892023-07-19T18:44:01.425ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 7732f768-7a0b-45fe-ab5f-09d3fe19a93b roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
75902023-07-19T18:44:01.428ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 7732f768-7a0b-45fe-ab5f-09d3fe19a93b resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
75912023-07-19T18:44:01.461ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 7732f768-7a0b-45fe-ab5f-09d3fe19a93b response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
75922023-07-19T18:44:06.463ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
75932023-07-19T18:44:06.464ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
75942023-07-19T18:44:06.465ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
75952023-07-19T18:44:06.466ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
75962023-07-19T18:44:06.467ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
75972023-07-19T18:44:06.468ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
75982023-07-19T18:44:06.468ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
75992023-07-19T18:44:06.468ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
76002023-07-19T18:44:06.470ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
76012023-07-19T18:44:06.470ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
76022023-07-19T18:44:06.471ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
76032023-07-19T18:44:06.471ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
76042023-07-19T18:44:06.472ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
76052023-07-19T18:44:06.472ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
76062023-07-19T18:44:06.474ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
76072023-07-19T18:44:06.475ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
76082023-07-19T18:44:06.475ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
76092023-07-19T18:44:06.475ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
76102023-07-19T18:44:06.476ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
76112023-07-19T18:44:06.478ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
76122023-07-19T18:44:06.478ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
76132023-07-19T18:44:06.478ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
76142023-07-19T18:44:06.486ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
76152023-07-19T18:44:06.486ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
76162023-07-19T18:44:06.487ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
76172023-07-19T18:44:06.487ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
76182023-07-19T18:44:06.488ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
76192023-07-19T18:44:06.489ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
76202023-07-19T18:44:06.490ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
76212023-07-19T18:44:06.490ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
76222023-07-19T18:44:06.491ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
76232023-07-19T18:44:06.492ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
76242023-07-19T18:44:06.492ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
76252023-07-19T18:44:06.493ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
76262023-07-19T18:44:06.494ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
76272023-07-19T18:44:06.494ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
76282023-07-19T18:44:06.495ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
76292023-07-19T18:44:06.495ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
76302023-07-19T18:44:06.496ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
76312023-07-19T18:44:06.497ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
76322023-07-19T18:44:06.498ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = f409b2c6-e489-4416-8193-05cd46b867f1 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
76332023-07-19T18:44:06.498ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = f409b2c6-e489-4416-8193-05cd46b867f1 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
76342023-07-19T18:44:06.499ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = f409b2c6-e489-4416-8193-05cd46b867f1 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
76352023-07-19T18:44:06.499ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = f409b2c6-e489-4416-8193-05cd46b867f1 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
76362023-07-19T18:44:06.500ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = f409b2c6-e489-4416-8193-05cd46b867f1 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
76372023-07-19T18:44:06.500ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = f409b2c6-e489-4416-8193-05cd46b867f1 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
76382023-07-19T18:44:06.502ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = f409b2c6-e489-4416-8193-05cd46b867f1 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
76392023-07-19T18:44:06.502ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = f409b2c6-e489-4416-8193-05cd46b867f1 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
76402023-07-19T18:44:06.504ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = f409b2c6-e489-4416-8193-05cd46b867f1 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
76412023-07-19T18:44:06.504ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = f409b2c6-e489-4416-8193-05cd46b867f1 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
76422023-07-19T18:44:06.506ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = f409b2c6-e489-4416-8193-05cd46b867f1 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
76432023-07-19T18:44:06.506ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = f409b2c6-e489-4416-8193-05cd46b867f1 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
76442023-07-19T18:44:06.508ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = f409b2c6-e489-4416-8193-05cd46b867f1 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
76452023-07-19T18:44:06.509ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = f409b2c6-e489-4416-8193-05cd46b867f1 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
76462023-07-19T18:44:06.511ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = f409b2c6-e489-4416-8193-05cd46b867f1 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
76472023-07-19T18:44:06.514ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = f409b2c6-e489-4416-8193-05cd46b867f1 resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
76482023-07-19T18:44:06.547ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = f409b2c6-e489-4416-8193-05cd46b867f1 response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
76492023-07-19T18:44:07.241ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 56a60484-d1b7-405f-9cc7-995a175fc03d response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
76502023-07-19T18:44:09.051ZDEBGnexus (BackgroundTasks): activating background_task = dns_propagation_internal dns_group = internal iteration = 9 reason = Timeout
76512023-07-19T18:44:09.051ZDEBGnexus (BackgroundTasks): activating background_task = dns_config_external dns_group = external iteration = 7 reason = Timeout
76522023-07-19T18:44:09.051ZDEBGnexus (BackgroundTasks): activating background_task = dns_config_internal dns_group = internal iteration = 7 reason = Timeout
76532023-07-19T18:44:09.051ZDEBGnexus (BackgroundTasks): reading DNS version background_task = dns_config_external dns_group = external
76542023-07-19T18:44:09.051ZDEBGnexus (BackgroundTasks): reading DNS version background_task = dns_config_internal dns_group = internal
76552023-07-19T18:44:09.051ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
76562023-07-19T18:44:09.051ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
76572023-07-19T18:44:09.051ZDEBGnexus (BackgroundTasks): activating background_task = dns_propagation_external dns_group = external iteration = 9 reason = Timeout
76582023-07-19T18:44:09.051ZDEBGnexus (BackgroundTasks): activating background_task = external_endpoints iteration = 7 reason = Timeout
76592023-07-19T18:44:09.051ZDEBGnexus (BackgroundTasks): activating background_task = dns_servers_external dns_group = external iteration = 7 reason = Timeout
76602023-07-19T18:44:09.052ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
76612023-07-19T18:44:09.052ZDEBGnexus (BackgroundTasks): activating background_task = dns_servers_internal dns_group = internal iteration = 7 reason = Timeout
76622023-07-19T18:44:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {} }
76632023-07-19T18:44:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {} }
76642023-07-19T18:44:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
76652023-07-19T18:44:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
76662023-07-19T18:44:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
76672023-07-19T18:44:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
76682023-07-19T18:44:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Database result = Ok(())
76692023-07-19T18:44:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
76702023-07-19T18:44:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
76712023-07-19T18:44:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
76722023-07-19T18:44:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Database result = Ok(())
76732023-07-19T18:44:09.054ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
76742023-07-19T18:44:09.054ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
76752023-07-19T18:44:09.054ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
76762023-07-19T18:44:09.054ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
76772023-07-19T18:44:09.055ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
76782023-07-19T18:44:09.058ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Fleet result = Ok(())
76792023-07-19T18:44:09.058ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {} }
76802023-07-19T18:44:09.058ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Database result = Ok(())
76812023-07-19T18:44:09.058ZDEBGnexus (BackgroundTasks): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Fleet result = Ok(())
76822023-07-19T18:44:09.058ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
76832023-07-19T18:44:09.058ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
76842023-07-19T18:44:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Fleet result = Ok(())
76852023-07-19T18:44:09.059ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {} }
76862023-07-19T18:44:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Database result = Ok(())
76872023-07-19T18:44:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = DnsConfig result = Ok(())
76882023-07-19T18:44:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = DnsConfig result = Ok(())
76892023-07-19T18:44:09.059ZDEBGnexus (BackgroundTasks): found DNS servers (no change) addresses = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } background_task = dns_servers_internal current_servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } dns_group = internal
76902023-07-19T18:44:09.059ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_servers_internal dns_group = internal elapsed = 7.8031ms iteration = 7
76912023-07-19T18:44:09.060ZDEBGnexus (BackgroundTasks): found DNS servers (no change) addresses = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } background_task = dns_servers_external current_servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } dns_group = external
76922023-07-19T18:44:09.060ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_servers_external dns_group = external elapsed = 8.490019ms iteration = 7
76932023-07-19T18:44:09.060ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
76942023-07-19T18:44:09.060ZDEBGnexus (BackgroundTasks): found DNS version background_task = dns_config_internal dns_group = internal version = 1
76952023-07-19T18:44:09.060ZDEBGnexus (BackgroundTasks): reading DNS config background_task = dns_config_internal dns_group = internal
76962023-07-19T18:44:09.060ZDEBGnexus (BackgroundTasks): reading DNS zones background_task = dns_config_internal dns_group = internal
76972023-07-19T18:44:09.060ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
76982023-07-19T18:44:09.060ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
76992023-07-19T18:44:09.061ZDEBGnexus (BackgroundTasks): found DNS version background_task = dns_config_external dns_group = external version = 2
77002023-07-19T18:44:09.061ZDEBGnexus (BackgroundTasks): reading DNS config background_task = dns_config_external dns_group = external
77012023-07-19T18:44:09.061ZDEBGnexus (BackgroundTasks): reading DNS zones background_task = dns_config_external dns_group = external
77022023-07-19T18:44:09.061ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
77032023-07-19T18:44:09.061ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
77042023-07-19T18:44:09.061ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
77052023-07-19T18:44:09.062ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
77062023-07-19T18:44:09.062ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
77072023-07-19T18:44:09.062ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
77082023-07-19T18:44:09.066ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = DnsConfig result = Ok(())
77092023-07-19T18:44:09.066ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
77102023-07-19T18:44:09.066ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = DnsConfig result = Ok(())
77112023-07-19T18:44:09.066ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
77122023-07-19T18:44:09.066ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
77132023-07-19T18:44:09.066ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
77142023-07-19T18:44:09.066ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = DnsConfig result = Ok(())
77152023-07-19T18:44:09.066ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
77162023-07-19T18:44:09.066ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
77172023-07-19T18:44:09.067ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
77182023-07-19T18:44:09.067ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
77192023-07-19T18:44:09.067ZDEBGnexus (BackgroundTasks): found zones background_task = dns_config_internal count = 1 dns_group = internal
77202023-07-19T18:44:09.067ZDEBGnexus (BackgroundTasks): listing DNS names for zone background_task = dns_config_internal batch_size = 100 dns_group = internal dns_zone_id = 4f6e4429-6101-4a3f-b6e8-8d5b95ce25ae dns_zone_name = control-plane.oxide.internal found_so_far = 0 version = 1
77212023-07-19T18:44:09.067ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
77222023-07-19T18:44:09.067ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
77232023-07-19T18:44:09.068ZDEBGnexus (BackgroundTasks): found zones background_task = dns_config_external count = 1 dns_group = external
77242023-07-19T18:44:09.068ZDEBGnexus (BackgroundTasks): listing DNS names for zone background_task = dns_config_external batch_size = 100 dns_group = external dns_zone_id = ba9b905d-274e-4fd8-96b9-635f36ba4d80 dns_zone_name = oxide.test found_so_far = 0 version = 2
77252023-07-19T18:44:09.068ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
77262023-07-19T18:44:09.068ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
77272023-07-19T18:44:09.073ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
77282023-07-19T18:44:09.073ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
77292023-07-19T18:44:09.075ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
77302023-07-19T18:44:09.076ZDEBGnexus (BackgroundTasks): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Fleet result = Ok(())
77312023-07-19T18:44:09.076ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
77322023-07-19T18:44:09.076ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
77332023-07-19T18:44:09.077ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = DnsConfig result = Ok(())
77342023-07-19T18:44:09.077ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
77352023-07-19T18:44:09.077ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
77362023-07-19T18:44:09.079ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = DnsConfig result = Ok(())
77372023-07-19T18:44:09.079ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
77382023-07-19T18:44:09.080ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
77392023-07-19T18:44:09.081ZDEBGnexus (BackgroundTasks): found all DNS names for zone background_task = dns_config_internal dns_group = internal dns_zone_id = 4f6e4429-6101-4a3f-b6e8-8d5b95ce25ae dns_zone_name = control-plane.oxide.internal found_so_far = 40 version = 1
77402023-07-19T18:44:09.081ZDEBGnexus (BackgroundTasks): read DNS config background_task = dns_config_internal dns_group = internal nzones = 1 version = 1
77412023-07-19T18:44:09.081ZDEBGnexus (BackgroundTasks): found latest DNS generation (unchanged) background_task = dns_config_internal current_generation = 1 current_time_created = 2023-07-19 18:40:26.464738 UTC dns_group = internal generation = 1
77422023-07-19T18:44:09.081ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_config_internal dns_group = internal elapsed = 29.27576ms iteration = 7
77432023-07-19T18:44:09.081ZDEBGnexus (BackgroundTasks): found all DNS names for zone background_task = dns_config_external dns_group = external dns_zone_id = ba9b905d-274e-4fd8-96b9-635f36ba4d80 dns_zone_name = oxide.test found_so_far = 1 version = 2
77442023-07-19T18:44:09.081ZDEBGnexus (BackgroundTasks): read DNS config background_task = dns_config_external dns_group = external nzones = 1 version = 2
77452023-07-19T18:44:09.081ZDEBGnexus (BackgroundTasks): found latest DNS generation (unchanged) background_task = dns_config_external current_generation = 2 current_time_created = 2023-07-19 18:40:26.757200 UTC dns_group = external generation = 2
77462023-07-19T18:44:09.081ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_config_external dns_group = external elapsed = 29.370503ms iteration = 7
77472023-07-19T18:44:09.090ZDEBGnexus (BackgroundTasks): found Silo/DNS/TLS config (no change) background_task = external_endpoints config = ExternalEndpoints { by_dns_name: {"default-silo.sys.oxide.test": ExternalEndpoint { silo_id: 001de000-5110-4000-8000-000000000000, db_silo: Silo { identity: SiloIdentity { id: 001de000-5110-4000-8000-000000000000, name: Name(Name("default-silo")), description: "default silo", time_created: 2023-07-19T18:40:09.161047Z, time_modified: 2023-07-19T18:40:09.161047Z, time_deleted: None }, discoverable: false, authentication_mode: Local, user_provision_type: ApiOnly, mapped_fleet_roles: Object {}, rcgen: Generation(Generation(1)) }, tls_certs: [] }, "recovery.sys.oxide.test": ExternalEndpoint { silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, db_silo: Silo { identity: SiloIdentity { id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, name: Name(Name("recovery")), description: "built-in recovery Silo", time_created: 2023-07-19T18:40:26.706295Z, time_modified: 2023-07-19T18:40:26.706295Z, time_deleted: None }, discoverable: false, authentication_mode: Local, user_provision_type: ApiOnly, mapped_fleet_roles: Object {"admin": Array [String("admin")]}, rcgen: Generation(Generation(4)) }, tls_certs: [TlsCertificate { digest: "b80733c61402e25b1340276e5b094c554fc62f43df425c82e42a0cc7e1889e90" }] }}, warnings: [NoSiloCerts { silo_id: 001de000-5110-4000-8000-000000000000, dns_name: "default-silo.sys.oxide.test" }], default_endpoint: Some(ExternalEndpoint { silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, db_silo: Silo { identity: SiloIdentity { id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, name: Name(Name("recovery")), description: "built-in recovery Silo", time_created: 2023-07-19T18:40:26.706295Z, time_modified: 2023-07-19T18:40:26.706295Z, time_deleted: None }, discoverable: false, authentication_mode: Local, user_provision_type: ApiOnly, mapped_fleet_roles: Object {"admin": Array [String("admin")]}, rcgen: Generation(Generation(4)) }, tls_certs: [TlsCertificate { digest: "b80733c61402e25b1340276e5b094c554fc62f43df425c82e42a0cc7e1889e90" }] }) }
77482023-07-19T18:44:09.090ZDEBGnexus (BackgroundTasks): activation complete background_task = external_endpoints elapsed = 38.222973ms iteration = 7
77492023-07-19T18:44:09.124ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_internal body = Some(Body) dns_group = internal dns_server_url = http://[fd00:1122:3344:2::1]:5353 generation = 1 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } uri = http://[fd00:1122:3344:2::1]:5353/config
77502023-07-19T18:44:09.134ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_external body = Some(Body) dns_group = external dns_server_url = http://[fd00:1122:3344:101::8]:5353 generation = 2 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } uri = http://[fd00:1122:3344:101::8]:5353/config
77512023-07-19T18:44:09.190ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_internal body = Some(Body) dns_group = internal dns_server_url = http://[fd00:1122:3344:3::1]:5353 generation = 1 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } uri = http://[fd00:1122:3344:3::1]:5353/config
77522023-07-19T18:44:09.201ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_external body = Some(Body) dns_group = external dns_server_url = http://[fd00:1122:3344:101::9]:5353 generation = 2 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } uri = http://[fd00:1122:3344:101::9]:5353/config
77532023-07-19T18:44:09.202ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::9]:5353 generation = 2 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:101::9)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "b08d7fdb-5fa5-483a-8ed0-b7ff59f6d8ca", "date": "Wed, 19 Jul 2023 18:44:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
77542023-07-19T18:44:09.202ZINFOnexus (BackgroundTasks): DNS server now at generation 2 background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::9]:5353 generation = 2 servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
77552023-07-19T18:44:09.204ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::8]:5353 generation = 2 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:101::8)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "a56fbabf-73e3-47c1-b3fb-1a616fca666e", "date": "Wed, 19 Jul 2023 18:44:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
77562023-07-19T18:44:09.204ZINFOnexus (BackgroundTasks): DNS server now at generation 2 background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::8]:5353 generation = 2 servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
77572023-07-19T18:44:09.205ZINFOnexus (BackgroundTasks): DNS propagation: done background_task = dns_propagation_external dns_group = external generation = 2 servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
77582023-07-19T18:44:09.205ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_propagation_external dns_group = external elapsed = 153.860869ms iteration = 9
77592023-07-19T18:44:09.227ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_internal body = Some(Body) dns_group = internal dns_server_url = http://[fd00:1122:3344:1::1]:5353 generation = 1 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } uri = http://[fd00:1122:3344:1::1]:5353/config
77602023-07-19T18:44:09.227ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:2::1]:5353 generation = 1 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:2::1)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "185d9ee7-c626-4fdb-b173-adc177814d9a", "date": "Wed, 19 Jul 2023 18:44:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
77612023-07-19T18:44:09.227ZINFOnexus (BackgroundTasks): DNS server now at generation 1 background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:2::1]:5353 generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
77622023-07-19T18:44:09.229ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:3::1]:5353 generation = 1 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:3::1)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "3ebedfc4-2ae5-4de3-bb93-c761721cdde1", "date": "Wed, 19 Jul 2023 18:44:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
77632023-07-19T18:44:09.229ZINFOnexus (BackgroundTasks): DNS server now at generation 1 background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:3::1]:5353 generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
77642023-07-19T18:44:09.230ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:1::1]:5353 generation = 1 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:1::1)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "4193ff30-f06d-4f6b-aa0e-afdf57e198a6", "date": "Wed, 19 Jul 2023 18:44:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
77652023-07-19T18:44:09.230ZINFOnexus (BackgroundTasks): DNS server now at generation 1 background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:1::1]:5353 generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
77662023-07-19T18:44:09.231ZINFOnexus (BackgroundTasks): DNS propagation: done background_task = dns_propagation_internal dns_group = internal generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
77672023-07-19T18:44:09.231ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_propagation_internal dns_group = internal elapsed = 179.936726ms iteration = 9
77682023-07-19T18:44:11.550ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
77692023-07-19T18:44:11.550ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
77702023-07-19T18:44:11.552ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
77712023-07-19T18:44:11.552ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
77722023-07-19T18:44:11.554ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
77732023-07-19T18:44:11.555ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
77742023-07-19T18:44:11.555ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
77752023-07-19T18:44:11.555ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
77762023-07-19T18:44:11.556ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
77772023-07-19T18:44:11.556ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
77782023-07-19T18:44:11.558ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
77792023-07-19T18:44:11.558ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
77802023-07-19T18:44:11.559ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
77812023-07-19T18:44:11.559ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
77822023-07-19T18:44:11.560ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
77832023-07-19T18:44:11.561ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
77842023-07-19T18:44:11.561ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
77852023-07-19T18:44:11.562ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
77862023-07-19T18:44:11.563ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
77872023-07-19T18:44:11.564ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
77882023-07-19T18:44:11.564ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
77892023-07-19T18:44:11.564ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
77902023-07-19T18:44:11.572ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
77912023-07-19T18:44:11.572ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
77922023-07-19T18:44:11.573ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
77932023-07-19T18:44:11.573ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
77942023-07-19T18:44:11.575ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
77952023-07-19T18:44:11.575ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
77962023-07-19T18:44:11.576ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
77972023-07-19T18:44:11.576ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
77982023-07-19T18:44:11.577ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
77992023-07-19T18:44:11.579ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
78002023-07-19T18:44:11.579ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
78012023-07-19T18:44:11.579ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
78022023-07-19T18:44:11.580ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
78032023-07-19T18:44:11.580ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
78042023-07-19T18:44:11.581ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
78052023-07-19T18:44:11.582ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
78062023-07-19T18:44:11.583ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
78072023-07-19T18:44:11.584ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
78082023-07-19T18:44:11.584ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 8a02c1fb-54d2-4a38-bbf4-6572b08234d8 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
78092023-07-19T18:44:11.584ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 8a02c1fb-54d2-4a38-bbf4-6572b08234d8 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
78102023-07-19T18:44:11.585ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 8a02c1fb-54d2-4a38-bbf4-6572b08234d8 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
78112023-07-19T18:44:11.585ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 8a02c1fb-54d2-4a38-bbf4-6572b08234d8 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
78122023-07-19T18:44:11.586ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 8a02c1fb-54d2-4a38-bbf4-6572b08234d8 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
78132023-07-19T18:44:11.586ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 8a02c1fb-54d2-4a38-bbf4-6572b08234d8 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
78142023-07-19T18:44:11.588ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 8a02c1fb-54d2-4a38-bbf4-6572b08234d8 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
78152023-07-19T18:44:11.588ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 8a02c1fb-54d2-4a38-bbf4-6572b08234d8 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
78162023-07-19T18:44:11.590ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 8a02c1fb-54d2-4a38-bbf4-6572b08234d8 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
78172023-07-19T18:44:11.590ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 8a02c1fb-54d2-4a38-bbf4-6572b08234d8 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
78182023-07-19T18:44:11.592ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 8a02c1fb-54d2-4a38-bbf4-6572b08234d8 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
78192023-07-19T18:44:11.592ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 8a02c1fb-54d2-4a38-bbf4-6572b08234d8 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
78202023-07-19T18:44:11.594ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 8a02c1fb-54d2-4a38-bbf4-6572b08234d8 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
78212023-07-19T18:44:11.594ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 8a02c1fb-54d2-4a38-bbf4-6572b08234d8 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
78222023-07-19T18:44:11.596ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 8a02c1fb-54d2-4a38-bbf4-6572b08234d8 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
78232023-07-19T18:44:11.599ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 8a02c1fb-54d2-4a38-bbf4-6572b08234d8 resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
78242023-07-19T18:44:11.632ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 8a02c1fb-54d2-4a38-bbf4-6572b08234d8 response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
78252023-07-19T18:44:16.635ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
78262023-07-19T18:44:16.635ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
78272023-07-19T18:44:16.637ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
78282023-07-19T18:44:16.637ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
78292023-07-19T18:44:16.639ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
78302023-07-19T18:44:16.640ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
78312023-07-19T18:44:16.640ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
78322023-07-19T18:44:16.640ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
78332023-07-19T18:44:16.642ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
78342023-07-19T18:44:16.642ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
78352023-07-19T18:44:16.643ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
78362023-07-19T18:44:16.643ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
78372023-07-19T18:44:16.645ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
78382023-07-19T18:44:16.645ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
78392023-07-19T18:44:16.646ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
78402023-07-19T18:44:16.648ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
78412023-07-19T18:44:16.648ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
78422023-07-19T18:44:16.648ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
78432023-07-19T18:44:16.649ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
78442023-07-19T18:44:16.650ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
78452023-07-19T18:44:16.650ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
78462023-07-19T18:44:16.650ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
78472023-07-19T18:44:16.655ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
78482023-07-19T18:44:16.655ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
78492023-07-19T18:44:16.656ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
78502023-07-19T18:44:16.656ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
78512023-07-19T18:44:16.658ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
78522023-07-19T18:44:16.658ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
78532023-07-19T18:44:16.659ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
78542023-07-19T18:44:16.659ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
78552023-07-19T18:44:16.660ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
78562023-07-19T18:44:16.661ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
78572023-07-19T18:44:16.661ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
78582023-07-19T18:44:16.662ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
78592023-07-19T18:44:16.663ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
78602023-07-19T18:44:16.663ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
78612023-07-19T18:44:16.664ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
78622023-07-19T18:44:16.664ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
78632023-07-19T18:44:16.665ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
78642023-07-19T18:44:16.666ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
78652023-07-19T18:44:16.666ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 629f56a7-0ccb-40df-957d-64c7cb2cebfd roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
78662023-07-19T18:44:16.666ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 629f56a7-0ccb-40df-957d-64c7cb2cebfd resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
78672023-07-19T18:44:16.667ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 629f56a7-0ccb-40df-957d-64c7cb2cebfd roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
78682023-07-19T18:44:16.667ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 629f56a7-0ccb-40df-957d-64c7cb2cebfd resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
78692023-07-19T18:44:16.668ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 629f56a7-0ccb-40df-957d-64c7cb2cebfd roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
78702023-07-19T18:44:16.669ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 629f56a7-0ccb-40df-957d-64c7cb2cebfd resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
78712023-07-19T18:44:16.670ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 629f56a7-0ccb-40df-957d-64c7cb2cebfd roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
78722023-07-19T18:44:16.670ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 629f56a7-0ccb-40df-957d-64c7cb2cebfd resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
78732023-07-19T18:44:16.672ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 629f56a7-0ccb-40df-957d-64c7cb2cebfd roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
78742023-07-19T18:44:16.672ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 629f56a7-0ccb-40df-957d-64c7cb2cebfd resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
78752023-07-19T18:44:16.675ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 629f56a7-0ccb-40df-957d-64c7cb2cebfd roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
78762023-07-19T18:44:16.675ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 629f56a7-0ccb-40df-957d-64c7cb2cebfd resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
78772023-07-19T18:44:16.677ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 629f56a7-0ccb-40df-957d-64c7cb2cebfd roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
78782023-07-19T18:44:16.677ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 629f56a7-0ccb-40df-957d-64c7cb2cebfd resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
78792023-07-19T18:44:16.679ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 629f56a7-0ccb-40df-957d-64c7cb2cebfd roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
78802023-07-19T18:44:16.683ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 629f56a7-0ccb-40df-957d-64c7cb2cebfd resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
78812023-07-19T18:44:16.715ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 629f56a7-0ccb-40df-957d-64c7cb2cebfd response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
78822023-07-19T18:44:17.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 754bd156-9a5b-4790-88b0-2f5972a3fa62 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
78832023-07-19T18:44:21.718ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
78842023-07-19T18:44:21.718ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
78852023-07-19T18:44:21.719ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
78862023-07-19T18:44:21.720ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
78872023-07-19T18:44:21.722ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
78882023-07-19T18:44:21.723ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
78892023-07-19T18:44:21.723ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
78902023-07-19T18:44:21.723ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
78912023-07-19T18:44:21.724ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
78922023-07-19T18:44:21.724ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
78932023-07-19T18:44:21.726ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
78942023-07-19T18:44:21.726ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
78952023-07-19T18:44:21.727ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
78962023-07-19T18:44:21.727ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
78972023-07-19T18:44:21.729ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
78982023-07-19T18:44:21.730ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
78992023-07-19T18:44:21.730ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
79002023-07-19T18:44:21.730ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
79012023-07-19T18:44:21.731ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
79022023-07-19T18:44:21.732ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
79032023-07-19T18:44:21.733ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
79042023-07-19T18:44:21.733ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
79052023-07-19T18:44:21.741ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
79062023-07-19T18:44:21.741ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
79072023-07-19T18:44:21.742ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
79082023-07-19T18:44:21.742ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
79092023-07-19T18:44:21.743ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
79102023-07-19T18:44:21.744ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
79112023-07-19T18:44:21.745ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
79122023-07-19T18:44:21.745ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
79132023-07-19T18:44:21.746ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
79142023-07-19T18:44:21.747ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
79152023-07-19T18:44:21.747ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
79162023-07-19T18:44:21.747ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
79172023-07-19T18:44:21.749ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
79182023-07-19T18:44:21.749ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
79192023-07-19T18:44:21.750ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
79202023-07-19T18:44:21.750ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
79212023-07-19T18:44:21.751ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
79222023-07-19T18:44:21.752ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
79232023-07-19T18:44:21.752ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b0073f79-e588-479b-a88b-3575226c9c4c roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
79242023-07-19T18:44:21.752ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b0073f79-e588-479b-a88b-3575226c9c4c resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
79252023-07-19T18:44:21.753ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b0073f79-e588-479b-a88b-3575226c9c4c roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
79262023-07-19T18:44:21.754ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b0073f79-e588-479b-a88b-3575226c9c4c resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
79272023-07-19T18:44:21.755ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b0073f79-e588-479b-a88b-3575226c9c4c roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
79282023-07-19T18:44:21.755ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b0073f79-e588-479b-a88b-3575226c9c4c resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
79292023-07-19T18:44:21.756ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b0073f79-e588-479b-a88b-3575226c9c4c roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
79302023-07-19T18:44:21.756ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b0073f79-e588-479b-a88b-3575226c9c4c resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
79312023-07-19T18:44:21.758ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b0073f79-e588-479b-a88b-3575226c9c4c roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
79322023-07-19T18:44:21.759ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b0073f79-e588-479b-a88b-3575226c9c4c resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
79332023-07-19T18:44:21.761ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b0073f79-e588-479b-a88b-3575226c9c4c roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
79342023-07-19T18:44:21.761ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b0073f79-e588-479b-a88b-3575226c9c4c resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
79352023-07-19T18:44:21.763ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b0073f79-e588-479b-a88b-3575226c9c4c roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
79362023-07-19T18:44:21.763ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b0073f79-e588-479b-a88b-3575226c9c4c resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
79372023-07-19T18:44:21.765ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b0073f79-e588-479b-a88b-3575226c9c4c roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
79382023-07-19T18:44:21.768ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b0073f79-e588-479b-a88b-3575226c9c4c resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
79392023-07-19T18:44:21.801ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = b0073f79-e588-479b-a88b-3575226c9c4c response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
79402023-07-19T18:44:26.804ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
79412023-07-19T18:44:26.805ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
79422023-07-19T18:44:26.806ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
79432023-07-19T18:44:26.806ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
79442023-07-19T18:44:26.808ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
79452023-07-19T18:44:26.809ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
79462023-07-19T18:44:26.809ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
79472023-07-19T18:44:26.809ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
79482023-07-19T18:44:26.811ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
79492023-07-19T18:44:26.811ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
79502023-07-19T18:44:26.812ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
79512023-07-19T18:44:26.812ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
79522023-07-19T18:44:26.813ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
79532023-07-19T18:44:26.813ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
79542023-07-19T18:44:26.815ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
79552023-07-19T18:44:26.816ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
79562023-07-19T18:44:26.816ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
79572023-07-19T18:44:26.816ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
79582023-07-19T18:44:26.817ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
79592023-07-19T18:44:26.818ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
79602023-07-19T18:44:26.818ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
79612023-07-19T18:44:26.818ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
79622023-07-19T18:44:26.829ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
79632023-07-19T18:44:26.830ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
79642023-07-19T18:44:26.830ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
79652023-07-19T18:44:26.831ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
79662023-07-19T18:44:26.832ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
79672023-07-19T18:44:26.832ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
79682023-07-19T18:44:26.833ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
79692023-07-19T18:44:26.834ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
79702023-07-19T18:44:26.835ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
79712023-07-19T18:44:26.836ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
79722023-07-19T18:44:26.836ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
79732023-07-19T18:44:26.836ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
79742023-07-19T18:44:26.837ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
79752023-07-19T18:44:26.838ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
79762023-07-19T18:44:26.839ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
79772023-07-19T18:44:26.839ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
79782023-07-19T18:44:26.840ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
79792023-07-19T18:44:26.841ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
79802023-07-19T18:44:26.841ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 924a1595-0b39-484d-80de-faf047622c7d roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
79812023-07-19T18:44:26.841ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 924a1595-0b39-484d-80de-faf047622c7d resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
79822023-07-19T18:44:26.842ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 924a1595-0b39-484d-80de-faf047622c7d roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
79832023-07-19T18:44:26.843ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 924a1595-0b39-484d-80de-faf047622c7d resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
79842023-07-19T18:44:26.844ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 924a1595-0b39-484d-80de-faf047622c7d roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
79852023-07-19T18:44:26.844ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 924a1595-0b39-484d-80de-faf047622c7d resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
79862023-07-19T18:44:26.845ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 924a1595-0b39-484d-80de-faf047622c7d roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
79872023-07-19T18:44:26.845ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 924a1595-0b39-484d-80de-faf047622c7d resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
79882023-07-19T18:44:26.847ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 924a1595-0b39-484d-80de-faf047622c7d roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
79892023-07-19T18:44:26.848ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 924a1595-0b39-484d-80de-faf047622c7d resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
79902023-07-19T18:44:26.850ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 924a1595-0b39-484d-80de-faf047622c7d roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
79912023-07-19T18:44:26.850ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 924a1595-0b39-484d-80de-faf047622c7d resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
79922023-07-19T18:44:26.852ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 924a1595-0b39-484d-80de-faf047622c7d roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
79932023-07-19T18:44:26.852ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 924a1595-0b39-484d-80de-faf047622c7d resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
79942023-07-19T18:44:26.854ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 924a1595-0b39-484d-80de-faf047622c7d roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
79952023-07-19T18:44:26.857ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 924a1595-0b39-484d-80de-faf047622c7d resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
79962023-07-19T18:44:26.890ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 924a1595-0b39-484d-80de-faf047622c7d response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
79972023-07-19T18:44:27.241ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = aa54a462-dcd3-4014-b61d-11de03f45204 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
79982023-07-19T18:44:31.892ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
79992023-07-19T18:44:31.893ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
80002023-07-19T18:44:31.894ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
80012023-07-19T18:44:31.895ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
80022023-07-19T18:44:31.896ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
80032023-07-19T18:44:31.898ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
80042023-07-19T18:44:31.898ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
80052023-07-19T18:44:31.898ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
80062023-07-19T18:44:31.899ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
80072023-07-19T18:44:31.899ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
80082023-07-19T18:44:31.901ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
80092023-07-19T18:44:31.901ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
80102023-07-19T18:44:31.902ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
80112023-07-19T18:44:31.902ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
80122023-07-19T18:44:31.903ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
80132023-07-19T18:44:31.905ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
80142023-07-19T18:44:31.905ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
80152023-07-19T18:44:31.905ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
80162023-07-19T18:44:31.906ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
80172023-07-19T18:44:31.907ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
80182023-07-19T18:44:31.907ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
80192023-07-19T18:44:31.908ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
80202023-07-19T18:44:31.924ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
80212023-07-19T18:44:31.925ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
80222023-07-19T18:44:31.926ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
80232023-07-19T18:44:31.926ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
80242023-07-19T18:44:31.927ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
80252023-07-19T18:44:31.927ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
80262023-07-19T18:44:31.928ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
80272023-07-19T18:44:31.929ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
80282023-07-19T18:44:31.930ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
80292023-07-19T18:44:31.931ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
80302023-07-19T18:44:31.931ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
80312023-07-19T18:44:31.931ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
80322023-07-19T18:44:31.932ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
80332023-07-19T18:44:31.933ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
80342023-07-19T18:44:31.934ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
80352023-07-19T18:44:31.934ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
80362023-07-19T18:44:31.935ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
80372023-07-19T18:44:31.936ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
80382023-07-19T18:44:31.936ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ad503e29-7d94-4a84-946e-9e05c3b842be roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
80392023-07-19T18:44:31.936ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ad503e29-7d94-4a84-946e-9e05c3b842be resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
80402023-07-19T18:44:31.937ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ad503e29-7d94-4a84-946e-9e05c3b842be roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
80412023-07-19T18:44:31.938ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ad503e29-7d94-4a84-946e-9e05c3b842be resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
80422023-07-19T18:44:31.939ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ad503e29-7d94-4a84-946e-9e05c3b842be roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
80432023-07-19T18:44:31.939ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ad503e29-7d94-4a84-946e-9e05c3b842be resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
80442023-07-19T18:44:31.940ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ad503e29-7d94-4a84-946e-9e05c3b842be roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
80452023-07-19T18:44:31.940ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ad503e29-7d94-4a84-946e-9e05c3b842be resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
80462023-07-19T18:44:31.942ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ad503e29-7d94-4a84-946e-9e05c3b842be roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
80472023-07-19T18:44:31.943ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ad503e29-7d94-4a84-946e-9e05c3b842be resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
80482023-07-19T18:44:31.945ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ad503e29-7d94-4a84-946e-9e05c3b842be roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
80492023-07-19T18:44:31.945ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ad503e29-7d94-4a84-946e-9e05c3b842be resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
80502023-07-19T18:44:31.947ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ad503e29-7d94-4a84-946e-9e05c3b842be roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
80512023-07-19T18:44:31.947ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ad503e29-7d94-4a84-946e-9e05c3b842be resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
80522023-07-19T18:44:31.949ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ad503e29-7d94-4a84-946e-9e05c3b842be roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
80532023-07-19T18:44:31.952ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ad503e29-7d94-4a84-946e-9e05c3b842be resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
80542023-07-19T18:44:31.985ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ad503e29-7d94-4a84-946e-9e05c3b842be response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
80552023-07-19T18:44:36.988ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
80562023-07-19T18:44:36.988ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
80572023-07-19T18:44:36.990ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
80582023-07-19T18:44:36.990ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
80592023-07-19T18:44:36.992ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
80602023-07-19T18:44:36.993ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
80612023-07-19T18:44:36.993ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
80622023-07-19T18:44:36.993ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
80632023-07-19T18:44:36.994ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
80642023-07-19T18:44:36.995ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
80652023-07-19T18:44:36.996ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
80662023-07-19T18:44:36.996ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
80672023-07-19T18:44:36.997ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
80682023-07-19T18:44:36.997ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
80692023-07-19T18:44:36.999ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
80702023-07-19T18:44:37.000ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
80712023-07-19T18:44:37.000ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
80722023-07-19T18:44:37.000ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
80732023-07-19T18:44:37.001ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
80742023-07-19T18:44:37.002ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
80752023-07-19T18:44:37.002ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
80762023-07-19T18:44:37.002ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
80772023-07-19T18:44:37.007ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
80782023-07-19T18:44:37.007ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
80792023-07-19T18:44:37.008ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
80802023-07-19T18:44:37.008ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
80812023-07-19T18:44:37.009ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
80822023-07-19T18:44:37.010ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
80832023-07-19T18:44:37.011ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
80842023-07-19T18:44:37.011ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
80852023-07-19T18:44:37.012ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
80862023-07-19T18:44:37.013ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
80872023-07-19T18:44:37.013ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
80882023-07-19T18:44:37.013ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
80892023-07-19T18:44:37.015ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
80902023-07-19T18:44:37.015ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
80912023-07-19T18:44:37.016ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
80922023-07-19T18:44:37.016ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
80932023-07-19T18:44:37.017ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
80942023-07-19T18:44:37.018ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
80952023-07-19T18:44:37.018ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = dc60f08c-61d0-4b3d-b744-3cd81ec0afef roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
80962023-07-19T18:44:37.018ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = dc60f08c-61d0-4b3d-b744-3cd81ec0afef resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
80972023-07-19T18:44:37.019ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = dc60f08c-61d0-4b3d-b744-3cd81ec0afef roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
80982023-07-19T18:44:37.020ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = dc60f08c-61d0-4b3d-b744-3cd81ec0afef resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
80992023-07-19T18:44:37.021ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = dc60f08c-61d0-4b3d-b744-3cd81ec0afef roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
81002023-07-19T18:44:37.021ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = dc60f08c-61d0-4b3d-b744-3cd81ec0afef resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
81012023-07-19T18:44:37.022ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = dc60f08c-61d0-4b3d-b744-3cd81ec0afef roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
81022023-07-19T18:44:37.022ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = dc60f08c-61d0-4b3d-b744-3cd81ec0afef resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
81032023-07-19T18:44:37.025ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = dc60f08c-61d0-4b3d-b744-3cd81ec0afef roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
81042023-07-19T18:44:37.025ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = dc60f08c-61d0-4b3d-b744-3cd81ec0afef resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
81052023-07-19T18:44:37.027ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = dc60f08c-61d0-4b3d-b744-3cd81ec0afef roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
81062023-07-19T18:44:37.027ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = dc60f08c-61d0-4b3d-b744-3cd81ec0afef resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
81072023-07-19T18:44:37.029ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = dc60f08c-61d0-4b3d-b744-3cd81ec0afef roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
81082023-07-19T18:44:37.029ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = dc60f08c-61d0-4b3d-b744-3cd81ec0afef resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
81092023-07-19T18:44:37.031ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = dc60f08c-61d0-4b3d-b744-3cd81ec0afef roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
81102023-07-19T18:44:37.034ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = dc60f08c-61d0-4b3d-b744-3cd81ec0afef resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
81112023-07-19T18:44:37.066ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = dc60f08c-61d0-4b3d-b744-3cd81ec0afef response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
81122023-07-19T18:44:37.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 31ef0010-2b0d-4ef2-8e40-76acc3bbb563 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
81132023-07-19T18:44:42.069ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
81142023-07-19T18:44:42.069ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
81152023-07-19T18:44:42.071ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
81162023-07-19T18:44:42.071ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
81172023-07-19T18:44:42.073ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
81182023-07-19T18:44:42.074ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
81192023-07-19T18:44:42.074ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
81202023-07-19T18:44:42.074ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
81212023-07-19T18:44:42.075ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
81222023-07-19T18:44:42.075ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
81232023-07-19T18:44:42.076ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
81242023-07-19T18:44:42.077ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
81252023-07-19T18:44:42.078ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
81262023-07-19T18:44:42.078ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
81272023-07-19T18:44:42.079ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
81282023-07-19T18:44:42.081ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
81292023-07-19T18:44:42.081ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
81302023-07-19T18:44:42.081ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
81312023-07-19T18:44:42.082ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
81322023-07-19T18:44:42.083ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
81332023-07-19T18:44:42.083ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
81342023-07-19T18:44:42.083ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
81352023-07-19T18:44:42.088ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
81362023-07-19T18:44:42.088ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
81372023-07-19T18:44:42.089ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
81382023-07-19T18:44:42.089ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
81392023-07-19T18:44:42.091ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
81402023-07-19T18:44:42.091ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
81412023-07-19T18:44:42.092ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
81422023-07-19T18:44:42.092ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
81432023-07-19T18:44:42.093ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
81442023-07-19T18:44:42.095ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
81452023-07-19T18:44:42.095ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
81462023-07-19T18:44:42.095ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
81472023-07-19T18:44:42.096ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
81482023-07-19T18:44:42.096ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
81492023-07-19T18:44:42.097ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
81502023-07-19T18:44:42.098ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
81512023-07-19T18:44:42.099ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
81522023-07-19T18:44:42.100ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
81532023-07-19T18:44:42.100ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = cdf1d361-22e6-4446-b913-13914ff3a032 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
81542023-07-19T18:44:42.100ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = cdf1d361-22e6-4446-b913-13914ff3a032 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
81552023-07-19T18:44:42.101ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = cdf1d361-22e6-4446-b913-13914ff3a032 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
81562023-07-19T18:44:42.101ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = cdf1d361-22e6-4446-b913-13914ff3a032 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
81572023-07-19T18:44:42.102ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = cdf1d361-22e6-4446-b913-13914ff3a032 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
81582023-07-19T18:44:42.103ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = cdf1d361-22e6-4446-b913-13914ff3a032 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
81592023-07-19T18:44:42.104ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = cdf1d361-22e6-4446-b913-13914ff3a032 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
81602023-07-19T18:44:42.104ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = cdf1d361-22e6-4446-b913-13914ff3a032 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
81612023-07-19T18:44:42.106ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = cdf1d361-22e6-4446-b913-13914ff3a032 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
81622023-07-19T18:44:42.106ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = cdf1d361-22e6-4446-b913-13914ff3a032 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
81632023-07-19T18:44:42.109ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = cdf1d361-22e6-4446-b913-13914ff3a032 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
81642023-07-19T18:44:42.109ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = cdf1d361-22e6-4446-b913-13914ff3a032 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
81652023-07-19T18:44:42.111ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = cdf1d361-22e6-4446-b913-13914ff3a032 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
81662023-07-19T18:44:42.111ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = cdf1d361-22e6-4446-b913-13914ff3a032 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
81672023-07-19T18:44:42.113ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = cdf1d361-22e6-4446-b913-13914ff3a032 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
81682023-07-19T18:44:42.116ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = cdf1d361-22e6-4446-b913-13914ff3a032 resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
81692023-07-19T18:44:42.149ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = cdf1d361-22e6-4446-b913-13914ff3a032 response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
81702023-07-19T18:44:47.151ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
81712023-07-19T18:44:47.152ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
81722023-07-19T18:44:47.153ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
81732023-07-19T18:44:47.154ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
81742023-07-19T18:44:47.156ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
81752023-07-19T18:44:47.157ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
81762023-07-19T18:44:47.157ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
81772023-07-19T18:44:47.157ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
81782023-07-19T18:44:47.158ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
81792023-07-19T18:44:47.158ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
81802023-07-19T18:44:47.160ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
81812023-07-19T18:44:47.160ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
81822023-07-19T18:44:47.161ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
81832023-07-19T18:44:47.161ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
81842023-07-19T18:44:47.163ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
81852023-07-19T18:44:47.164ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
81862023-07-19T18:44:47.164ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
81872023-07-19T18:44:47.164ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
81882023-07-19T18:44:47.165ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
81892023-07-19T18:44:47.167ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
81902023-07-19T18:44:47.167ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
81912023-07-19T18:44:47.167ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
81922023-07-19T18:44:47.174ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
81932023-07-19T18:44:47.174ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
81942023-07-19T18:44:47.175ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
81952023-07-19T18:44:47.175ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
81962023-07-19T18:44:47.177ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
81972023-07-19T18:44:47.177ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
81982023-07-19T18:44:47.178ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
81992023-07-19T18:44:47.178ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
82002023-07-19T18:44:47.179ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
82012023-07-19T18:44:47.181ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
82022023-07-19T18:44:47.181ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
82032023-07-19T18:44:47.181ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
82042023-07-19T18:44:47.182ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
82052023-07-19T18:44:47.182ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
82062023-07-19T18:44:47.183ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
82072023-07-19T18:44:47.183ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
82082023-07-19T18:44:47.185ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
82092023-07-19T18:44:47.186ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
82102023-07-19T18:44:47.186ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 485e36d9-f0ef-4b22-9c08-04bc582ee444 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
82112023-07-19T18:44:47.186ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 485e36d9-f0ef-4b22-9c08-04bc582ee444 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
82122023-07-19T18:44:47.187ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 485e36d9-f0ef-4b22-9c08-04bc582ee444 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
82132023-07-19T18:44:47.187ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 485e36d9-f0ef-4b22-9c08-04bc582ee444 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
82142023-07-19T18:44:47.188ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 485e36d9-f0ef-4b22-9c08-04bc582ee444 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
82152023-07-19T18:44:47.188ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 485e36d9-f0ef-4b22-9c08-04bc582ee444 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
82162023-07-19T18:44:47.190ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 485e36d9-f0ef-4b22-9c08-04bc582ee444 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
82172023-07-19T18:44:47.190ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 485e36d9-f0ef-4b22-9c08-04bc582ee444 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
82182023-07-19T18:44:47.192ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 485e36d9-f0ef-4b22-9c08-04bc582ee444 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
82192023-07-19T18:44:47.192ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 485e36d9-f0ef-4b22-9c08-04bc582ee444 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
82202023-07-19T18:44:47.194ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 485e36d9-f0ef-4b22-9c08-04bc582ee444 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
82212023-07-19T18:44:47.195ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 485e36d9-f0ef-4b22-9c08-04bc582ee444 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
82222023-07-19T18:44:47.197ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 485e36d9-f0ef-4b22-9c08-04bc582ee444 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
82232023-07-19T18:44:47.197ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 485e36d9-f0ef-4b22-9c08-04bc582ee444 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
82242023-07-19T18:44:47.199ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 485e36d9-f0ef-4b22-9c08-04bc582ee444 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
82252023-07-19T18:44:47.202ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 485e36d9-f0ef-4b22-9c08-04bc582ee444 resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
82262023-07-19T18:44:47.235ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 485e36d9-f0ef-4b22-9c08-04bc582ee444 response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
82272023-07-19T18:44:47.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = bb7b7291-cbb2-4b9f-8d66-57d52de87bf9 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
82282023-07-19T18:44:52.238ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
82292023-07-19T18:44:52.238ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
82302023-07-19T18:44:52.239ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
82312023-07-19T18:44:52.240ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
82322023-07-19T18:44:52.241ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
82332023-07-19T18:44:52.242ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
82342023-07-19T18:44:52.242ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
82352023-07-19T18:44:52.242ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
82362023-07-19T18:44:52.244ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
82372023-07-19T18:44:52.244ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
82382023-07-19T18:44:52.245ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
82392023-07-19T18:44:52.245ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
82402023-07-19T18:44:52.247ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
82412023-07-19T18:44:52.247ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
82422023-07-19T18:44:52.248ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
82432023-07-19T18:44:52.249ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
82442023-07-19T18:44:52.249ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
82452023-07-19T18:44:52.249ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
82462023-07-19T18:44:52.251ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
82472023-07-19T18:44:52.252ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
82482023-07-19T18:44:52.252ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
82492023-07-19T18:44:52.252ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
82502023-07-19T18:44:52.256ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
82512023-07-19T18:44:52.256ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
82522023-07-19T18:44:52.257ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
82532023-07-19T18:44:52.257ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
82542023-07-19T18:44:52.258ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
82552023-07-19T18:44:52.258ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
82562023-07-19T18:44:52.260ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
82572023-07-19T18:44:52.260ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
82582023-07-19T18:44:52.261ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
82592023-07-19T18:44:52.262ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
82602023-07-19T18:44:52.262ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
82612023-07-19T18:44:52.262ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
82622023-07-19T18:44:52.263ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
82632023-07-19T18:44:52.263ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
82642023-07-19T18:44:52.265ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
82652023-07-19T18:44:52.265ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
82662023-07-19T18:44:52.266ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
82672023-07-19T18:44:52.267ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
82682023-07-19T18:44:52.267ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 86274c80-f4fc-42e0-91da-8634f5f25d0e roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
82692023-07-19T18:44:52.267ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 86274c80-f4fc-42e0-91da-8634f5f25d0e resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
82702023-07-19T18:44:52.268ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 86274c80-f4fc-42e0-91da-8634f5f25d0e roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
82712023-07-19T18:44:52.269ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 86274c80-f4fc-42e0-91da-8634f5f25d0e resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
82722023-07-19T18:44:52.270ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 86274c80-f4fc-42e0-91da-8634f5f25d0e roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
82732023-07-19T18:44:52.270ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 86274c80-f4fc-42e0-91da-8634f5f25d0e resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
82742023-07-19T18:44:52.271ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 86274c80-f4fc-42e0-91da-8634f5f25d0e roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
82752023-07-19T18:44:52.272ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 86274c80-f4fc-42e0-91da-8634f5f25d0e resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
82762023-07-19T18:44:52.274ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 86274c80-f4fc-42e0-91da-8634f5f25d0e roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
82772023-07-19T18:44:52.274ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 86274c80-f4fc-42e0-91da-8634f5f25d0e resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
82782023-07-19T18:44:52.276ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 86274c80-f4fc-42e0-91da-8634f5f25d0e roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
82792023-07-19T18:44:52.276ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 86274c80-f4fc-42e0-91da-8634f5f25d0e resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
82802023-07-19T18:44:52.278ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 86274c80-f4fc-42e0-91da-8634f5f25d0e roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
82812023-07-19T18:44:52.278ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 86274c80-f4fc-42e0-91da-8634f5f25d0e resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
82822023-07-19T18:44:52.280ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 86274c80-f4fc-42e0-91da-8634f5f25d0e roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
82832023-07-19T18:44:52.284ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 86274c80-f4fc-42e0-91da-8634f5f25d0e resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
82842023-07-19T18:44:52.316ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 86274c80-f4fc-42e0-91da-8634f5f25d0e response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
82852023-07-19T18:44:57.241ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 367ec592-083f-45c0-a39c-2c6812ebd5ad response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
82862023-07-19T18:44:57.318ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
82872023-07-19T18:44:57.319ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
82882023-07-19T18:44:57.320ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
82892023-07-19T18:44:57.321ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
82902023-07-19T18:44:57.322ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
82912023-07-19T18:44:57.323ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
82922023-07-19T18:44:57.324ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
82932023-07-19T18:44:57.324ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
82942023-07-19T18:44:57.325ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
82952023-07-19T18:44:57.325ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
82962023-07-19T18:44:57.326ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
82972023-07-19T18:44:57.327ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
82982023-07-19T18:44:57.328ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
82992023-07-19T18:44:57.328ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
83002023-07-19T18:44:57.329ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
83012023-07-19T18:44:57.331ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
83022023-07-19T18:44:57.331ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
83032023-07-19T18:44:57.331ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
83042023-07-19T18:44:57.332ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
83052023-07-19T18:44:57.333ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
83062023-07-19T18:44:57.333ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
83072023-07-19T18:44:57.333ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
83082023-07-19T18:44:57.340ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
83092023-07-19T18:44:57.340ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
83102023-07-19T18:44:57.341ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
83112023-07-19T18:44:57.341ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
83122023-07-19T18:44:57.342ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
83132023-07-19T18:44:57.343ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
83142023-07-19T18:44:57.344ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
83152023-07-19T18:44:57.344ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
83162023-07-19T18:44:57.345ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
83172023-07-19T18:44:57.346ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
83182023-07-19T18:44:57.346ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
83192023-07-19T18:44:57.347ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
83202023-07-19T18:44:57.348ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
83212023-07-19T18:44:57.348ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
83222023-07-19T18:44:57.349ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
83232023-07-19T18:44:57.349ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
83242023-07-19T18:44:57.350ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
83252023-07-19T18:44:57.352ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
83262023-07-19T18:44:57.352ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = e0116992-d476-46a9-812e-58555c071b77 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
83272023-07-19T18:44:57.352ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = e0116992-d476-46a9-812e-58555c071b77 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
83282023-07-19T18:44:57.355ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = e0116992-d476-46a9-812e-58555c071b77 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
83292023-07-19T18:44:57.355ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = e0116992-d476-46a9-812e-58555c071b77 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
83302023-07-19T18:44:57.358ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = e0116992-d476-46a9-812e-58555c071b77 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
83312023-07-19T18:44:57.358ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = e0116992-d476-46a9-812e-58555c071b77 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
83322023-07-19T18:44:57.360ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = e0116992-d476-46a9-812e-58555c071b77 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
83332023-07-19T18:44:57.360ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = e0116992-d476-46a9-812e-58555c071b77 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
83342023-07-19T18:44:57.362ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = e0116992-d476-46a9-812e-58555c071b77 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
83352023-07-19T18:44:57.363ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = e0116992-d476-46a9-812e-58555c071b77 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
83362023-07-19T18:44:57.365ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = e0116992-d476-46a9-812e-58555c071b77 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
83372023-07-19T18:44:57.365ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = e0116992-d476-46a9-812e-58555c071b77 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
83382023-07-19T18:44:57.367ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = e0116992-d476-46a9-812e-58555c071b77 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
83392023-07-19T18:44:57.368ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = e0116992-d476-46a9-812e-58555c071b77 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
83402023-07-19T18:44:57.370ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = e0116992-d476-46a9-812e-58555c071b77 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
83412023-07-19T18:44:57.373ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = e0116992-d476-46a9-812e-58555c071b77 resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
83422023-07-19T18:44:57.406ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = e0116992-d476-46a9-812e-58555c071b77 response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
83432023-07-19T18:45:02.410ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
83442023-07-19T18:45:02.410ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
83452023-07-19T18:45:02.412ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
83462023-07-19T18:45:02.412ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
83472023-07-19T18:45:02.413ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
83482023-07-19T18:45:02.415ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
83492023-07-19T18:45:02.415ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
83502023-07-19T18:45:02.415ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
83512023-07-19T18:45:02.416ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
83522023-07-19T18:45:02.416ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
83532023-07-19T18:45:02.418ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
83542023-07-19T18:45:02.418ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
83552023-07-19T18:45:02.419ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
83562023-07-19T18:45:02.419ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
83572023-07-19T18:45:02.420ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
83582023-07-19T18:45:02.421ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
83592023-07-19T18:45:02.421ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
83602023-07-19T18:45:02.422ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
83612023-07-19T18:45:02.423ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
83622023-07-19T18:45:02.424ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
83632023-07-19T18:45:02.424ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
83642023-07-19T18:45:02.424ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
83652023-07-19T18:45:02.431ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
83662023-07-19T18:45:02.431ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
83672023-07-19T18:45:02.432ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
83682023-07-19T18:45:02.433ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
83692023-07-19T18:45:02.434ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
83702023-07-19T18:45:02.434ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
83712023-07-19T18:45:02.435ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
83722023-07-19T18:45:02.435ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
83732023-07-19T18:45:02.436ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
83742023-07-19T18:45:02.437ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
83752023-07-19T18:45:02.437ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
83762023-07-19T18:45:02.437ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
83772023-07-19T18:45:02.438ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
83782023-07-19T18:45:02.438ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
83792023-07-19T18:45:02.439ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
83802023-07-19T18:45:02.440ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
83812023-07-19T18:45:02.441ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
83822023-07-19T18:45:02.442ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
83832023-07-19T18:45:02.442ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ee1a0904-6bf7-4346-9222-7faf14698e8a roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
83842023-07-19T18:45:02.442ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ee1a0904-6bf7-4346-9222-7faf14698e8a resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
83852023-07-19T18:45:02.443ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ee1a0904-6bf7-4346-9222-7faf14698e8a roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
83862023-07-19T18:45:02.443ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ee1a0904-6bf7-4346-9222-7faf14698e8a resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
83872023-07-19T18:45:02.445ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ee1a0904-6bf7-4346-9222-7faf14698e8a roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
83882023-07-19T18:45:02.445ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ee1a0904-6bf7-4346-9222-7faf14698e8a resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
83892023-07-19T18:45:02.446ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ee1a0904-6bf7-4346-9222-7faf14698e8a roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
83902023-07-19T18:45:02.446ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ee1a0904-6bf7-4346-9222-7faf14698e8a resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
83912023-07-19T18:45:02.449ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ee1a0904-6bf7-4346-9222-7faf14698e8a roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
83922023-07-19T18:45:02.449ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ee1a0904-6bf7-4346-9222-7faf14698e8a resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
83932023-07-19T18:45:02.451ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ee1a0904-6bf7-4346-9222-7faf14698e8a roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
83942023-07-19T18:45:02.451ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ee1a0904-6bf7-4346-9222-7faf14698e8a resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
83952023-07-19T18:45:02.453ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ee1a0904-6bf7-4346-9222-7faf14698e8a roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
83962023-07-19T18:45:02.454ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ee1a0904-6bf7-4346-9222-7faf14698e8a resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
83972023-07-19T18:45:02.456ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ee1a0904-6bf7-4346-9222-7faf14698e8a roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
83982023-07-19T18:45:02.459ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ee1a0904-6bf7-4346-9222-7faf14698e8a resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
83992023-07-19T18:45:02.491ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = ee1a0904-6bf7-4346-9222-7faf14698e8a response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
84002023-07-19T18:45:07.241ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 3367520b-4907-4a54-a2dd-c4f70d1367c9 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
84012023-07-19T18:45:07.494ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
84022023-07-19T18:45:07.494ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
84032023-07-19T18:45:07.496ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
84042023-07-19T18:45:07.496ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
84052023-07-19T18:45:07.498ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
84062023-07-19T18:45:07.499ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
84072023-07-19T18:45:07.499ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
84082023-07-19T18:45:07.499ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
84092023-07-19T18:45:07.500ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
84102023-07-19T18:45:07.501ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
84112023-07-19T18:45:07.502ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
84122023-07-19T18:45:07.502ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
84132023-07-19T18:45:07.503ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
84142023-07-19T18:45:07.503ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
84152023-07-19T18:45:07.504ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
84162023-07-19T18:45:07.506ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
84172023-07-19T18:45:07.506ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
84182023-07-19T18:45:07.506ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
84192023-07-19T18:45:07.507ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
84202023-07-19T18:45:07.508ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
84212023-07-19T18:45:07.508ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
84222023-07-19T18:45:07.508ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
84232023-07-19T18:45:07.516ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
84242023-07-19T18:45:07.516ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
84252023-07-19T18:45:07.517ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
84262023-07-19T18:45:07.517ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
84272023-07-19T18:45:07.518ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
84282023-07-19T18:45:07.518ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
84292023-07-19T18:45:07.519ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
84302023-07-19T18:45:07.520ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
84312023-07-19T18:45:07.521ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
84322023-07-19T18:45:07.522ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
84332023-07-19T18:45:07.522ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
84342023-07-19T18:45:07.522ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
84352023-07-19T18:45:07.523ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
84362023-07-19T18:45:07.523ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
84372023-07-19T18:45:07.524ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
84382023-07-19T18:45:07.524ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
84392023-07-19T18:45:07.525ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
84402023-07-19T18:45:07.527ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
84412023-07-19T18:45:07.527ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 040f99dd-11da-4e6f-a0c1-fb9c684f9d04 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
84422023-07-19T18:45:07.527ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 040f99dd-11da-4e6f-a0c1-fb9c684f9d04 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
84432023-07-19T18:45:07.528ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 040f99dd-11da-4e6f-a0c1-fb9c684f9d04 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
84442023-07-19T18:45:07.528ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 040f99dd-11da-4e6f-a0c1-fb9c684f9d04 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
84452023-07-19T18:45:07.529ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 040f99dd-11da-4e6f-a0c1-fb9c684f9d04 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
84462023-07-19T18:45:07.529ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 040f99dd-11da-4e6f-a0c1-fb9c684f9d04 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
84472023-07-19T18:45:07.531ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 040f99dd-11da-4e6f-a0c1-fb9c684f9d04 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
84482023-07-19T18:45:07.531ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 040f99dd-11da-4e6f-a0c1-fb9c684f9d04 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
84492023-07-19T18:45:07.533ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 040f99dd-11da-4e6f-a0c1-fb9c684f9d04 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
84502023-07-19T18:45:07.533ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 040f99dd-11da-4e6f-a0c1-fb9c684f9d04 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
84512023-07-19T18:45:07.535ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 040f99dd-11da-4e6f-a0c1-fb9c684f9d04 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
84522023-07-19T18:45:07.535ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 040f99dd-11da-4e6f-a0c1-fb9c684f9d04 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
84532023-07-19T18:45:07.537ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 040f99dd-11da-4e6f-a0c1-fb9c684f9d04 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
84542023-07-19T18:45:07.537ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 040f99dd-11da-4e6f-a0c1-fb9c684f9d04 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
84552023-07-19T18:45:07.539ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 040f99dd-11da-4e6f-a0c1-fb9c684f9d04 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
84562023-07-19T18:45:07.542ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 040f99dd-11da-4e6f-a0c1-fb9c684f9d04 resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
84572023-07-19T18:45:07.575ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 040f99dd-11da-4e6f-a0c1-fb9c684f9d04 response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
84582023-07-19T18:45:09.051ZDEBGnexus (BackgroundTasks): activating background_task = dns_propagation_internal dns_group = internal iteration = 10 reason = Timeout
84592023-07-19T18:45:09.051ZDEBGnexus (BackgroundTasks): activating background_task = dns_config_internal dns_group = internal iteration = 8 reason = Timeout
84602023-07-19T18:45:09.051ZDEBGnexus (BackgroundTasks): reading DNS version background_task = dns_config_internal dns_group = internal
84612023-07-19T18:45:09.051ZDEBGnexus (BackgroundTasks): activating background_task = dns_servers_internal dns_group = internal iteration = 8 reason = Timeout
84622023-07-19T18:45:09.051ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
84632023-07-19T18:45:09.051ZDEBGnexus (BackgroundTasks): activating background_task = dns_servers_external dns_group = external iteration = 8 reason = Timeout
84642023-07-19T18:45:09.051ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {} }
84652023-07-19T18:45:09.051ZDEBGnexus (BackgroundTasks): activating background_task = external_endpoints iteration = 8 reason = Timeout
84662023-07-19T18:45:09.051ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {} }
84672023-07-19T18:45:09.051ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
84682023-07-19T18:45:09.051ZDEBGnexus (BackgroundTasks): activating background_task = dns_propagation_external dns_group = external iteration = 10 reason = Timeout
84692023-07-19T18:45:09.051ZDEBGnexus (BackgroundTasks): activating background_task = dns_config_external dns_group = external iteration = 8 reason = Timeout
84702023-07-19T18:45:09.051ZDEBGnexus (BackgroundTasks): reading DNS version background_task = dns_config_external dns_group = external
84712023-07-19T18:45:09.051ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
84722023-07-19T18:45:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
84732023-07-19T18:45:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
84742023-07-19T18:45:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
84752023-07-19T18:45:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
84762023-07-19T18:45:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
84772023-07-19T18:45:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Database result = Ok(())
84782023-07-19T18:45:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Database result = Ok(())
84792023-07-19T18:45:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
84802023-07-19T18:45:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
84812023-07-19T18:45:09.054ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
84822023-07-19T18:45:09.054ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
84832023-07-19T18:45:09.054ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
84842023-07-19T18:45:09.054ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
84852023-07-19T18:45:09.054ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
84862023-07-19T18:45:09.057ZDEBGnexus (BackgroundTasks): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Fleet result = Ok(())
84872023-07-19T18:45:09.058ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
84882023-07-19T18:45:09.058ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
84892023-07-19T18:45:09.058ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Fleet result = Ok(())
84902023-07-19T18:45:09.058ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {} }
84912023-07-19T18:45:09.058ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Database result = Ok(())
84922023-07-19T18:45:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Fleet result = Ok(())
84932023-07-19T18:45:09.059ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {} }
84942023-07-19T18:45:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Database result = Ok(())
84952023-07-19T18:45:09.059ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
84962023-07-19T18:45:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
84972023-07-19T18:45:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = DnsConfig result = Ok(())
84982023-07-19T18:45:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = DnsConfig result = Ok(())
84992023-07-19T18:45:09.060ZDEBGnexus (BackgroundTasks): found DNS servers (no change) addresses = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } background_task = dns_servers_internal current_servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } dns_group = internal
85002023-07-19T18:45:09.060ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_servers_internal dns_group = internal elapsed = 8.286784ms iteration = 8
85012023-07-19T18:45:09.060ZDEBGnexus (BackgroundTasks): found DNS servers (no change) addresses = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } background_task = dns_servers_external current_servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } dns_group = external
85022023-07-19T18:45:09.060ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_servers_external dns_group = external elapsed = 8.332895ms iteration = 8
85032023-07-19T18:45:09.061ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
85042023-07-19T18:45:09.061ZDEBGnexus (BackgroundTasks): found DNS version background_task = dns_config_internal dns_group = internal version = 1
85052023-07-19T18:45:09.061ZDEBGnexus (BackgroundTasks): reading DNS config background_task = dns_config_internal dns_group = internal
85062023-07-19T18:45:09.061ZDEBGnexus (BackgroundTasks): reading DNS zones background_task = dns_config_internal dns_group = internal
85072023-07-19T18:45:09.061ZDEBGnexus (BackgroundTasks): found DNS version background_task = dns_config_external dns_group = external version = 2
85082023-07-19T18:45:09.061ZDEBGnexus (BackgroundTasks): reading DNS config background_task = dns_config_external dns_group = external
85092023-07-19T18:45:09.061ZDEBGnexus (BackgroundTasks): reading DNS zones background_task = dns_config_external dns_group = external
85102023-07-19T18:45:09.061ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
85112023-07-19T18:45:09.061ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
85122023-07-19T18:45:09.061ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
85132023-07-19T18:45:09.061ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
85142023-07-19T18:45:09.062ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
85152023-07-19T18:45:09.062ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
85162023-07-19T18:45:09.063ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = DnsConfig result = Ok(())
85172023-07-19T18:45:09.063ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
85182023-07-19T18:45:09.064ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
85192023-07-19T18:45:09.065ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
85202023-07-19T18:45:09.065ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
85212023-07-19T18:45:09.066ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = DnsConfig result = Ok(())
85222023-07-19T18:45:09.066ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
85232023-07-19T18:45:09.066ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
85242023-07-19T18:45:09.066ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
85252023-07-19T18:45:09.067ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = DnsConfig result = Ok(())
85262023-07-19T18:45:09.067ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
85272023-07-19T18:45:09.067ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
85282023-07-19T18:45:09.067ZDEBGnexus (BackgroundTasks): found zones background_task = dns_config_internal count = 1 dns_group = internal
85292023-07-19T18:45:09.067ZDEBGnexus (BackgroundTasks): listing DNS names for zone background_task = dns_config_internal batch_size = 100 dns_group = internal dns_zone_id = 4f6e4429-6101-4a3f-b6e8-8d5b95ce25ae dns_zone_name = control-plane.oxide.internal found_so_far = 0 version = 1
85302023-07-19T18:45:09.067ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
85312023-07-19T18:45:09.067ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
85322023-07-19T18:45:09.068ZDEBGnexus (BackgroundTasks): found zones background_task = dns_config_external count = 1 dns_group = external
85332023-07-19T18:45:09.068ZDEBGnexus (BackgroundTasks): listing DNS names for zone background_task = dns_config_external batch_size = 100 dns_group = external dns_zone_id = ba9b905d-274e-4fd8-96b9-635f36ba4d80 dns_zone_name = oxide.test found_so_far = 0 version = 2
85342023-07-19T18:45:09.068ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
85352023-07-19T18:45:09.068ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
85362023-07-19T18:45:09.068ZDEBGnexus (BackgroundTasks): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Fleet result = Ok(())
85372023-07-19T18:45:09.068ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
85382023-07-19T18:45:09.068ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
85392023-07-19T18:45:09.069ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
85402023-07-19T18:45:09.069ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
85412023-07-19T18:45:09.071ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = DnsConfig result = Ok(())
85422023-07-19T18:45:09.071ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
85432023-07-19T18:45:09.071ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
85442023-07-19T18:45:09.072ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = DnsConfig result = Ok(())
85452023-07-19T18:45:09.072ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
85462023-07-19T18:45:09.072ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
85472023-07-19T18:45:09.073ZDEBGnexus (BackgroundTasks): found all DNS names for zone background_task = dns_config_internal dns_group = internal dns_zone_id = 4f6e4429-6101-4a3f-b6e8-8d5b95ce25ae dns_zone_name = control-plane.oxide.internal found_so_far = 40 version = 1
85482023-07-19T18:45:09.073ZDEBGnexus (BackgroundTasks): read DNS config background_task = dns_config_internal dns_group = internal nzones = 1 version = 1
85492023-07-19T18:45:09.073ZDEBGnexus (BackgroundTasks): found latest DNS generation (unchanged) background_task = dns_config_internal current_generation = 1 current_time_created = 2023-07-19 18:40:26.464738 UTC dns_group = internal generation = 1
85502023-07-19T18:45:09.073ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_config_internal dns_group = internal elapsed = 22.062418ms iteration = 8
85512023-07-19T18:45:09.074ZDEBGnexus (BackgroundTasks): found all DNS names for zone background_task = dns_config_external dns_group = external dns_zone_id = ba9b905d-274e-4fd8-96b9-635f36ba4d80 dns_zone_name = oxide.test found_so_far = 1 version = 2
85522023-07-19T18:45:09.074ZDEBGnexus (BackgroundTasks): read DNS config background_task = dns_config_external dns_group = external nzones = 1 version = 2
85532023-07-19T18:45:09.074ZDEBGnexus (BackgroundTasks): found latest DNS generation (unchanged) background_task = dns_config_external current_generation = 2 current_time_created = 2023-07-19 18:40:26.757200 UTC dns_group = external generation = 2
85542023-07-19T18:45:09.074ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_config_external dns_group = external elapsed = 22.194192ms iteration = 8
85552023-07-19T18:45:09.074ZDEBGnexus (BackgroundTasks): found Silo/DNS/TLS config (no change) background_task = external_endpoints config = ExternalEndpoints { by_dns_name: {"default-silo.sys.oxide.test": ExternalEndpoint { silo_id: 001de000-5110-4000-8000-000000000000, db_silo: Silo { identity: SiloIdentity { id: 001de000-5110-4000-8000-000000000000, name: Name(Name("default-silo")), description: "default silo", time_created: 2023-07-19T18:40:09.161047Z, time_modified: 2023-07-19T18:40:09.161047Z, time_deleted: None }, discoverable: false, authentication_mode: Local, user_provision_type: ApiOnly, mapped_fleet_roles: Object {}, rcgen: Generation(Generation(1)) }, tls_certs: [] }, "recovery.sys.oxide.test": ExternalEndpoint { silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, db_silo: Silo { identity: SiloIdentity { id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, name: Name(Name("recovery")), description: "built-in recovery Silo", time_created: 2023-07-19T18:40:26.706295Z, time_modified: 2023-07-19T18:40:26.706295Z, time_deleted: None }, discoverable: false, authentication_mode: Local, user_provision_type: ApiOnly, mapped_fleet_roles: Object {"admin": Array [String("admin")]}, rcgen: Generation(Generation(4)) }, tls_certs: [TlsCertificate { digest: "b80733c61402e25b1340276e5b094c554fc62f43df425c82e42a0cc7e1889e90" }] }}, warnings: [NoSiloCerts { silo_id: 001de000-5110-4000-8000-000000000000, dns_name: "default-silo.sys.oxide.test" }], default_endpoint: Some(ExternalEndpoint { silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, db_silo: Silo { identity: SiloIdentity { id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, name: Name(Name("recovery")), description: "built-in recovery Silo", time_created: 2023-07-19T18:40:26.706295Z, time_modified: 2023-07-19T18:40:26.706295Z, time_deleted: None }, discoverable: false, authentication_mode: Local, user_provision_type: ApiOnly, mapped_fleet_roles: Object {"admin": Array [String("admin")]}, rcgen: Generation(Generation(4)) }, tls_certs: [TlsCertificate { digest: "b80733c61402e25b1340276e5b094c554fc62f43df425c82e42a0cc7e1889e90" }] }) }
85562023-07-19T18:45:09.074ZDEBGnexus (BackgroundTasks): activation complete background_task = external_endpoints elapsed = 22.616355ms iteration = 8
85572023-07-19T18:45:09.121ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_external body = Some(Body) dns_group = external dns_server_url = http://[fd00:1122:3344:101::8]:5353 generation = 2 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } uri = http://[fd00:1122:3344:101::8]:5353/config
85582023-07-19T18:45:09.123ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_internal body = Some(Body) dns_group = internal dns_server_url = http://[fd00:1122:3344:2::1]:5353 generation = 1 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } uri = http://[fd00:1122:3344:2::1]:5353/config
85592023-07-19T18:45:09.185ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_external body = Some(Body) dns_group = external dns_server_url = http://[fd00:1122:3344:101::9]:5353 generation = 2 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } uri = http://[fd00:1122:3344:101::9]:5353/config
85602023-07-19T18:45:09.186ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::8]:5353 generation = 2 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:101::8)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "a1860d55-72c8-41b2-a1f8-f1754a609595", "date": "Wed, 19 Jul 2023 18:45:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
85612023-07-19T18:45:09.186ZINFOnexus (BackgroundTasks): DNS server now at generation 2 background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::8]:5353 generation = 2 servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
85622023-07-19T18:45:09.187ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_internal body = Some(Body) dns_group = internal dns_server_url = http://[fd00:1122:3344:3::1]:5353 generation = 1 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } uri = http://[fd00:1122:3344:3::1]:5353/config
85632023-07-19T18:45:09.188ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::9]:5353 generation = 2 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:101::9)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "81d05d85-ac99-47a0-a23c-02568cdc2c8b", "date": "Wed, 19 Jul 2023 18:45:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
85642023-07-19T18:45:09.188ZINFOnexus (BackgroundTasks): DNS server now at generation 2 background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::9]:5353 generation = 2 servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
85652023-07-19T18:45:09.189ZINFOnexus (BackgroundTasks): DNS propagation: done background_task = dns_propagation_external dns_group = external generation = 2 servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
85662023-07-19T18:45:09.189ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_propagation_external dns_group = external elapsed = 137.931492ms iteration = 10
85672023-07-19T18:45:09.218ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_internal body = Some(Body) dns_group = internal dns_server_url = http://[fd00:1122:3344:1::1]:5353 generation = 1 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } uri = http://[fd00:1122:3344:1::1]:5353/config
85682023-07-19T18:45:09.219ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:2::1]:5353 generation = 1 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:2::1)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "bc606a16-f310-45b9-9cf1-50e56c02a7ae", "date": "Wed, 19 Jul 2023 18:45:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
85692023-07-19T18:45:09.219ZINFOnexus (BackgroundTasks): DNS server now at generation 1 background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:2::1]:5353 generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
85702023-07-19T18:45:09.220ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:3::1]:5353 generation = 1 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:3::1)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "d2d521be-8f67-48dd-8e23-29fbb6013cae", "date": "Wed, 19 Jul 2023 18:45:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
85712023-07-19T18:45:09.220ZINFOnexus (BackgroundTasks): DNS server now at generation 1 background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:3::1]:5353 generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
85722023-07-19T18:45:09.222ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:1::1]:5353 generation = 1 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:1::1)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "42f54102-0b36-4342-8dc7-b5cde2acec20", "date": "Wed, 19 Jul 2023 18:45:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
85732023-07-19T18:45:09.222ZINFOnexus (BackgroundTasks): DNS server now at generation 1 background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:1::1]:5353 generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
85742023-07-19T18:45:09.224ZINFOnexus (BackgroundTasks): DNS propagation: done background_task = dns_propagation_internal dns_group = internal generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
85752023-07-19T18:45:09.224ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_propagation_internal dns_group = internal elapsed = 173.038303ms iteration = 10
85762023-07-19T18:45:12.578ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
85772023-07-19T18:45:12.578ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
85782023-07-19T18:45:12.580ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
85792023-07-19T18:45:12.580ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
85802023-07-19T18:45:12.582ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
85812023-07-19T18:45:12.583ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
85822023-07-19T18:45:12.583ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
85832023-07-19T18:45:12.583ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
85842023-07-19T18:45:12.585ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
85852023-07-19T18:45:12.585ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
85862023-07-19T18:45:12.586ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
85872023-07-19T18:45:12.586ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
85882023-07-19T18:45:12.588ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
85892023-07-19T18:45:12.588ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
85902023-07-19T18:45:12.589ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
85912023-07-19T18:45:12.590ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
85922023-07-19T18:45:12.590ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
85932023-07-19T18:45:12.590ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
85942023-07-19T18:45:12.592ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
85952023-07-19T18:45:12.593ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
85962023-07-19T18:45:12.593ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
85972023-07-19T18:45:12.593ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
85982023-07-19T18:45:12.599ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
85992023-07-19T18:45:12.600ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
86002023-07-19T18:45:12.601ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
86012023-07-19T18:45:12.601ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
86022023-07-19T18:45:12.602ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
86032023-07-19T18:45:12.602ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
86042023-07-19T18:45:12.604ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
86052023-07-19T18:45:12.604ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
86062023-07-19T18:45:12.605ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
86072023-07-19T18:45:12.606ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
86082023-07-19T18:45:12.606ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
86092023-07-19T18:45:12.607ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
86102023-07-19T18:45:12.608ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
86112023-07-19T18:45:12.608ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
86122023-07-19T18:45:12.609ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
86132023-07-19T18:45:12.609ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
86142023-07-19T18:45:12.610ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
86152023-07-19T18:45:12.611ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
86162023-07-19T18:45:12.611ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c075e007-679c-4965-80a2-719b59a2646d roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
86172023-07-19T18:45:12.612ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c075e007-679c-4965-80a2-719b59a2646d resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
86182023-07-19T18:45:12.613ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c075e007-679c-4965-80a2-719b59a2646d roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
86192023-07-19T18:45:12.613ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c075e007-679c-4965-80a2-719b59a2646d resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
86202023-07-19T18:45:12.614ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c075e007-679c-4965-80a2-719b59a2646d roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
86212023-07-19T18:45:12.614ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c075e007-679c-4965-80a2-719b59a2646d resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
86222023-07-19T18:45:12.616ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c075e007-679c-4965-80a2-719b59a2646d roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
86232023-07-19T18:45:12.616ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c075e007-679c-4965-80a2-719b59a2646d resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
86242023-07-19T18:45:12.618ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c075e007-679c-4965-80a2-719b59a2646d roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
86252023-07-19T18:45:12.618ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c075e007-679c-4965-80a2-719b59a2646d resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
86262023-07-19T18:45:12.625ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c075e007-679c-4965-80a2-719b59a2646d roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
86272023-07-19T18:45:12.625ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c075e007-679c-4965-80a2-719b59a2646d resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
86282023-07-19T18:45:12.628ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c075e007-679c-4965-80a2-719b59a2646d roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
86292023-07-19T18:45:12.628ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c075e007-679c-4965-80a2-719b59a2646d resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
86302023-07-19T18:45:12.630ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c075e007-679c-4965-80a2-719b59a2646d roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
86312023-07-19T18:45:12.633ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c075e007-679c-4965-80a2-719b59a2646d resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
86322023-07-19T18:45:12.666ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = c075e007-679c-4965-80a2-719b59a2646d response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
86332023-07-19T18:45:17.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = d17681c1-b1ad-409e-a06e-8d5cc403b555 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
86342023-07-19T18:45:17.669ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
86352023-07-19T18:45:17.669ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
86362023-07-19T18:45:17.670ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
86372023-07-19T18:45:17.671ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
86382023-07-19T18:45:17.672ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
86392023-07-19T18:45:17.673ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
86402023-07-19T18:45:17.673ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
86412023-07-19T18:45:17.674ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
86422023-07-19T18:45:17.675ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
86432023-07-19T18:45:17.675ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
86442023-07-19T18:45:17.677ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
86452023-07-19T18:45:17.677ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
86462023-07-19T18:45:17.678ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
86472023-07-19T18:45:17.678ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
86482023-07-19T18:45:17.680ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
86492023-07-19T18:45:17.681ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
86502023-07-19T18:45:17.681ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
86512023-07-19T18:45:17.681ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
86522023-07-19T18:45:17.682ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
86532023-07-19T18:45:17.684ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
86542023-07-19T18:45:17.684ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
86552023-07-19T18:45:17.684ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
86562023-07-19T18:45:17.688ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
86572023-07-19T18:45:17.688ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
86582023-07-19T18:45:17.689ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
86592023-07-19T18:45:17.689ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
86602023-07-19T18:45:17.690ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
86612023-07-19T18:45:17.690ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
86622023-07-19T18:45:17.692ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
86632023-07-19T18:45:17.692ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
86642023-07-19T18:45:17.693ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
86652023-07-19T18:45:17.694ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
86662023-07-19T18:45:17.694ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
86672023-07-19T18:45:17.695ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
86682023-07-19T18:45:17.696ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
86692023-07-19T18:45:17.696ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
86702023-07-19T18:45:17.697ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
86712023-07-19T18:45:17.697ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
86722023-07-19T18:45:17.698ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
86732023-07-19T18:45:17.699ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
86742023-07-19T18:45:17.700ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 69763e1c-4398-44d6-958f-341c13cceb8e roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
86752023-07-19T18:45:17.700ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 69763e1c-4398-44d6-958f-341c13cceb8e resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
86762023-07-19T18:45:17.701ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 69763e1c-4398-44d6-958f-341c13cceb8e roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
86772023-07-19T18:45:17.701ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 69763e1c-4398-44d6-958f-341c13cceb8e resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
86782023-07-19T18:45:17.702ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 69763e1c-4398-44d6-958f-341c13cceb8e roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
86792023-07-19T18:45:17.702ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 69763e1c-4398-44d6-958f-341c13cceb8e resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
86802023-07-19T18:45:17.704ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 69763e1c-4398-44d6-958f-341c13cceb8e roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
86812023-07-19T18:45:17.704ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 69763e1c-4398-44d6-958f-341c13cceb8e resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
86822023-07-19T18:45:17.706ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 69763e1c-4398-44d6-958f-341c13cceb8e roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
86832023-07-19T18:45:17.706ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 69763e1c-4398-44d6-958f-341c13cceb8e resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
86842023-07-19T18:45:17.709ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 69763e1c-4398-44d6-958f-341c13cceb8e roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
86852023-07-19T18:45:17.709ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 69763e1c-4398-44d6-958f-341c13cceb8e resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
86862023-07-19T18:45:17.711ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 69763e1c-4398-44d6-958f-341c13cceb8e roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
86872023-07-19T18:45:17.711ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 69763e1c-4398-44d6-958f-341c13cceb8e resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
86882023-07-19T18:45:17.713ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 69763e1c-4398-44d6-958f-341c13cceb8e roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
86892023-07-19T18:45:17.716ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 69763e1c-4398-44d6-958f-341c13cceb8e resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
86902023-07-19T18:45:17.750ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 69763e1c-4398-44d6-958f-341c13cceb8e response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
86912023-07-19T18:45:22.752ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
86922023-07-19T18:45:22.753ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
86932023-07-19T18:45:22.754ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
86942023-07-19T18:45:22.754ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
86952023-07-19T18:45:22.756ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
86962023-07-19T18:45:22.757ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
86972023-07-19T18:45:22.757ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
86982023-07-19T18:45:22.758ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
86992023-07-19T18:45:22.759ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
87002023-07-19T18:45:22.759ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
87012023-07-19T18:45:22.760ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
87022023-07-19T18:45:22.761ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
87032023-07-19T18:45:22.762ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
87042023-07-19T18:45:22.762ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
87052023-07-19T18:45:22.763ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
87062023-07-19T18:45:22.764ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
87072023-07-19T18:45:22.764ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
87082023-07-19T18:45:22.765ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
87092023-07-19T18:45:22.766ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
87102023-07-19T18:45:22.767ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
87112023-07-19T18:45:22.767ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
87122023-07-19T18:45:22.767ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
87132023-07-19T18:45:22.771ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
87142023-07-19T18:45:22.771ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
87152023-07-19T18:45:22.772ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
87162023-07-19T18:45:22.772ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
87172023-07-19T18:45:22.774ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
87182023-07-19T18:45:22.774ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
87192023-07-19T18:45:22.775ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
87202023-07-19T18:45:22.775ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
87212023-07-19T18:45:22.776ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
87222023-07-19T18:45:22.777ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
87232023-07-19T18:45:22.777ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
87242023-07-19T18:45:22.778ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
87252023-07-19T18:45:22.779ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
87262023-07-19T18:45:22.779ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
87272023-07-19T18:45:22.780ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
87282023-07-19T18:45:22.780ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
87292023-07-19T18:45:22.782ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
87302023-07-19T18:45:22.783ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
87312023-07-19T18:45:22.783ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 1c6c2b0c-e2e9-4304-ad77-533844605016 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
87322023-07-19T18:45:22.783ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 1c6c2b0c-e2e9-4304-ad77-533844605016 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
87332023-07-19T18:45:22.784ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 1c6c2b0c-e2e9-4304-ad77-533844605016 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
87342023-07-19T18:45:22.784ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 1c6c2b0c-e2e9-4304-ad77-533844605016 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
87352023-07-19T18:45:22.785ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 1c6c2b0c-e2e9-4304-ad77-533844605016 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
87362023-07-19T18:45:22.785ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 1c6c2b0c-e2e9-4304-ad77-533844605016 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
87372023-07-19T18:45:22.787ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 1c6c2b0c-e2e9-4304-ad77-533844605016 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
87382023-07-19T18:45:22.787ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 1c6c2b0c-e2e9-4304-ad77-533844605016 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
87392023-07-19T18:45:22.789ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 1c6c2b0c-e2e9-4304-ad77-533844605016 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
87402023-07-19T18:45:22.789ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 1c6c2b0c-e2e9-4304-ad77-533844605016 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
87412023-07-19T18:45:22.791ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 1c6c2b0c-e2e9-4304-ad77-533844605016 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
87422023-07-19T18:45:22.791ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 1c6c2b0c-e2e9-4304-ad77-533844605016 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
87432023-07-19T18:45:22.793ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 1c6c2b0c-e2e9-4304-ad77-533844605016 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
87442023-07-19T18:45:22.794ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 1c6c2b0c-e2e9-4304-ad77-533844605016 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
87452023-07-19T18:45:22.796ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 1c6c2b0c-e2e9-4304-ad77-533844605016 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
87462023-07-19T18:45:22.799ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 1c6c2b0c-e2e9-4304-ad77-533844605016 resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
87472023-07-19T18:45:22.831ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 1c6c2b0c-e2e9-4304-ad77-533844605016 response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
87482023-07-19T18:45:27.241ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = beb4a511-afa1-45d6-abc5-59ccc5244aff response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
87492023-07-19T18:45:27.835ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
87502023-07-19T18:45:27.835ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
87512023-07-19T18:45:27.836ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
87522023-07-19T18:45:27.837ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
87532023-07-19T18:45:27.838ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
87542023-07-19T18:45:27.839ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
87552023-07-19T18:45:27.839ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
87562023-07-19T18:45:27.839ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
87572023-07-19T18:45:27.840ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
87582023-07-19T18:45:27.841ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
87592023-07-19T18:45:27.842ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
87602023-07-19T18:45:27.842ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
87612023-07-19T18:45:27.843ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
87622023-07-19T18:45:27.843ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
87632023-07-19T18:45:27.845ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
87642023-07-19T18:45:27.846ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
87652023-07-19T18:45:27.846ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
87662023-07-19T18:45:27.846ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
87672023-07-19T18:45:27.847ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
87682023-07-19T18:45:27.848ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
87692023-07-19T18:45:27.848ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
87702023-07-19T18:45:27.848ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
87712023-07-19T18:45:27.852ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
87722023-07-19T18:45:27.852ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
87732023-07-19T18:45:27.853ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
87742023-07-19T18:45:27.853ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
87752023-07-19T18:45:27.854ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
87762023-07-19T18:45:27.854ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
87772023-07-19T18:45:27.856ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
87782023-07-19T18:45:27.856ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
87792023-07-19T18:45:27.857ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
87802023-07-19T18:45:27.858ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
87812023-07-19T18:45:27.858ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
87822023-07-19T18:45:27.858ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
87832023-07-19T18:45:27.860ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
87842023-07-19T18:45:27.860ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
87852023-07-19T18:45:27.861ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
87862023-07-19T18:45:27.861ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
87872023-07-19T18:45:27.862ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
87882023-07-19T18:45:27.864ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
87892023-07-19T18:45:27.864ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 4b0a2cf4-45e6-414c-86cd-58b4782bd347 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
87902023-07-19T18:45:27.864ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 4b0a2cf4-45e6-414c-86cd-58b4782bd347 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
87912023-07-19T18:45:27.865ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 4b0a2cf4-45e6-414c-86cd-58b4782bd347 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
87922023-07-19T18:45:27.865ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 4b0a2cf4-45e6-414c-86cd-58b4782bd347 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
87932023-07-19T18:45:27.867ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 4b0a2cf4-45e6-414c-86cd-58b4782bd347 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
87942023-07-19T18:45:27.867ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 4b0a2cf4-45e6-414c-86cd-58b4782bd347 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
87952023-07-19T18:45:27.868ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 4b0a2cf4-45e6-414c-86cd-58b4782bd347 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
87962023-07-19T18:45:27.868ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 4b0a2cf4-45e6-414c-86cd-58b4782bd347 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
87972023-07-19T18:45:27.871ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 4b0a2cf4-45e6-414c-86cd-58b4782bd347 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
87982023-07-19T18:45:27.871ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 4b0a2cf4-45e6-414c-86cd-58b4782bd347 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
87992023-07-19T18:45:27.873ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 4b0a2cf4-45e6-414c-86cd-58b4782bd347 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
88002023-07-19T18:45:27.873ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 4b0a2cf4-45e6-414c-86cd-58b4782bd347 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
88012023-07-19T18:45:27.875ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 4b0a2cf4-45e6-414c-86cd-58b4782bd347 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
88022023-07-19T18:45:27.875ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 4b0a2cf4-45e6-414c-86cd-58b4782bd347 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
88032023-07-19T18:45:27.877ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 4b0a2cf4-45e6-414c-86cd-58b4782bd347 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
88042023-07-19T18:45:27.880ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 4b0a2cf4-45e6-414c-86cd-58b4782bd347 resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
88052023-07-19T18:45:27.913ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 4b0a2cf4-45e6-414c-86cd-58b4782bd347 response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
88062023-07-19T18:45:32.915ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
88072023-07-19T18:45:32.915ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
88082023-07-19T18:45:32.917ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
88092023-07-19T18:45:32.917ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
88102023-07-19T18:45:32.919ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
88112023-07-19T18:45:32.920ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
88122023-07-19T18:45:32.920ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
88132023-07-19T18:45:32.921ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
88142023-07-19T18:45:32.922ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
88152023-07-19T18:45:32.922ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
88162023-07-19T18:45:32.923ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
88172023-07-19T18:45:32.923ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
88182023-07-19T18:45:32.924ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
88192023-07-19T18:45:32.925ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
88202023-07-19T18:45:32.926ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
88212023-07-19T18:45:32.927ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
88222023-07-19T18:45:32.927ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
88232023-07-19T18:45:32.927ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
88242023-07-19T18:45:32.929ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
88252023-07-19T18:45:32.930ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
88262023-07-19T18:45:32.930ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
88272023-07-19T18:45:32.930ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
88282023-07-19T18:45:32.943ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
88292023-07-19T18:45:32.943ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
88302023-07-19T18:45:32.944ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
88312023-07-19T18:45:32.944ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
88322023-07-19T18:45:32.945ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
88332023-07-19T18:45:32.945ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
88342023-07-19T18:45:32.946ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
88352023-07-19T18:45:32.947ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
88362023-07-19T18:45:32.948ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
88372023-07-19T18:45:32.949ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
88382023-07-19T18:45:32.949ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
88392023-07-19T18:45:32.949ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
88402023-07-19T18:45:32.950ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
88412023-07-19T18:45:32.950ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
88422023-07-19T18:45:32.951ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
88432023-07-19T18:45:32.952ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
88442023-07-19T18:45:32.953ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
88452023-07-19T18:45:32.954ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
88462023-07-19T18:45:32.954ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 985f4904-9023-4403-8906-06d8604e9e68 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
88472023-07-19T18:45:32.954ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 985f4904-9023-4403-8906-06d8604e9e68 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
88482023-07-19T18:45:32.955ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 985f4904-9023-4403-8906-06d8604e9e68 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
88492023-07-19T18:45:32.955ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 985f4904-9023-4403-8906-06d8604e9e68 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
88502023-07-19T18:45:32.956ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 985f4904-9023-4403-8906-06d8604e9e68 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
88512023-07-19T18:45:32.957ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 985f4904-9023-4403-8906-06d8604e9e68 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
88522023-07-19T18:45:32.958ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 985f4904-9023-4403-8906-06d8604e9e68 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
88532023-07-19T18:45:32.959ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 985f4904-9023-4403-8906-06d8604e9e68 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
88542023-07-19T18:45:32.961ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 985f4904-9023-4403-8906-06d8604e9e68 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
88552023-07-19T18:45:32.961ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 985f4904-9023-4403-8906-06d8604e9e68 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
88562023-07-19T18:45:32.963ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 985f4904-9023-4403-8906-06d8604e9e68 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
88572023-07-19T18:45:32.963ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 985f4904-9023-4403-8906-06d8604e9e68 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
88582023-07-19T18:45:32.965ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 985f4904-9023-4403-8906-06d8604e9e68 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
88592023-07-19T18:45:32.965ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 985f4904-9023-4403-8906-06d8604e9e68 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
88602023-07-19T18:45:32.967ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 985f4904-9023-4403-8906-06d8604e9e68 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
88612023-07-19T18:45:32.970ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 985f4904-9023-4403-8906-06d8604e9e68 resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
88622023-07-19T18:45:33.003ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 985f4904-9023-4403-8906-06d8604e9e68 response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
88632023-07-19T18:45:37.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = aad60eac-33c7-40b0-a839-4e224d8cfee3 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
88642023-07-19T18:45:38.005ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
88652023-07-19T18:45:38.006ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
88662023-07-19T18:45:38.007ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
88672023-07-19T18:45:38.007ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
88682023-07-19T18:45:38.009ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
88692023-07-19T18:45:38.010ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
88702023-07-19T18:45:38.010ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
88712023-07-19T18:45:38.010ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
88722023-07-19T18:45:38.012ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
88732023-07-19T18:45:38.012ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
88742023-07-19T18:45:38.013ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
88752023-07-19T18:45:38.013ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
88762023-07-19T18:45:38.014ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
88772023-07-19T18:45:38.015ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
88782023-07-19T18:45:38.016ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
88792023-07-19T18:45:38.017ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
88802023-07-19T18:45:38.017ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
88812023-07-19T18:45:38.017ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
88822023-07-19T18:45:38.018ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
88832023-07-19T18:45:38.020ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
88842023-07-19T18:45:38.020ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
88852023-07-19T18:45:38.020ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
88862023-07-19T18:45:38.032ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
88872023-07-19T18:45:38.032ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
88882023-07-19T18:45:38.033ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
88892023-07-19T18:45:38.033ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
88902023-07-19T18:45:38.034ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
88912023-07-19T18:45:38.035ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
88922023-07-19T18:45:38.036ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
88932023-07-19T18:45:38.036ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
88942023-07-19T18:45:38.041ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
88952023-07-19T18:45:38.042ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
88962023-07-19T18:45:38.042ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
88972023-07-19T18:45:38.042ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
88982023-07-19T18:45:38.044ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
88992023-07-19T18:45:38.044ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
89002023-07-19T18:45:38.046ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
89012023-07-19T18:45:38.046ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
89022023-07-19T18:45:38.047ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
89032023-07-19T18:45:38.049ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
89042023-07-19T18:45:38.049ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 1ef96886-17ef-4f5c-aa47-0f7d456eb8ab roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
89052023-07-19T18:45:38.049ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 1ef96886-17ef-4f5c-aa47-0f7d456eb8ab resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
89062023-07-19T18:45:38.050ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 1ef96886-17ef-4f5c-aa47-0f7d456eb8ab roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
89072023-07-19T18:45:38.050ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 1ef96886-17ef-4f5c-aa47-0f7d456eb8ab resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
89082023-07-19T18:45:38.052ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 1ef96886-17ef-4f5c-aa47-0f7d456eb8ab roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
89092023-07-19T18:45:38.052ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 1ef96886-17ef-4f5c-aa47-0f7d456eb8ab resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
89102023-07-19T18:45:38.054ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 1ef96886-17ef-4f5c-aa47-0f7d456eb8ab roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
89112023-07-19T18:45:38.054ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 1ef96886-17ef-4f5c-aa47-0f7d456eb8ab resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
89122023-07-19T18:45:38.056ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 1ef96886-17ef-4f5c-aa47-0f7d456eb8ab roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
89132023-07-19T18:45:38.056ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 1ef96886-17ef-4f5c-aa47-0f7d456eb8ab resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
89142023-07-19T18:45:38.058ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 1ef96886-17ef-4f5c-aa47-0f7d456eb8ab roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
89152023-07-19T18:45:38.059ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 1ef96886-17ef-4f5c-aa47-0f7d456eb8ab resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
89162023-07-19T18:45:38.061ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 1ef96886-17ef-4f5c-aa47-0f7d456eb8ab roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
89172023-07-19T18:45:38.061ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 1ef96886-17ef-4f5c-aa47-0f7d456eb8ab resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
89182023-07-19T18:45:38.063ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 1ef96886-17ef-4f5c-aa47-0f7d456eb8ab roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
89192023-07-19T18:45:38.066ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 1ef96886-17ef-4f5c-aa47-0f7d456eb8ab resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
89202023-07-19T18:45:38.100ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 1ef96886-17ef-4f5c-aa47-0f7d456eb8ab response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
89212023-07-19T18:45:43.103ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
89222023-07-19T18:45:43.104ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
89232023-07-19T18:45:43.105ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
89242023-07-19T18:45:43.105ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
89252023-07-19T18:45:43.107ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
89262023-07-19T18:45:43.108ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("token = \\"309bcedda38bbcd0e8cb6a548bf009028649a209\\"") } result = Ok(())
89272023-07-19T18:45:43.108ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
89282023-07-19T18:45:43.109ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
89292023-07-19T18:45:43.110ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
89302023-07-19T18:45:43.110ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
89312023-07-19T18:45:43.111ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
89322023-07-19T18:45:43.111ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
89332023-07-19T18:45:43.113ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
89342023-07-19T18:45:43.113ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
89352023-07-19T18:45:43.114ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
89362023-07-19T18:45:43.115ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
89372023-07-19T18:45:43.115ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
89382023-07-19T18:45:43.115ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
89392023-07-19T18:45:43.117ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
89402023-07-19T18:45:43.118ZDEBGnexus (ExternalAuthn): authorize result action = Modify actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = ConsoleSession { parent: Fleet, key: "309bcedda38bbcd0e8cb6a548bf009028649a209", lookup_type: ByCompositeId("309bcedda38bbcd0e8cb6a548bf009028649a209") } result = Ok(())
89412023-07-19T18:45:43.118ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
89422023-07-19T18:45:43.118ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
89432023-07-19T18:45:43.136ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
89442023-07-19T18:45:43.136ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
89452023-07-19T18:45:43.137ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
89462023-07-19T18:45:43.138ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
89472023-07-19T18:45:43.139ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
89482023-07-19T18:45:43.139ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
89492023-07-19T18:45:43.140ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
89502023-07-19T18:45:43.141ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
89512023-07-19T18:45:43.142ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
89522023-07-19T18:45:43.143ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = SiloUser { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: f806cac7-9616-47a3-8ae4-909bb59d0951, lookup_type: ById(f806cac7-9616-47a3-8ae4-909bb59d0951) } result = Ok(())
89532023-07-19T18:45:43.143ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
89542023-07-19T18:45:43.143ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
89552023-07-19T18:45:43.145ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
89562023-07-19T18:45:43.145ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
89572023-07-19T18:45:43.146ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {} }
89582023-07-19T18:45:43.146ZDEBGnexus (ExternalAuthn): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Database result = Ok(())
89592023-07-19T18:45:43.147ZDEBGnexus (ExternalAuthn): roles roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "external-authenticator")} }
89602023-07-19T18:45:43.149ZDEBGnexus (ExternalAuthn): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000003, .. }) resource = Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) } result = Ok(())
89612023-07-19T18:45:43.149ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 19d90f7d-5cc4-4fa2-a0a4-50811b3ea314 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
89622023-07-19T18:45:43.149ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 19d90f7d-5cc4-4fa2-a0a4-50811b3ea314 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
89632023-07-19T18:45:43.150ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 19d90f7d-5cc4-4fa2-a0a4-50811b3ea314 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
89642023-07-19T18:45:43.150ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 19d90f7d-5cc4-4fa2-a0a4-50811b3ea314 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
89652023-07-19T18:45:43.151ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 19d90f7d-5cc4-4fa2-a0a4-50811b3ea314 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
89662023-07-19T18:45:43.151ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 19d90f7d-5cc4-4fa2-a0a4-50811b3ea314 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
89672023-07-19T18:45:43.153ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 19d90f7d-5cc4-4fa2-a0a4-50811b3ea314 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
89682023-07-19T18:45:43.153ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 19d90f7d-5cc4-4fa2-a0a4-50811b3ea314 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
89692023-07-19T18:45:43.155ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 19d90f7d-5cc4-4fa2-a0a4-50811b3ea314 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
89702023-07-19T18:45:43.155ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 19d90f7d-5cc4-4fa2-a0a4-50811b3ea314 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
89712023-07-19T18:45:43.157ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 19d90f7d-5cc4-4fa2-a0a4-50811b3ea314 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
89722023-07-19T18:45:43.157ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 19d90f7d-5cc4-4fa2-a0a4-50811b3ea314 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
89732023-07-19T18:45:43.159ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 19d90f7d-5cc4-4fa2-a0a4-50811b3ea314 roles = RoleSet { roles: {} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
89742023-07-19T18:45:43.159ZDEBGnexus (dropshot_external): authorize result action = Query actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 19d90f7d-5cc4-4fa2-a0a4-50811b3ea314 resource = Database result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
89752023-07-19T18:45:43.161ZDEBGnexus (dropshot_external): roles actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 19d90f7d-5cc4-4fa2-a0a4-50811b3ea314 roles = RoleSet { roles: {(Silo, ba553946-31a7-4fb2-829b-ed054d1ac8cc, "admin")} } uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
89762023-07-19T18:45:43.164ZDEBGnexus (dropshot_external): authorize result action = Read actor = Some(Actor::SiloUser { silo_user_id: f806cac7-9616-47a3-8ae4-909bb59d0951, silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, .. }) actor_id = f806cac7-9616-47a3-8ae4-909bb59d0951 authenticated = true local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 19d90f7d-5cc4-4fa2-a0a4-50811b3ea314 resource = Instance { parent: Project { parent: Silo { parent: Fleet, key: ba553946-31a7-4fb2-829b-ed054d1ac8cc, lookup_type: ById(ba553946-31a7-4fb2-829b-ed054d1ac8cc) }, key: eb77a1af-7025-4b36-a03c-a7cc34ac9226, lookup_type: ByName("proj-5ab3f830217") }, key: 00b86fa3-181b-471c-a419-cf4e38f6a65d, lookup_type: ByName("instance-9678b451d15") } result = Ok(()) uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
89772023-07-19T18:45:43.198ZINFOnexus (dropshot_external): request completed local_addr = 172.30.2.7:443 method = GET remote_addr = 192.168.1.199:62086 req_id = 19d90f7d-5cc4-4fa2-a0a4-50811b3ea314 response_code = 200 uri = /v1/instances/instance-9678b451d15/serial-console?from_start=0&max_bytes=10485760&project=proj-5ab3f830217
89782023-07-19T18:45:47.241ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 8b780181-84d2-4252-a1af-d929f0833c3b response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
89792023-07-19T18:45:57.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 3b98c263-05ec-4708-882d-be7e6dcd24ea response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
89802023-07-19T18:46:07.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 23b4be02-d2f3-4b56-88e8-7e30ec759084 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
89812023-07-19T18:46:09.051ZDEBGnexus (BackgroundTasks): activating background_task = dns_propagation_internal dns_group = internal iteration = 11 reason = Timeout
89822023-07-19T18:46:09.051ZDEBGnexus (BackgroundTasks): activating background_task = dns_config_internal dns_group = internal iteration = 9 reason = Timeout
89832023-07-19T18:46:09.051ZDEBGnexus (BackgroundTasks): reading DNS version background_task = dns_config_internal dns_group = internal
89842023-07-19T18:46:09.051ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
89852023-07-19T18:46:09.051ZDEBGnexus (BackgroundTasks): activating background_task = external_endpoints iteration = 9 reason = Timeout
89862023-07-19T18:46:09.051ZDEBGnexus (BackgroundTasks): activating background_task = dns_propagation_external dns_group = external iteration = 11 reason = Timeout
89872023-07-19T18:46:09.051ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
89882023-07-19T18:46:09.051ZDEBGnexus (BackgroundTasks): activating background_task = dns_servers_internal dns_group = internal iteration = 9 reason = Timeout
89892023-07-19T18:46:09.051ZDEBGnexus (BackgroundTasks): activating background_task = dns_config_external dns_group = external iteration = 9 reason = Timeout
89902023-07-19T18:46:09.051ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {} }
89912023-07-19T18:46:09.051ZDEBGnexus (BackgroundTasks): reading DNS version background_task = dns_config_external dns_group = external
89922023-07-19T18:46:09.051ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
89932023-07-19T18:46:09.051ZDEBGnexus (BackgroundTasks): activating background_task = dns_servers_external dns_group = external iteration = 9 reason = Timeout
89942023-07-19T18:46:09.051ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {} }
89952023-07-19T18:46:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
89962023-07-19T18:46:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
89972023-07-19T18:46:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
89982023-07-19T18:46:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Database result = Ok(())
89992023-07-19T18:46:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Database result = Ok(())
90002023-07-19T18:46:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
90012023-07-19T18:46:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
90022023-07-19T18:46:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
90032023-07-19T18:46:09.053ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
90042023-07-19T18:46:09.054ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
90052023-07-19T18:46:09.054ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
90062023-07-19T18:46:09.054ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
90072023-07-19T18:46:09.054ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
90082023-07-19T18:46:09.054ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
90092023-07-19T18:46:09.058ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Fleet result = Ok(())
90102023-07-19T18:46:09.058ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {} }
90112023-07-19T18:46:09.058ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Fleet result = Ok(())
90122023-07-19T18:46:09.058ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {} }
90132023-07-19T18:46:09.058ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Database result = Ok(())
90142023-07-19T18:46:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Database result = Ok(())
90152023-07-19T18:46:09.059ZDEBGnexus (BackgroundTasks): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Fleet result = Ok(())
90162023-07-19T18:46:09.059ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
90172023-07-19T18:46:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
90182023-07-19T18:46:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = DnsConfig result = Ok(())
90192023-07-19T18:46:09.060ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = DnsConfig result = Ok(())
90202023-07-19T18:46:09.060ZDEBGnexus (BackgroundTasks): found DNS servers (no change) addresses = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } background_task = dns_servers_internal current_servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } dns_group = internal
90212023-07-19T18:46:09.060ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_servers_internal dns_group = internal elapsed = 8.833309ms iteration = 9
90222023-07-19T18:46:09.060ZDEBGnexus (BackgroundTasks): found DNS servers (no change) addresses = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } background_task = dns_servers_external current_servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } dns_group = external
90232023-07-19T18:46:09.060ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_servers_external dns_group = external elapsed = 8.823209ms iteration = 9
90242023-07-19T18:46:09.060ZDEBGnexus (BackgroundTasks): found DNS version background_task = dns_config_external dns_group = external version = 2
90252023-07-19T18:46:09.060ZDEBGnexus (BackgroundTasks): reading DNS config background_task = dns_config_external dns_group = external
90262023-07-19T18:46:09.060ZDEBGnexus (BackgroundTasks): reading DNS zones background_task = dns_config_external dns_group = external
90272023-07-19T18:46:09.060ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
90282023-07-19T18:46:09.060ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
90292023-07-19T18:46:09.060ZDEBGnexus (BackgroundTasks): found DNS version background_task = dns_config_internal dns_group = internal version = 1
90302023-07-19T18:46:09.060ZDEBGnexus (BackgroundTasks): reading DNS config background_task = dns_config_internal dns_group = internal
90312023-07-19T18:46:09.060ZDEBGnexus (BackgroundTasks): reading DNS zones background_task = dns_config_internal dns_group = internal
90322023-07-19T18:46:09.061ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
90332023-07-19T18:46:09.061ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
90342023-07-19T18:46:09.061ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
90352023-07-19T18:46:09.061ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
90362023-07-19T18:46:09.062ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
90372023-07-19T18:46:09.062ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
90382023-07-19T18:46:09.062ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
90392023-07-19T18:46:09.065ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = DnsConfig result = Ok(())
90402023-07-19T18:46:09.065ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
90412023-07-19T18:46:09.066ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
90422023-07-19T18:46:09.067ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = DnsConfig result = Ok(())
90432023-07-19T18:46:09.067ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
90442023-07-19T18:46:09.067ZDEBGnexus (BackgroundTasks): found zones background_task = dns_config_internal count = 1 dns_group = internal
90452023-07-19T18:46:09.067ZDEBGnexus (BackgroundTasks): listing DNS names for zone background_task = dns_config_internal batch_size = 100 dns_group = internal dns_zone_id = 4f6e4429-6101-4a3f-b6e8-8d5b95ce25ae dns_zone_name = control-plane.oxide.internal found_so_far = 0 version = 1
90462023-07-19T18:46:09.067ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
90472023-07-19T18:46:09.067ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
90482023-07-19T18:46:09.067ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = DnsConfig result = Ok(())
90492023-07-19T18:46:09.067ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
90502023-07-19T18:46:09.067ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
90512023-07-19T18:46:09.067ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
90522023-07-19T18:46:09.068ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
90532023-07-19T18:46:09.068ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
90542023-07-19T18:46:09.068ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
90552023-07-19T18:46:09.068ZDEBGnexus (BackgroundTasks): found zones background_task = dns_config_external count = 1 dns_group = external
90562023-07-19T18:46:09.068ZDEBGnexus (BackgroundTasks): listing DNS names for zone background_task = dns_config_external batch_size = 100 dns_group = external dns_zone_id = ba9b905d-274e-4fd8-96b9-635f36ba4d80 dns_zone_name = oxide.test found_so_far = 0 version = 2
90572023-07-19T18:46:09.068ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
90582023-07-19T18:46:09.068ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
90592023-07-19T18:46:09.070ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
90602023-07-19T18:46:09.070ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
90612023-07-19T18:46:09.072ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = DnsConfig result = Ok(())
90622023-07-19T18:46:09.072ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
90632023-07-19T18:46:09.072ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
90642023-07-19T18:46:09.073ZDEBGnexus (BackgroundTasks): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Fleet result = Ok(())
90652023-07-19T18:46:09.073ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
90662023-07-19T18:46:09.073ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
90672023-07-19T18:46:09.074ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = DnsConfig result = Ok(())
90682023-07-19T18:46:09.074ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
90692023-07-19T18:46:09.074ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
90702023-07-19T18:46:09.074ZDEBGnexus (BackgroundTasks): found all DNS names for zone background_task = dns_config_internal dns_group = internal dns_zone_id = 4f6e4429-6101-4a3f-b6e8-8d5b95ce25ae dns_zone_name = control-plane.oxide.internal found_so_far = 40 version = 1
90712023-07-19T18:46:09.074ZDEBGnexus (BackgroundTasks): read DNS config background_task = dns_config_internal dns_group = internal nzones = 1 version = 1
90722023-07-19T18:46:09.074ZDEBGnexus (BackgroundTasks): found latest DNS generation (unchanged) background_task = dns_config_internal current_generation = 1 current_time_created = 2023-07-19 18:40:26.464738 UTC dns_group = internal generation = 1
90732023-07-19T18:46:09.074ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_config_internal dns_group = internal elapsed = 22.855201ms iteration = 9
90742023-07-19T18:46:09.075ZDEBGnexus (BackgroundTasks): found all DNS names for zone background_task = dns_config_external dns_group = external dns_zone_id = ba9b905d-274e-4fd8-96b9-635f36ba4d80 dns_zone_name = oxide.test found_so_far = 1 version = 2
90752023-07-19T18:46:09.075ZDEBGnexus (BackgroundTasks): read DNS config background_task = dns_config_external dns_group = external nzones = 1 version = 2
90762023-07-19T18:46:09.075ZDEBGnexus (BackgroundTasks): found latest DNS generation (unchanged) background_task = dns_config_external current_generation = 2 current_time_created = 2023-07-19 18:40:26.757200 UTC dns_group = external generation = 2
90772023-07-19T18:46:09.075ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_config_external dns_group = external elapsed = 23.589573ms iteration = 9
90782023-07-19T18:46:09.085ZDEBGnexus (BackgroundTasks): found Silo/DNS/TLS config (no change) background_task = external_endpoints config = ExternalEndpoints { by_dns_name: {"default-silo.sys.oxide.test": ExternalEndpoint { silo_id: 001de000-5110-4000-8000-000000000000, db_silo: Silo { identity: SiloIdentity { id: 001de000-5110-4000-8000-000000000000, name: Name(Name("default-silo")), description: "default silo", time_created: 2023-07-19T18:40:09.161047Z, time_modified: 2023-07-19T18:40:09.161047Z, time_deleted: None }, discoverable: false, authentication_mode: Local, user_provision_type: ApiOnly, mapped_fleet_roles: Object {}, rcgen: Generation(Generation(1)) }, tls_certs: [] }, "recovery.sys.oxide.test": ExternalEndpoint { silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, db_silo: Silo { identity: SiloIdentity { id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, name: Name(Name("recovery")), description: "built-in recovery Silo", time_created: 2023-07-19T18:40:26.706295Z, time_modified: 2023-07-19T18:40:26.706295Z, time_deleted: None }, discoverable: false, authentication_mode: Local, user_provision_type: ApiOnly, mapped_fleet_roles: Object {"admin": Array [String("admin")]}, rcgen: Generation(Generation(4)) }, tls_certs: [TlsCertificate { digest: "b80733c61402e25b1340276e5b094c554fc62f43df425c82e42a0cc7e1889e90" }] }}, warnings: [NoSiloCerts { silo_id: 001de000-5110-4000-8000-000000000000, dns_name: "default-silo.sys.oxide.test" }], default_endpoint: Some(ExternalEndpoint { silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, db_silo: Silo { identity: SiloIdentity { id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, name: Name(Name("recovery")), description: "built-in recovery Silo", time_created: 2023-07-19T18:40:26.706295Z, time_modified: 2023-07-19T18:40:26.706295Z, time_deleted: None }, discoverable: false, authentication_mode: Local, user_provision_type: ApiOnly, mapped_fleet_roles: Object {"admin": Array [String("admin")]}, rcgen: Generation(Generation(4)) }, tls_certs: [TlsCertificate { digest: "b80733c61402e25b1340276e5b094c554fc62f43df425c82e42a0cc7e1889e90" }] }) }
90792023-07-19T18:46:09.085ZDEBGnexus (BackgroundTasks): activation complete background_task = external_endpoints elapsed = 33.833544ms iteration = 9
90802023-07-19T18:46:09.103ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_external body = Some(Body) dns_group = external dns_server_url = http://[fd00:1122:3344:101::8]:5353 generation = 2 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } uri = http://[fd00:1122:3344:101::8]:5353/config
90812023-07-19T18:46:09.105ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_internal body = Some(Body) dns_group = internal dns_server_url = http://[fd00:1122:3344:2::1]:5353 generation = 1 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } uri = http://[fd00:1122:3344:2::1]:5353/config
90822023-07-19T18:46:09.143ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_external body = Some(Body) dns_group = external dns_server_url = http://[fd00:1122:3344:101::9]:5353 generation = 2 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } uri = http://[fd00:1122:3344:101::9]:5353/config
90832023-07-19T18:46:09.143ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::9]:5353 generation = 2 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:101::9)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "f83b6a20-8920-4e4a-8879-2f38bfe7436a", "date": "Wed, 19 Jul 2023 18:46:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
90842023-07-19T18:46:09.143ZINFOnexus (BackgroundTasks): DNS server now at generation 2 background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::9]:5353 generation = 2 servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
90852023-07-19T18:46:09.144ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_internal body = Some(Body) dns_group = internal dns_server_url = http://[fd00:1122:3344:3::1]:5353 generation = 1 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } uri = http://[fd00:1122:3344:3::1]:5353/config
90862023-07-19T18:46:09.145ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::8]:5353 generation = 2 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:101::8)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "ad00d569-6e93-4ade-8e99-1e12f4083a43", "date": "Wed, 19 Jul 2023 18:46:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
90872023-07-19T18:46:09.145ZINFOnexus (BackgroundTasks): DNS server now at generation 2 background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::8]:5353 generation = 2 servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
90882023-07-19T18:46:09.147ZINFOnexus (BackgroundTasks): DNS propagation: done background_task = dns_propagation_external dns_group = external generation = 2 servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
90892023-07-19T18:46:09.147ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_propagation_external dns_group = external elapsed = 95.561277ms iteration = 11
90902023-07-19T18:46:09.175ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_internal body = Some(Body) dns_group = internal dns_server_url = http://[fd00:1122:3344:1::1]:5353 generation = 1 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } uri = http://[fd00:1122:3344:1::1]:5353/config
90912023-07-19T18:46:09.175ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:2::1]:5353 generation = 1 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:2::1)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "65a8c682-79a2-43e1-ace5-481f6613e775", "date": "Wed, 19 Jul 2023 18:46:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
90922023-07-19T18:46:09.175ZINFOnexus (BackgroundTasks): DNS server now at generation 1 background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:2::1]:5353 generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
90932023-07-19T18:46:09.178ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:1::1]:5353 generation = 1 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:1::1)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "025d591e-f66b-42cc-b31b-d4906b89da46", "date": "Wed, 19 Jul 2023 18:46:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
90942023-07-19T18:46:09.178ZINFOnexus (BackgroundTasks): DNS server now at generation 1 background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:1::1]:5353 generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
90952023-07-19T18:46:09.180ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:3::1]:5353 generation = 1 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:3::1)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "985ed205-0fdb-4731-ae89-9fd5a24a9923", "date": "Wed, 19 Jul 2023 18:46:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
90962023-07-19T18:46:09.180ZINFOnexus (BackgroundTasks): DNS server now at generation 1 background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:3::1]:5353 generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
90972023-07-19T18:46:09.182ZINFOnexus (BackgroundTasks): DNS propagation: done background_task = dns_propagation_internal dns_group = internal generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
90982023-07-19T18:46:09.182ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_propagation_internal dns_group = internal elapsed = 130.872174ms iteration = 11
90992023-07-19T18:46:17.241ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 4a2f6ef2-10d7-47cb-811c-b3a9420024e1 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
91002023-07-19T18:46:27.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = e0820db5-0b05-4f33-b5a6-6376e1af62ed response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
91012023-07-19T18:46:37.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = a24013e4-7d91-460d-b2c8-bdd4e2a292db response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
91022023-07-19T18:46:47.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 2482978f-68de-4062-81a9-b550d40cebd0 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
91032023-07-19T18:46:57.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 1c653497-32d8-445c-877d-64ac87e5b14c response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
91042023-07-19T18:47:07.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 47552dc2-edeb-4c5c-82be-729f07e73a16 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
91052023-07-19T18:47:09.051ZDEBGnexus (BackgroundTasks): activating background_task = dns_propagation_internal dns_group = internal iteration = 12 reason = Timeout
91062023-07-19T18:47:09.051ZDEBGnexus (BackgroundTasks): activating background_task = dns_config_internal dns_group = internal iteration = 10 reason = Timeout
91072023-07-19T18:47:09.051ZDEBGnexus (BackgroundTasks): reading DNS version background_task = dns_config_internal dns_group = internal
91082023-07-19T18:47:09.051ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
91092023-07-19T18:47:09.051ZDEBGnexus (BackgroundTasks): activating background_task = dns_servers_internal dns_group = internal iteration = 10 reason = Timeout
91102023-07-19T18:47:09.051ZDEBGnexus (BackgroundTasks): activating background_task = dns_servers_external dns_group = external iteration = 10 reason = Timeout
91112023-07-19T18:47:09.051ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {} }
91122023-07-19T18:47:09.051ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {} }
91132023-07-19T18:47:09.051ZDEBGnexus (BackgroundTasks): activating background_task = external_endpoints iteration = 10 reason = Timeout
91142023-07-19T18:47:09.051ZDEBGnexus (BackgroundTasks): activating background_task = dns_config_external dns_group = external iteration = 10 reason = Timeout
91152023-07-19T18:47:09.051ZDEBGnexus (BackgroundTasks): reading DNS version background_task = dns_config_external dns_group = external
91162023-07-19T18:47:09.051ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
91172023-07-19T18:47:09.051ZDEBGnexus (BackgroundTasks): activating background_task = dns_propagation_external dns_group = external iteration = 12 reason = Timeout
91182023-07-19T18:47:09.051ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
91192023-07-19T18:47:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
91202023-07-19T18:47:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
91212023-07-19T18:47:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
91222023-07-19T18:47:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
91232023-07-19T18:47:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Database result = Ok(())
91242023-07-19T18:47:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Database result = Ok(())
91252023-07-19T18:47:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
91262023-07-19T18:47:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
91272023-07-19T18:47:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
91282023-07-19T18:47:09.054ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
91292023-07-19T18:47:09.054ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
91302023-07-19T18:47:09.054ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
91312023-07-19T18:47:09.054ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
91322023-07-19T18:47:09.055ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
91332023-07-19T18:47:09.058ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Fleet result = Ok(())
91342023-07-19T18:47:09.058ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {} }
91352023-07-19T18:47:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Database result = Ok(())
91362023-07-19T18:47:09.059ZDEBGnexus (BackgroundTasks): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Fleet result = Ok(())
91372023-07-19T18:47:09.059ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
91382023-07-19T18:47:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Fleet result = Ok(())
91392023-07-19T18:47:09.059ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {} }
91402023-07-19T18:47:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
91412023-07-19T18:47:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = DnsConfig result = Ok(())
91422023-07-19T18:47:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Database result = Ok(())
91432023-07-19T18:47:09.060ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = DnsConfig result = Ok(())
91442023-07-19T18:47:09.060ZDEBGnexus (BackgroundTasks): found DNS servers (no change) addresses = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } background_task = dns_servers_internal current_servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } dns_group = internal
91452023-07-19T18:47:09.060ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_servers_internal dns_group = internal elapsed = 8.604793ms iteration = 10
91462023-07-19T18:47:09.061ZDEBGnexus (BackgroundTasks): found DNS version background_task = dns_config_external dns_group = external version = 2
91472023-07-19T18:47:09.061ZDEBGnexus (BackgroundTasks): reading DNS config background_task = dns_config_external dns_group = external
91482023-07-19T18:47:09.061ZDEBGnexus (BackgroundTasks): reading DNS zones background_task = dns_config_external dns_group = external
91492023-07-19T18:47:09.061ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
91502023-07-19T18:47:09.061ZDEBGnexus (BackgroundTasks): found DNS servers (no change) addresses = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } background_task = dns_servers_external current_servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } dns_group = external
91512023-07-19T18:47:09.061ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_servers_external dns_group = external elapsed = 9.676594ms iteration = 10
91522023-07-19T18:47:09.061ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
91532023-07-19T18:47:09.061ZDEBGnexus (BackgroundTasks): found DNS version background_task = dns_config_internal dns_group = internal version = 1
91542023-07-19T18:47:09.061ZDEBGnexus (BackgroundTasks): reading DNS config background_task = dns_config_internal dns_group = internal
91552023-07-19T18:47:09.061ZDEBGnexus (BackgroundTasks): reading DNS zones background_task = dns_config_internal dns_group = internal
91562023-07-19T18:47:09.061ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
91572023-07-19T18:47:09.061ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
91582023-07-19T18:47:09.062ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
91592023-07-19T18:47:09.062ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
91602023-07-19T18:47:09.063ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
91612023-07-19T18:47:09.063ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
91622023-07-19T18:47:09.064ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
91632023-07-19T18:47:09.067ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = DnsConfig result = Ok(())
91642023-07-19T18:47:09.067ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
91652023-07-19T18:47:09.067ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = DnsConfig result = Ok(())
91662023-07-19T18:47:09.067ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
91672023-07-19T18:47:09.067ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
91682023-07-19T18:47:09.067ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
91692023-07-19T18:47:09.068ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = DnsConfig result = Ok(())
91702023-07-19T18:47:09.068ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
91712023-07-19T18:47:09.068ZDEBGnexus (BackgroundTasks): found zones background_task = dns_config_external count = 1 dns_group = external
91722023-07-19T18:47:09.068ZDEBGnexus (BackgroundTasks): listing DNS names for zone background_task = dns_config_external batch_size = 100 dns_group = external dns_zone_id = ba9b905d-274e-4fd8-96b9-635f36ba4d80 dns_zone_name = oxide.test found_so_far = 0 version = 2
91732023-07-19T18:47:09.068ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
91742023-07-19T18:47:09.068ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
91752023-07-19T18:47:09.068ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
91762023-07-19T18:47:09.068ZDEBGnexus (BackgroundTasks): found zones background_task = dns_config_internal count = 1 dns_group = internal
91772023-07-19T18:47:09.068ZDEBGnexus (BackgroundTasks): listing DNS names for zone background_task = dns_config_internal batch_size = 100 dns_group = internal dns_zone_id = 4f6e4429-6101-4a3f-b6e8-8d5b95ce25ae dns_zone_name = control-plane.oxide.internal found_so_far = 0 version = 1
91782023-07-19T18:47:09.068ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
91792023-07-19T18:47:09.068ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
91802023-07-19T18:47:09.069ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
91812023-07-19T18:47:09.069ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
91822023-07-19T18:47:09.069ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
91832023-07-19T18:47:09.070ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
91842023-07-19T18:47:09.070ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
91852023-07-19T18:47:09.073ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = DnsConfig result = Ok(())
91862023-07-19T18:47:09.073ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
91872023-07-19T18:47:09.073ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
91882023-07-19T18:47:09.073ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = DnsConfig result = Ok(())
91892023-07-19T18:47:09.073ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
91902023-07-19T18:47:09.073ZDEBGnexus (BackgroundTasks): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Fleet result = Ok(())
91912023-07-19T18:47:09.073ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
91922023-07-19T18:47:09.073ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
91932023-07-19T18:47:09.074ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
91942023-07-19T18:47:09.077ZDEBGnexus (BackgroundTasks): found all DNS names for zone background_task = dns_config_external dns_group = external dns_zone_id = ba9b905d-274e-4fd8-96b9-635f36ba4d80 dns_zone_name = oxide.test found_so_far = 1 version = 2
91952023-07-19T18:47:09.077ZDEBGnexus (BackgroundTasks): read DNS config background_task = dns_config_external dns_group = external nzones = 1 version = 2
91962023-07-19T18:47:09.077ZDEBGnexus (BackgroundTasks): found latest DNS generation (unchanged) background_task = dns_config_external current_generation = 2 current_time_created = 2023-07-19 18:40:26.757200 UTC dns_group = external generation = 2
91972023-07-19T18:47:09.077ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_config_external dns_group = external elapsed = 25.837859ms iteration = 10
91982023-07-19T18:47:09.078ZDEBGnexus (BackgroundTasks): found all DNS names for zone background_task = dns_config_internal dns_group = internal dns_zone_id = 4f6e4429-6101-4a3f-b6e8-8d5b95ce25ae dns_zone_name = control-plane.oxide.internal found_so_far = 40 version = 1
91992023-07-19T18:47:09.078ZDEBGnexus (BackgroundTasks): read DNS config background_task = dns_config_internal dns_group = internal nzones = 1 version = 1
92002023-07-19T18:47:09.078ZDEBGnexus (BackgroundTasks): found latest DNS generation (unchanged) background_task = dns_config_internal current_generation = 1 current_time_created = 2023-07-19 18:40:26.464738 UTC dns_group = internal generation = 1
92012023-07-19T18:47:09.078ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_config_internal dns_group = internal elapsed = 26.845418ms iteration = 10
92022023-07-19T18:47:09.087ZDEBGnexus (BackgroundTasks): found Silo/DNS/TLS config (no change) background_task = external_endpoints config = ExternalEndpoints { by_dns_name: {"default-silo.sys.oxide.test": ExternalEndpoint { silo_id: 001de000-5110-4000-8000-000000000000, db_silo: Silo { identity: SiloIdentity { id: 001de000-5110-4000-8000-000000000000, name: Name(Name("default-silo")), description: "default silo", time_created: 2023-07-19T18:40:09.161047Z, time_modified: 2023-07-19T18:40:09.161047Z, time_deleted: None }, discoverable: false, authentication_mode: Local, user_provision_type: ApiOnly, mapped_fleet_roles: Object {}, rcgen: Generation(Generation(1)) }, tls_certs: [] }, "recovery.sys.oxide.test": ExternalEndpoint { silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, db_silo: Silo { identity: SiloIdentity { id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, name: Name(Name("recovery")), description: "built-in recovery Silo", time_created: 2023-07-19T18:40:26.706295Z, time_modified: 2023-07-19T18:40:26.706295Z, time_deleted: None }, discoverable: false, authentication_mode: Local, user_provision_type: ApiOnly, mapped_fleet_roles: Object {"admin": Array [String("admin")]}, rcgen: Generation(Generation(4)) }, tls_certs: [TlsCertificate { digest: "b80733c61402e25b1340276e5b094c554fc62f43df425c82e42a0cc7e1889e90" }] }}, warnings: [NoSiloCerts { silo_id: 001de000-5110-4000-8000-000000000000, dns_name: "default-silo.sys.oxide.test" }], default_endpoint: Some(ExternalEndpoint { silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, db_silo: Silo { identity: SiloIdentity { id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, name: Name(Name("recovery")), description: "built-in recovery Silo", time_created: 2023-07-19T18:40:26.706295Z, time_modified: 2023-07-19T18:40:26.706295Z, time_deleted: None }, discoverable: false, authentication_mode: Local, user_provision_type: ApiOnly, mapped_fleet_roles: Object {"admin": Array [String("admin")]}, rcgen: Generation(Generation(4)) }, tls_certs: [TlsCertificate { digest: "b80733c61402e25b1340276e5b094c554fc62f43df425c82e42a0cc7e1889e90" }] }) }
92032023-07-19T18:47:09.087ZDEBGnexus (BackgroundTasks): activation complete background_task = external_endpoints elapsed = 35.451391ms iteration = 10
92042023-07-19T18:47:09.122ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_external body = Some(Body) dns_group = external dns_server_url = http://[fd00:1122:3344:101::8]:5353 generation = 2 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } uri = http://[fd00:1122:3344:101::8]:5353/config
92052023-07-19T18:47:09.126ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_internal body = Some(Body) dns_group = internal dns_server_url = http://[fd00:1122:3344:2::1]:5353 generation = 1 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } uri = http://[fd00:1122:3344:2::1]:5353/config
92062023-07-19T18:47:09.185ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_external body = Some(Body) dns_group = external dns_server_url = http://[fd00:1122:3344:101::9]:5353 generation = 2 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } uri = http://[fd00:1122:3344:101::9]:5353/config
92072023-07-19T18:47:09.186ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::9]:5353 generation = 2 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:101::9)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "f09d2929-21d1-4f4f-bf47-17e119daa0a0", "date": "Wed, 19 Jul 2023 18:47:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
92082023-07-19T18:47:09.186ZINFOnexus (BackgroundTasks): DNS server now at generation 2 background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::9]:5353 generation = 2 servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
92092023-07-19T18:47:09.188ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_internal body = Some(Body) dns_group = internal dns_server_url = http://[fd00:1122:3344:3::1]:5353 generation = 1 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } uri = http://[fd00:1122:3344:3::1]:5353/config
92102023-07-19T18:47:09.188ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::8]:5353 generation = 2 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:101::8)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "6f197a28-a991-4aab-9ba7-d2074dfb08ab", "date": "Wed, 19 Jul 2023 18:47:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
92112023-07-19T18:47:09.188ZINFOnexus (BackgroundTasks): DNS server now at generation 2 background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::8]:5353 generation = 2 servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
92122023-07-19T18:47:09.189ZINFOnexus (BackgroundTasks): DNS propagation: done background_task = dns_propagation_external dns_group = external generation = 2 servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
92132023-07-19T18:47:09.189ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_propagation_external dns_group = external elapsed = 137.90806ms iteration = 12
92142023-07-19T18:47:09.219ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_internal body = Some(Body) dns_group = internal dns_server_url = http://[fd00:1122:3344:1::1]:5353 generation = 1 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } uri = http://[fd00:1122:3344:1::1]:5353/config
92152023-07-19T18:47:09.219ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:2::1]:5353 generation = 1 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:2::1)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "dad7a214-6944-4082-baf5-f7bab020fc00", "date": "Wed, 19 Jul 2023 18:47:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
92162023-07-19T18:47:09.219ZINFOnexus (BackgroundTasks): DNS server now at generation 1 background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:2::1]:5353 generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
92172023-07-19T18:47:09.221ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:1::1]:5353 generation = 1 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:1::1)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "d32722ad-a830-42cd-8e57-cb530e74d47b", "date": "Wed, 19 Jul 2023 18:47:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
92182023-07-19T18:47:09.221ZINFOnexus (BackgroundTasks): DNS server now at generation 1 background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:1::1]:5353 generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
92192023-07-19T18:47:09.223ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:3::1]:5353 generation = 1 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:3::1)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "111bc875-df80-4bf1-bb7d-d36b80ee40c5", "date": "Wed, 19 Jul 2023 18:47:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
92202023-07-19T18:47:09.223ZINFOnexus (BackgroundTasks): DNS server now at generation 1 background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:3::1]:5353 generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
92212023-07-19T18:47:09.225ZINFOnexus (BackgroundTasks): DNS propagation: done background_task = dns_propagation_internal dns_group = internal generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
92222023-07-19T18:47:09.225ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_propagation_internal dns_group = internal elapsed = 173.828596ms iteration = 12
92232023-07-19T18:47:17.241ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = acd6a54e-1f43-4409-ac8a-65d86d47758d response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
92242023-07-19T18:47:27.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = eb75bf37-b4a2-4348-a5e4-b8e0f977cb56 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
92252023-07-19T18:47:37.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = e21eafd7-2299-42cc-a166-36b170b02aa6 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
92262023-07-19T18:47:47.241ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = c1c48fa1-18ac-4e8c-a27f-1404c88d55f6 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
92272023-07-19T18:47:57.241ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 9e25c806-90d7-42ee-afc5-d5f49441b5e4 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
92282023-07-19T18:48:07.241ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = fd9bd870-5f31-4fad-a90b-613387d52918 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
92292023-07-19T18:48:09.051ZDEBGnexus (BackgroundTasks): activating background_task = dns_propagation_internal dns_group = internal iteration = 13 reason = Timeout
92302023-07-19T18:48:09.051ZDEBGnexus (BackgroundTasks): activating background_task = dns_config_external dns_group = external iteration = 11 reason = Timeout
92312023-07-19T18:48:09.051ZDEBGnexus (BackgroundTasks): activating background_task = dns_servers_internal dns_group = internal iteration = 11 reason = Timeout
92322023-07-19T18:48:09.051ZDEBGnexus (BackgroundTasks): reading DNS version background_task = dns_config_external dns_group = external
92332023-07-19T18:48:09.051ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {} }
92342023-07-19T18:48:09.051ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
92352023-07-19T18:48:09.051ZDEBGnexus (BackgroundTasks): activating background_task = dns_servers_external dns_group = external iteration = 11 reason = Timeout
92362023-07-19T18:48:09.051ZDEBGnexus (BackgroundTasks): activating background_task = external_endpoints iteration = 11 reason = Timeout
92372023-07-19T18:48:09.051ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
92382023-07-19T18:48:09.051ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {} }
92392023-07-19T18:48:09.051ZDEBGnexus (BackgroundTasks): activating background_task = dns_config_internal dns_group = internal iteration = 11 reason = Timeout
92402023-07-19T18:48:09.051ZDEBGnexus (BackgroundTasks): reading DNS version background_task = dns_config_internal dns_group = internal
92412023-07-19T18:48:09.051ZDEBGnexus (BackgroundTasks): activating background_task = dns_propagation_external dns_group = external iteration = 13 reason = Timeout
92422023-07-19T18:48:09.051ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
92432023-07-19T18:48:09.051ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Database result = Ok(())
92442023-07-19T18:48:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
92452023-07-19T18:48:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
92462023-07-19T18:48:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
92472023-07-19T18:48:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
92482023-07-19T18:48:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
92492023-07-19T18:48:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Database result = Ok(())
92502023-07-19T18:48:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
92512023-07-19T18:48:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
92522023-07-19T18:48:09.054ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
92532023-07-19T18:48:09.054ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
92542023-07-19T18:48:09.054ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
92552023-07-19T18:48:09.054ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
92562023-07-19T18:48:09.054ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
92572023-07-19T18:48:09.058ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Fleet result = Ok(())
92582023-07-19T18:48:09.058ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {} }
92592023-07-19T18:48:09.058ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Database result = Ok(())
92602023-07-19T18:48:09.058ZDEBGnexus (BackgroundTasks): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Fleet result = Ok(())
92612023-07-19T18:48:09.058ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
92622023-07-19T18:48:09.058ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
92632023-07-19T18:48:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Fleet result = Ok(())
92642023-07-19T18:48:09.059ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {} }
92652023-07-19T18:48:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = DnsConfig result = Ok(())
92662023-07-19T18:48:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Database result = Ok(())
92672023-07-19T18:48:09.060ZDEBGnexus (BackgroundTasks): found DNS servers (no change) addresses = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } background_task = dns_servers_internal current_servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } dns_group = internal
92682023-07-19T18:48:09.060ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_servers_internal dns_group = internal elapsed = 8.52346ms iteration = 11
92692023-07-19T18:48:09.060ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = DnsConfig result = Ok(())
92702023-07-19T18:48:09.060ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
92712023-07-19T18:48:09.061ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
92722023-07-19T18:48:09.061ZDEBGnexus (BackgroundTasks): found DNS version background_task = dns_config_internal dns_group = internal version = 1
92732023-07-19T18:48:09.061ZDEBGnexus (BackgroundTasks): reading DNS config background_task = dns_config_internal dns_group = internal
92742023-07-19T18:48:09.061ZDEBGnexus (BackgroundTasks): reading DNS zones background_task = dns_config_internal dns_group = internal
92752023-07-19T18:48:09.061ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
92762023-07-19T18:48:09.061ZDEBGnexus (BackgroundTasks): found DNS servers (no change) addresses = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } background_task = dns_servers_external current_servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } dns_group = external
92772023-07-19T18:48:09.061ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_servers_external dns_group = external elapsed = 9.711416ms iteration = 11
92782023-07-19T18:48:09.061ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
92792023-07-19T18:48:09.061ZDEBGnexus (BackgroundTasks): found DNS version background_task = dns_config_external dns_group = external version = 2
92802023-07-19T18:48:09.061ZDEBGnexus (BackgroundTasks): reading DNS config background_task = dns_config_external dns_group = external
92812023-07-19T18:48:09.061ZDEBGnexus (BackgroundTasks): reading DNS zones background_task = dns_config_external dns_group = external
92822023-07-19T18:48:09.061ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
92832023-07-19T18:48:09.061ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
92842023-07-19T18:48:09.062ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
92852023-07-19T18:48:09.062ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
92862023-07-19T18:48:09.062ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
92872023-07-19T18:48:09.066ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = DnsConfig result = Ok(())
92882023-07-19T18:48:09.066ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
92892023-07-19T18:48:09.066ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
92902023-07-19T18:48:09.067ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = DnsConfig result = Ok(())
92912023-07-19T18:48:09.067ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
92922023-07-19T18:48:09.067ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
92932023-07-19T18:48:09.067ZDEBGnexus (BackgroundTasks): found zones background_task = dns_config_internal count = 1 dns_group = internal
92942023-07-19T18:48:09.067ZDEBGnexus (BackgroundTasks): listing DNS names for zone background_task = dns_config_internal batch_size = 100 dns_group = internal dns_zone_id = 4f6e4429-6101-4a3f-b6e8-8d5b95ce25ae dns_zone_name = control-plane.oxide.internal found_so_far = 0 version = 1
92952023-07-19T18:48:09.067ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
92962023-07-19T18:48:09.067ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
92972023-07-19T18:48:09.068ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = DnsConfig result = Ok(())
92982023-07-19T18:48:09.068ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
92992023-07-19T18:48:09.068ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
93002023-07-19T18:48:09.068ZDEBGnexus (BackgroundTasks): found zones background_task = dns_config_external count = 1 dns_group = external
93012023-07-19T18:48:09.068ZDEBGnexus (BackgroundTasks): listing DNS names for zone background_task = dns_config_external batch_size = 100 dns_group = external dns_zone_id = ba9b905d-274e-4fd8-96b9-635f36ba4d80 dns_zone_name = oxide.test found_so_far = 0 version = 2
93022023-07-19T18:48:09.068ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
93032023-07-19T18:48:09.069ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
93042023-07-19T18:48:09.069ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
93052023-07-19T18:48:09.069ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
93062023-07-19T18:48:09.069ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
93072023-07-19T18:48:09.070ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
93082023-07-19T18:48:09.070ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
93092023-07-19T18:48:09.073ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = DnsConfig result = Ok(())
93102023-07-19T18:48:09.073ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
93112023-07-19T18:48:09.073ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
93122023-07-19T18:48:09.074ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = DnsConfig result = Ok(())
93132023-07-19T18:48:09.074ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
93142023-07-19T18:48:09.074ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
93152023-07-19T18:48:09.074ZDEBGnexus (BackgroundTasks): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Fleet result = Ok(())
93162023-07-19T18:48:09.074ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
93172023-07-19T18:48:09.075ZDEBGnexus (BackgroundTasks): found all DNS names for zone background_task = dns_config_external dns_group = external dns_zone_id = ba9b905d-274e-4fd8-96b9-635f36ba4d80 dns_zone_name = oxide.test found_so_far = 1 version = 2
93182023-07-19T18:48:09.075ZDEBGnexus (BackgroundTasks): read DNS config background_task = dns_config_external dns_group = external nzones = 1 version = 2
93192023-07-19T18:48:09.075ZDEBGnexus (BackgroundTasks): found latest DNS generation (unchanged) background_task = dns_config_external current_generation = 2 current_time_created = 2023-07-19 18:40:26.757200 UTC dns_group = external generation = 2
93202023-07-19T18:48:09.075ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_config_external dns_group = external elapsed = 23.587323ms iteration = 11
93212023-07-19T18:48:09.075ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
93222023-07-19T18:48:09.076ZDEBGnexus (BackgroundTasks): found all DNS names for zone background_task = dns_config_internal dns_group = internal dns_zone_id = 4f6e4429-6101-4a3f-b6e8-8d5b95ce25ae dns_zone_name = control-plane.oxide.internal found_so_far = 40 version = 1
93232023-07-19T18:48:09.076ZDEBGnexus (BackgroundTasks): read DNS config background_task = dns_config_internal dns_group = internal nzones = 1 version = 1
93242023-07-19T18:48:09.076ZDEBGnexus (BackgroundTasks): found latest DNS generation (unchanged) background_task = dns_config_internal current_generation = 1 current_time_created = 2023-07-19 18:40:26.464738 UTC dns_group = internal generation = 1
93252023-07-19T18:48:09.076ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_config_internal dns_group = internal elapsed = 24.752277ms iteration = 11
93262023-07-19T18:48:09.086ZDEBGnexus (BackgroundTasks): found Silo/DNS/TLS config (no change) background_task = external_endpoints config = ExternalEndpoints { by_dns_name: {"default-silo.sys.oxide.test": ExternalEndpoint { silo_id: 001de000-5110-4000-8000-000000000000, db_silo: Silo { identity: SiloIdentity { id: 001de000-5110-4000-8000-000000000000, name: Name(Name("default-silo")), description: "default silo", time_created: 2023-07-19T18:40:09.161047Z, time_modified: 2023-07-19T18:40:09.161047Z, time_deleted: None }, discoverable: false, authentication_mode: Local, user_provision_type: ApiOnly, mapped_fleet_roles: Object {}, rcgen: Generation(Generation(1)) }, tls_certs: [] }, "recovery.sys.oxide.test": ExternalEndpoint { silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, db_silo: Silo { identity: SiloIdentity { id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, name: Name(Name("recovery")), description: "built-in recovery Silo", time_created: 2023-07-19T18:40:26.706295Z, time_modified: 2023-07-19T18:40:26.706295Z, time_deleted: None }, discoverable: false, authentication_mode: Local, user_provision_type: ApiOnly, mapped_fleet_roles: Object {"admin": Array [String("admin")]}, rcgen: Generation(Generation(4)) }, tls_certs: [TlsCertificate { digest: "b80733c61402e25b1340276e5b094c554fc62f43df425c82e42a0cc7e1889e90" }] }}, warnings: [NoSiloCerts { silo_id: 001de000-5110-4000-8000-000000000000, dns_name: "default-silo.sys.oxide.test" }], default_endpoint: Some(ExternalEndpoint { silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, db_silo: Silo { identity: SiloIdentity { id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, name: Name(Name("recovery")), description: "built-in recovery Silo", time_created: 2023-07-19T18:40:26.706295Z, time_modified: 2023-07-19T18:40:26.706295Z, time_deleted: None }, discoverable: false, authentication_mode: Local, user_provision_type: ApiOnly, mapped_fleet_roles: Object {"admin": Array [String("admin")]}, rcgen: Generation(Generation(4)) }, tls_certs: [TlsCertificate { digest: "b80733c61402e25b1340276e5b094c554fc62f43df425c82e42a0cc7e1889e90" }] }) }
93272023-07-19T18:48:09.086ZDEBGnexus (BackgroundTasks): activation complete background_task = external_endpoints elapsed = 34.658118ms iteration = 11
93282023-07-19T18:48:09.122ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_internal body = Some(Body) dns_group = internal dns_server_url = http://[fd00:1122:3344:2::1]:5353 generation = 1 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } uri = http://[fd00:1122:3344:2::1]:5353/config
93292023-07-19T18:48:09.134ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_external body = Some(Body) dns_group = external dns_server_url = http://[fd00:1122:3344:101::8]:5353 generation = 2 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } uri = http://[fd00:1122:3344:101::8]:5353/config
93302023-07-19T18:48:09.189ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_internal body = Some(Body) dns_group = internal dns_server_url = http://[fd00:1122:3344:3::1]:5353 generation = 1 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } uri = http://[fd00:1122:3344:3::1]:5353/config
93312023-07-19T18:48:09.201ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_external body = Some(Body) dns_group = external dns_server_url = http://[fd00:1122:3344:101::9]:5353 generation = 2 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } uri = http://[fd00:1122:3344:101::9]:5353/config
93322023-07-19T18:48:09.201ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::9]:5353 generation = 2 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:101::9)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "5d407cec-326c-4d15-bb1e-df0143049f67", "date": "Wed, 19 Jul 2023 18:48:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
93332023-07-19T18:48:09.201ZINFOnexus (BackgroundTasks): DNS server now at generation 2 background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::9]:5353 generation = 2 servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
93342023-07-19T18:48:09.203ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::8]:5353 generation = 2 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:101::8)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "2da6f08c-3dea-4b06-a219-4ce550f2a012", "date": "Wed, 19 Jul 2023 18:48:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
93352023-07-19T18:48:09.203ZINFOnexus (BackgroundTasks): DNS server now at generation 2 background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::8]:5353 generation = 2 servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
93362023-07-19T18:48:09.205ZINFOnexus (BackgroundTasks): DNS propagation: done background_task = dns_propagation_external dns_group = external generation = 2 servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
93372023-07-19T18:48:09.205ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_propagation_external dns_group = external elapsed = 153.657593ms iteration = 13
93382023-07-19T18:48:09.226ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_internal body = Some(Body) dns_group = internal dns_server_url = http://[fd00:1122:3344:1::1]:5353 generation = 1 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } uri = http://[fd00:1122:3344:1::1]:5353/config
93392023-07-19T18:48:09.226ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:3::1]:5353 generation = 1 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:3::1)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "c5048427-e911-4706-b7b8-a64d2fc2d3d0", "date": "Wed, 19 Jul 2023 18:48:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
93402023-07-19T18:48:09.226ZINFOnexus (BackgroundTasks): DNS server now at generation 1 background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:3::1]:5353 generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
93412023-07-19T18:48:09.229ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:1::1]:5353 generation = 1 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:1::1)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "b6f9e282-b1bd-4095-a304-b4d336fc5de9", "date": "Wed, 19 Jul 2023 18:48:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
93422023-07-19T18:48:09.229ZINFOnexus (BackgroundTasks): DNS server now at generation 1 background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:1::1]:5353 generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
93432023-07-19T18:48:09.231ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:2::1]:5353 generation = 1 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:2::1)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "2ebc7518-c081-4b2b-88e7-4098282532a7", "date": "Wed, 19 Jul 2023 18:48:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
93442023-07-19T18:48:09.231ZINFOnexus (BackgroundTasks): DNS server now at generation 1 background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:2::1]:5353 generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
93452023-07-19T18:48:09.233ZINFOnexus (BackgroundTasks): DNS propagation: done background_task = dns_propagation_internal dns_group = internal generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
93462023-07-19T18:48:09.233ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_propagation_internal dns_group = internal elapsed = 182.208433ms iteration = 13
93472023-07-19T18:48:17.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 78d40bd8-b719-4031-a4a8-0b6884af4940 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
93482023-07-19T18:48:27.241ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = ccd7286a-0687-47a6-a2ea-8d14c33b0e5b response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
93492023-07-19T18:48:37.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 5d5414a2-01a2-466c-9051-d09fda6ad06d response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
93502023-07-19T18:48:47.241ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 3524cdf3-c830-44f1-99c5-09dec028c320 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
93512023-07-19T18:48:57.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 76749b22-a59b-441c-81e1-779b1d9c6f05 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
93522023-07-19T18:49:07.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = d0d6a2fb-3efa-4359-855b-8ab34318ac4a response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
93532023-07-19T18:49:09.052ZDEBGnexus (BackgroundTasks): activating background_task = dns_propagation_internal dns_group = internal iteration = 14 reason = Timeout
93542023-07-19T18:49:09.052ZDEBGnexus (BackgroundTasks): activating background_task = dns_config_external dns_group = external iteration = 12 reason = Timeout
93552023-07-19T18:49:09.052ZDEBGnexus (BackgroundTasks): reading DNS version background_task = dns_config_external dns_group = external
93562023-07-19T18:49:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
93572023-07-19T18:49:09.052ZDEBGnexus (BackgroundTasks): activating background_task = external_endpoints iteration = 12 reason = Timeout
93582023-07-19T18:49:09.052ZDEBGnexus (BackgroundTasks): activating background_task = dns_propagation_external dns_group = external iteration = 14 reason = Timeout
93592023-07-19T18:49:09.052ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
93602023-07-19T18:49:09.052ZDEBGnexus (BackgroundTasks): activating background_task = dns_config_internal dns_group = internal iteration = 12 reason = Timeout
93612023-07-19T18:49:09.052ZDEBGnexus (BackgroundTasks): reading DNS version background_task = dns_config_internal dns_group = internal
93622023-07-19T18:49:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
93632023-07-19T18:49:09.052ZDEBGnexus (BackgroundTasks): activating background_task = dns_servers_internal dns_group = internal iteration = 12 reason = Timeout
93642023-07-19T18:49:09.052ZDEBGnexus (BackgroundTasks): activating background_task = dns_servers_external dns_group = external iteration = 12 reason = Timeout
93652023-07-19T18:49:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {} }
93662023-07-19T18:49:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {} }
93672023-07-19T18:49:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
93682023-07-19T18:49:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
93692023-07-19T18:49:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
93702023-07-19T18:49:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
93712023-07-19T18:49:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Database result = Ok(())
93722023-07-19T18:49:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
93732023-07-19T18:49:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Database result = Ok(())
93742023-07-19T18:49:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
93752023-07-19T18:49:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
93762023-07-19T18:49:09.055ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
93772023-07-19T18:49:09.055ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
93782023-07-19T18:49:09.055ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
93792023-07-19T18:49:09.055ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
93802023-07-19T18:49:09.055ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
93812023-07-19T18:49:09.058ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Fleet result = Ok(())
93822023-07-19T18:49:09.058ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {} }
93832023-07-19T18:49:09.058ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Database result = Ok(())
93842023-07-19T18:49:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = DnsConfig result = Ok(())
93852023-07-19T18:49:09.059ZDEBGnexus (BackgroundTasks): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Fleet result = Ok(())
93862023-07-19T18:49:09.059ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
93872023-07-19T18:49:09.059ZDEBGnexus (BackgroundTasks): found DNS servers (no change) addresses = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } background_task = dns_servers_internal current_servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } dns_group = internal
93882023-07-19T18:49:09.059ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_servers_internal dns_group = internal elapsed = 7.726496ms iteration = 12
93892023-07-19T18:49:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Fleet result = Ok(())
93902023-07-19T18:49:09.060ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {} }
93912023-07-19T18:49:09.060ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = DnsConfig result = Ok(())
93922023-07-19T18:49:09.060ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
93932023-07-19T18:49:09.060ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Database result = Ok(())
93942023-07-19T18:49:09.060ZDEBGnexus (BackgroundTasks): found DNS version background_task = dns_config_internal dns_group = internal version = 1
93952023-07-19T18:49:09.060ZDEBGnexus (BackgroundTasks): reading DNS config background_task = dns_config_internal dns_group = internal
93962023-07-19T18:49:09.060ZDEBGnexus (BackgroundTasks): reading DNS zones background_task = dns_config_internal dns_group = internal
93972023-07-19T18:49:09.060ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
93982023-07-19T18:49:09.060ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
93992023-07-19T18:49:09.061ZDEBGnexus (BackgroundTasks): found DNS servers (no change) addresses = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } background_task = dns_servers_external current_servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } dns_group = external
94002023-07-19T18:49:09.061ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_servers_external dns_group = external elapsed = 9.098127ms iteration = 12
94012023-07-19T18:49:09.061ZDEBGnexus (BackgroundTasks): found DNS version background_task = dns_config_external dns_group = external version = 2
94022023-07-19T18:49:09.061ZDEBGnexus (BackgroundTasks): reading DNS config background_task = dns_config_external dns_group = external
94032023-07-19T18:49:09.061ZDEBGnexus (BackgroundTasks): reading DNS zones background_task = dns_config_external dns_group = external
94042023-07-19T18:49:09.061ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
94052023-07-19T18:49:09.061ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
94062023-07-19T18:49:09.061ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
94072023-07-19T18:49:09.062ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
94082023-07-19T18:49:09.062ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
94092023-07-19T18:49:09.062ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
94102023-07-19T18:49:09.063ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
94112023-07-19T18:49:09.065ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = DnsConfig result = Ok(())
94122023-07-19T18:49:09.065ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
94132023-07-19T18:49:09.066ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
94142023-07-19T18:49:09.066ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = DnsConfig result = Ok(())
94152023-07-19T18:49:09.066ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
94162023-07-19T18:49:09.066ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
94172023-07-19T18:49:09.067ZDEBGnexus (BackgroundTasks): found zones background_task = dns_config_internal count = 1 dns_group = internal
94182023-07-19T18:49:09.067ZDEBGnexus (BackgroundTasks): listing DNS names for zone background_task = dns_config_internal batch_size = 100 dns_group = internal dns_zone_id = 4f6e4429-6101-4a3f-b6e8-8d5b95ce25ae dns_zone_name = control-plane.oxide.internal found_so_far = 0 version = 1
94192023-07-19T18:49:09.067ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
94202023-07-19T18:49:09.067ZDEBGnexus (BackgroundTasks): found zones background_task = dns_config_external count = 1 dns_group = external
94212023-07-19T18:49:09.067ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = DnsConfig result = Ok(())
94222023-07-19T18:49:09.067ZDEBGnexus (BackgroundTasks): listing DNS names for zone background_task = dns_config_external batch_size = 100 dns_group = external dns_zone_id = ba9b905d-274e-4fd8-96b9-635f36ba4d80 dns_zone_name = oxide.test found_so_far = 0 version = 2
94232023-07-19T18:49:09.067ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
94242023-07-19T18:49:09.067ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
94252023-07-19T18:49:09.067ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
94262023-07-19T18:49:09.067ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
94272023-07-19T18:49:09.067ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
94282023-07-19T18:49:09.068ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
94292023-07-19T18:49:09.068ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
94302023-07-19T18:49:09.068ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
94312023-07-19T18:49:09.069ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
94322023-07-19T18:49:09.070ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
94332023-07-19T18:49:09.072ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = DnsConfig result = Ok(())
94342023-07-19T18:49:09.072ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
94352023-07-19T18:49:09.072ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
94362023-07-19T18:49:09.073ZDEBGnexus (BackgroundTasks): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Fleet result = Ok(())
94372023-07-19T18:49:09.073ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
94382023-07-19T18:49:09.073ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
94392023-07-19T18:49:09.073ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = DnsConfig result = Ok(())
94402023-07-19T18:49:09.073ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
94412023-07-19T18:49:09.073ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
94422023-07-19T18:49:09.073ZDEBGnexus (BackgroundTasks): found all DNS names for zone background_task = dns_config_external dns_group = external dns_zone_id = ba9b905d-274e-4fd8-96b9-635f36ba4d80 dns_zone_name = oxide.test found_so_far = 1 version = 2
94432023-07-19T18:49:09.073ZDEBGnexus (BackgroundTasks): read DNS config background_task = dns_config_external dns_group = external nzones = 1 version = 2
94442023-07-19T18:49:09.073ZDEBGnexus (BackgroundTasks): found latest DNS generation (unchanged) background_task = dns_config_external current_generation = 2 current_time_created = 2023-07-19 18:40:26.757200 UTC dns_group = external generation = 2
94452023-07-19T18:49:09.073ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_config_external dns_group = external elapsed = 21.727428ms iteration = 12
94462023-07-19T18:49:09.075ZDEBGnexus (BackgroundTasks): found all DNS names for zone background_task = dns_config_internal dns_group = internal dns_zone_id = 4f6e4429-6101-4a3f-b6e8-8d5b95ce25ae dns_zone_name = control-plane.oxide.internal found_so_far = 40 version = 1
94472023-07-19T18:49:09.075ZDEBGnexus (BackgroundTasks): read DNS config background_task = dns_config_internal dns_group = internal nzones = 1 version = 1
94482023-07-19T18:49:09.075ZDEBGnexus (BackgroundTasks): found latest DNS generation (unchanged) background_task = dns_config_internal current_generation = 1 current_time_created = 2023-07-19 18:40:26.464738 UTC dns_group = internal generation = 1
94492023-07-19T18:49:09.075ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_config_internal dns_group = internal elapsed = 23.031256ms iteration = 12
94502023-07-19T18:49:09.086ZDEBGnexus (BackgroundTasks): found Silo/DNS/TLS config (no change) background_task = external_endpoints config = ExternalEndpoints { by_dns_name: {"default-silo.sys.oxide.test": ExternalEndpoint { silo_id: 001de000-5110-4000-8000-000000000000, db_silo: Silo { identity: SiloIdentity { id: 001de000-5110-4000-8000-000000000000, name: Name(Name("default-silo")), description: "default silo", time_created: 2023-07-19T18:40:09.161047Z, time_modified: 2023-07-19T18:40:09.161047Z, time_deleted: None }, discoverable: false, authentication_mode: Local, user_provision_type: ApiOnly, mapped_fleet_roles: Object {}, rcgen: Generation(Generation(1)) }, tls_certs: [] }, "recovery.sys.oxide.test": ExternalEndpoint { silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, db_silo: Silo { identity: SiloIdentity { id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, name: Name(Name("recovery")), description: "built-in recovery Silo", time_created: 2023-07-19T18:40:26.706295Z, time_modified: 2023-07-19T18:40:26.706295Z, time_deleted: None }, discoverable: false, authentication_mode: Local, user_provision_type: ApiOnly, mapped_fleet_roles: Object {"admin": Array [String("admin")]}, rcgen: Generation(Generation(4)) }, tls_certs: [TlsCertificate { digest: "b80733c61402e25b1340276e5b094c554fc62f43df425c82e42a0cc7e1889e90" }] }}, warnings: [NoSiloCerts { silo_id: 001de000-5110-4000-8000-000000000000, dns_name: "default-silo.sys.oxide.test" }], default_endpoint: Some(ExternalEndpoint { silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, db_silo: Silo { identity: SiloIdentity { id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, name: Name(Name("recovery")), description: "built-in recovery Silo", time_created: 2023-07-19T18:40:26.706295Z, time_modified: 2023-07-19T18:40:26.706295Z, time_deleted: None }, discoverable: false, authentication_mode: Local, user_provision_type: ApiOnly, mapped_fleet_roles: Object {"admin": Array [String("admin")]}, rcgen: Generation(Generation(4)) }, tls_certs: [TlsCertificate { digest: "b80733c61402e25b1340276e5b094c554fc62f43df425c82e42a0cc7e1889e90" }] }) }
94512023-07-19T18:49:09.086ZDEBGnexus (BackgroundTasks): activation complete background_task = external_endpoints elapsed = 34.06883ms iteration = 12
94522023-07-19T18:49:09.102ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_internal body = Some(Body) dns_group = internal dns_server_url = http://[fd00:1122:3344:2::1]:5353 generation = 1 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } uri = http://[fd00:1122:3344:2::1]:5353/config
94532023-07-19T18:49:09.105ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_external body = Some(Body) dns_group = external dns_server_url = http://[fd00:1122:3344:101::8]:5353 generation = 2 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } uri = http://[fd00:1122:3344:101::8]:5353/config
94542023-07-19T18:49:09.143ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_internal body = Some(Body) dns_group = internal dns_server_url = http://[fd00:1122:3344:3::1]:5353 generation = 1 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } uri = http://[fd00:1122:3344:3::1]:5353/config
94552023-07-19T18:49:09.145ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_external body = Some(Body) dns_group = external dns_server_url = http://[fd00:1122:3344:101::9]:5353 generation = 2 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } uri = http://[fd00:1122:3344:101::9]:5353/config
94562023-07-19T18:49:09.146ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::9]:5353 generation = 2 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:101::9)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "12c57f97-9c04-4f7e-9b77-8bb49767ef28", "date": "Wed, 19 Jul 2023 18:49:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
94572023-07-19T18:49:09.146ZINFOnexus (BackgroundTasks): DNS server now at generation 2 background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::9]:5353 generation = 2 servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
94582023-07-19T18:49:09.148ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::8]:5353 generation = 2 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:101::8)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "1ad84277-5638-4fe7-bc2b-aa61663f6a25", "date": "Wed, 19 Jul 2023 18:49:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
94592023-07-19T18:49:09.148ZINFOnexus (BackgroundTasks): DNS server now at generation 2 background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::8]:5353 generation = 2 servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
94602023-07-19T18:49:09.149ZINFOnexus (BackgroundTasks): DNS propagation: done background_task = dns_propagation_external dns_group = external generation = 2 servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
94612023-07-19T18:49:09.149ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_propagation_external dns_group = external elapsed = 97.075632ms iteration = 14
94622023-07-19T18:49:09.175ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_internal body = Some(Body) dns_group = internal dns_server_url = http://[fd00:1122:3344:1::1]:5353 generation = 1 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } uri = http://[fd00:1122:3344:1::1]:5353/config
94632023-07-19T18:49:09.175ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:3::1]:5353 generation = 1 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:3::1)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "3e6007c5-df13-429d-8368-17471efb0557", "date": "Wed, 19 Jul 2023 18:49:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
94642023-07-19T18:49:09.175ZINFOnexus (BackgroundTasks): DNS server now at generation 1 background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:3::1]:5353 generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
94652023-07-19T18:49:09.176ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:1::1]:5353 generation = 1 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:1::1)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "7485f34f-85f1-41f8-83b6-19d3050324b3", "date": "Wed, 19 Jul 2023 18:49:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
94662023-07-19T18:49:09.176ZINFOnexus (BackgroundTasks): DNS server now at generation 1 background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:1::1]:5353 generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
94672023-07-19T18:49:09.178ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:2::1]:5353 generation = 1 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:2::1)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "b7f03cac-62f5-4566-9581-34b6f5862d4a", "date": "Wed, 19 Jul 2023 18:49:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
94682023-07-19T18:49:09.178ZINFOnexus (BackgroundTasks): DNS server now at generation 1 background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:2::1]:5353 generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
94692023-07-19T18:49:09.180ZINFOnexus (BackgroundTasks): DNS propagation: done background_task = dns_propagation_internal dns_group = internal generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
94702023-07-19T18:49:09.180ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_propagation_internal dns_group = internal elapsed = 128.386381ms iteration = 14
94712023-07-19T18:49:17.241ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 63782df5-e7d0-448d-8d70-684f0df17ee0 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
94722023-07-19T18:49:27.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 4abbaa01-c5f1-4db7-85d7-08a72b24bc6d response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
94732023-07-19T18:49:37.241ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 12d4466d-971b-41ce-8005-3b06190ecae5 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
94742023-07-19T18:49:47.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 2846d753-df45-41a0-ae98-71bc88089c89 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
94752023-07-19T18:49:57.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = a67f862d-ed68-4085-9a78-acc924615c59 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
94762023-07-19T18:50:07.241ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = dc316138-bec0-4628-ada5-cbea10cdd4f3 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
94772023-07-19T18:50:09.052ZDEBGnexus (BackgroundTasks): activating background_task = dns_propagation_internal dns_group = internal iteration = 15 reason = Timeout
94782023-07-19T18:50:09.052ZDEBGnexus (BackgroundTasks): activating background_task = dns_config_external dns_group = external iteration = 13 reason = Timeout
94792023-07-19T18:50:09.052ZDEBGnexus (BackgroundTasks): reading DNS version background_task = dns_config_external dns_group = external
94802023-07-19T18:50:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
94812023-07-19T18:50:09.052ZDEBGnexus (BackgroundTasks): activating background_task = external_endpoints iteration = 13 reason = Timeout
94822023-07-19T18:50:09.052ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
94832023-07-19T18:50:09.052ZDEBGnexus (BackgroundTasks): activating background_task = dns_propagation_external dns_group = external iteration = 15 reason = Timeout
94842023-07-19T18:50:09.052ZDEBGnexus (BackgroundTasks): activating background_task = dns_config_internal dns_group = internal iteration = 13 reason = Timeout
94852023-07-19T18:50:09.052ZDEBGnexus (BackgroundTasks): reading DNS version background_task = dns_config_internal dns_group = internal
94862023-07-19T18:50:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
94872023-07-19T18:50:09.052ZDEBGnexus (BackgroundTasks): activating background_task = dns_servers_internal dns_group = internal iteration = 13 reason = Timeout
94882023-07-19T18:50:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {} }
94892023-07-19T18:50:09.052ZDEBGnexus (BackgroundTasks): activating background_task = dns_servers_external dns_group = external iteration = 13 reason = Timeout
94902023-07-19T18:50:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {} }
94912023-07-19T18:50:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
94922023-07-19T18:50:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
94932023-07-19T18:50:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
94942023-07-19T18:50:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
94952023-07-19T18:50:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
94962023-07-19T18:50:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Database result = Ok(())
94972023-07-19T18:50:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Database result = Ok(())
94982023-07-19T18:50:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
94992023-07-19T18:50:09.053ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
95002023-07-19T18:50:09.055ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
95012023-07-19T18:50:09.055ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
95022023-07-19T18:50:09.055ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
95032023-07-19T18:50:09.055ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
95042023-07-19T18:50:09.055ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
95052023-07-19T18:50:09.059ZDEBGnexus (BackgroundTasks): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Fleet result = Ok(())
95062023-07-19T18:50:09.059ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
95072023-07-19T18:50:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
95082023-07-19T18:50:09.060ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Fleet result = Ok(())
95092023-07-19T18:50:09.060ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {} }
95102023-07-19T18:50:09.060ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Database result = Ok(())
95112023-07-19T18:50:09.060ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Fleet result = Ok(())
95122023-07-19T18:50:09.060ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {} }
95132023-07-19T18:50:09.060ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Database result = Ok(())
95142023-07-19T18:50:09.060ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = DnsConfig result = Ok(())
95152023-07-19T18:50:09.060ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = DnsConfig result = Ok(())
95162023-07-19T18:50:09.061ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
95172023-07-19T18:50:09.061ZDEBGnexus (BackgroundTasks): found DNS servers (no change) addresses = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } background_task = dns_servers_internal current_servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } dns_group = internal
95182023-07-19T18:50:09.061ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_servers_internal dns_group = internal elapsed = 8.955893ms iteration = 13
95192023-07-19T18:50:09.061ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
95202023-07-19T18:50:09.062ZDEBGnexus (BackgroundTasks): found DNS servers (no change) addresses = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } background_task = dns_servers_external current_servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } dns_group = external
95212023-07-19T18:50:09.062ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_servers_external dns_group = external elapsed = 9.676064ms iteration = 13
95222023-07-19T18:50:09.062ZDEBGnexus (BackgroundTasks): found DNS version background_task = dns_config_internal dns_group = internal version = 1
95232023-07-19T18:50:09.062ZDEBGnexus (BackgroundTasks): reading DNS config background_task = dns_config_internal dns_group = internal
95242023-07-19T18:50:09.062ZDEBGnexus (BackgroundTasks): reading DNS zones background_task = dns_config_internal dns_group = internal
95252023-07-19T18:50:09.062ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
95262023-07-19T18:50:09.062ZDEBGnexus (BackgroundTasks): found DNS version background_task = dns_config_external dns_group = external version = 2
95272023-07-19T18:50:09.062ZDEBGnexus (BackgroundTasks): reading DNS config background_task = dns_config_external dns_group = external
95282023-07-19T18:50:09.062ZDEBGnexus (BackgroundTasks): reading DNS zones background_task = dns_config_external dns_group = external
95292023-07-19T18:50:09.062ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
95302023-07-19T18:50:09.062ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
95312023-07-19T18:50:09.062ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
95322023-07-19T18:50:09.062ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
95332023-07-19T18:50:09.063ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
95342023-07-19T18:50:09.063ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
95352023-07-19T18:50:09.066ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = DnsConfig result = Ok(())
95362023-07-19T18:50:09.066ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
95372023-07-19T18:50:09.066ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
95382023-07-19T18:50:09.067ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = DnsConfig result = Ok(())
95392023-07-19T18:50:09.067ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
95402023-07-19T18:50:09.067ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
95412023-07-19T18:50:09.067ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
95422023-07-19T18:50:09.067ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
95432023-07-19T18:50:09.067ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = DnsConfig result = Ok(())
95442023-07-19T18:50:09.067ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
95452023-07-19T18:50:09.067ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
95462023-07-19T18:50:09.068ZDEBGnexus (BackgroundTasks): found zones background_task = dns_config_internal count = 1 dns_group = internal
95472023-07-19T18:50:09.068ZDEBGnexus (BackgroundTasks): listing DNS names for zone background_task = dns_config_internal batch_size = 100 dns_group = internal dns_zone_id = 4f6e4429-6101-4a3f-b6e8-8d5b95ce25ae dns_zone_name = control-plane.oxide.internal found_so_far = 0 version = 1
95482023-07-19T18:50:09.068ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
95492023-07-19T18:50:09.068ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
95502023-07-19T18:50:09.068ZDEBGnexus (BackgroundTasks): found zones background_task = dns_config_external count = 1 dns_group = external
95512023-07-19T18:50:09.068ZDEBGnexus (BackgroundTasks): listing DNS names for zone background_task = dns_config_external batch_size = 100 dns_group = external dns_zone_id = ba9b905d-274e-4fd8-96b9-635f36ba4d80 dns_zone_name = oxide.test found_so_far = 0 version = 2
95522023-07-19T18:50:09.068ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
95532023-07-19T18:50:09.068ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
95542023-07-19T18:50:09.068ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
95552023-07-19T18:50:09.069ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
95562023-07-19T18:50:09.070ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
95572023-07-19T18:50:09.071ZDEBGnexus (BackgroundTasks): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Fleet result = Ok(())
95582023-07-19T18:50:09.071ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
95592023-07-19T18:50:09.071ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
95602023-07-19T18:50:09.073ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = DnsConfig result = Ok(())
95612023-07-19T18:50:09.073ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
95622023-07-19T18:50:09.073ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
95632023-07-19T18:50:09.073ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = DnsConfig result = Ok(())
95642023-07-19T18:50:09.073ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
95652023-07-19T18:50:09.073ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
95662023-07-19T18:50:09.074ZDEBGnexus (BackgroundTasks): found all DNS names for zone background_task = dns_config_external dns_group = external dns_zone_id = ba9b905d-274e-4fd8-96b9-635f36ba4d80 dns_zone_name = oxide.test found_so_far = 1 version = 2
95672023-07-19T18:50:09.074ZDEBGnexus (BackgroundTasks): read DNS config background_task = dns_config_external dns_group = external nzones = 1 version = 2
95682023-07-19T18:50:09.074ZDEBGnexus (BackgroundTasks): found latest DNS generation (unchanged) background_task = dns_config_external current_generation = 2 current_time_created = 2023-07-19 18:40:26.757200 UTC dns_group = external generation = 2
95692023-07-19T18:50:09.074ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_config_external dns_group = external elapsed = 22.450979ms iteration = 13
95702023-07-19T18:50:09.074ZDEBGnexus (BackgroundTasks): found all DNS names for zone background_task = dns_config_internal dns_group = internal dns_zone_id = 4f6e4429-6101-4a3f-b6e8-8d5b95ce25ae dns_zone_name = control-plane.oxide.internal found_so_far = 40 version = 1
95712023-07-19T18:50:09.075ZDEBGnexus (BackgroundTasks): read DNS config background_task = dns_config_internal dns_group = internal nzones = 1 version = 1
95722023-07-19T18:50:09.075ZDEBGnexus (BackgroundTasks): found latest DNS generation (unchanged) background_task = dns_config_internal current_generation = 1 current_time_created = 2023-07-19 18:40:26.464738 UTC dns_group = internal generation = 1
95732023-07-19T18:50:09.075ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_config_internal dns_group = internal elapsed = 22.549172ms iteration = 13
95742023-07-19T18:50:09.077ZDEBGnexus (BackgroundTasks): found Silo/DNS/TLS config (no change) background_task = external_endpoints config = ExternalEndpoints { by_dns_name: {"default-silo.sys.oxide.test": ExternalEndpoint { silo_id: 001de000-5110-4000-8000-000000000000, db_silo: Silo { identity: SiloIdentity { id: 001de000-5110-4000-8000-000000000000, name: Name(Name("default-silo")), description: "default silo", time_created: 2023-07-19T18:40:09.161047Z, time_modified: 2023-07-19T18:40:09.161047Z, time_deleted: None }, discoverable: false, authentication_mode: Local, user_provision_type: ApiOnly, mapped_fleet_roles: Object {}, rcgen: Generation(Generation(1)) }, tls_certs: [] }, "recovery.sys.oxide.test": ExternalEndpoint { silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, db_silo: Silo { identity: SiloIdentity { id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, name: Name(Name("recovery")), description: "built-in recovery Silo", time_created: 2023-07-19T18:40:26.706295Z, time_modified: 2023-07-19T18:40:26.706295Z, time_deleted: None }, discoverable: false, authentication_mode: Local, user_provision_type: ApiOnly, mapped_fleet_roles: Object {"admin": Array [String("admin")]}, rcgen: Generation(Generation(4)) }, tls_certs: [TlsCertificate { digest: "b80733c61402e25b1340276e5b094c554fc62f43df425c82e42a0cc7e1889e90" }] }}, warnings: [NoSiloCerts { silo_id: 001de000-5110-4000-8000-000000000000, dns_name: "default-silo.sys.oxide.test" }], default_endpoint: Some(ExternalEndpoint { silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, db_silo: Silo { identity: SiloIdentity { id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, name: Name(Name("recovery")), description: "built-in recovery Silo", time_created: 2023-07-19T18:40:26.706295Z, time_modified: 2023-07-19T18:40:26.706295Z, time_deleted: None }, discoverable: false, authentication_mode: Local, user_provision_type: ApiOnly, mapped_fleet_roles: Object {"admin": Array [String("admin")]}, rcgen: Generation(Generation(4)) }, tls_certs: [TlsCertificate { digest: "b80733c61402e25b1340276e5b094c554fc62f43df425c82e42a0cc7e1889e90" }] }) }
95752023-07-19T18:50:09.077ZDEBGnexus (BackgroundTasks): activation complete background_task = external_endpoints elapsed = 24.780758ms iteration = 13
95762023-07-19T18:50:09.125ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_external body = Some(Body) dns_group = external dns_server_url = http://[fd00:1122:3344:101::8]:5353 generation = 2 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } uri = http://[fd00:1122:3344:101::8]:5353/config
95772023-07-19T18:50:09.129ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_internal body = Some(Body) dns_group = internal dns_server_url = http://[fd00:1122:3344:2::1]:5353 generation = 1 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } uri = http://[fd00:1122:3344:2::1]:5353/config
95782023-07-19T18:50:09.193ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_external body = Some(Body) dns_group = external dns_server_url = http://[fd00:1122:3344:101::9]:5353 generation = 2 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } uri = http://[fd00:1122:3344:101::9]:5353/config
95792023-07-19T18:50:09.193ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::9]:5353 generation = 2 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:101::9)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "bf6a75f1-f42c-41a2-9f03-a248b7d4d49a", "date": "Wed, 19 Jul 2023 18:50:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
95802023-07-19T18:50:09.193ZINFOnexus (BackgroundTasks): DNS server now at generation 2 background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::9]:5353 generation = 2 servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
95812023-07-19T18:50:09.195ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::8]:5353 generation = 2 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:101::8)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "148a8b93-f556-4e45-9116-3d638733d251", "date": "Wed, 19 Jul 2023 18:50:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
95822023-07-19T18:50:09.195ZINFOnexus (BackgroundTasks): DNS server now at generation 2 background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::8]:5353 generation = 2 servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
95832023-07-19T18:50:09.196ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_internal body = Some(Body) dns_group = internal dns_server_url = http://[fd00:1122:3344:3::1]:5353 generation = 1 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } uri = http://[fd00:1122:3344:3::1]:5353/config
95842023-07-19T18:50:09.196ZINFOnexus (BackgroundTasks): DNS propagation: done background_task = dns_propagation_external dns_group = external generation = 2 servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
95852023-07-19T18:50:09.196ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_propagation_external dns_group = external elapsed = 144.303229ms iteration = 15
95862023-07-19T18:50:09.228ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_internal body = Some(Body) dns_group = internal dns_server_url = http://[fd00:1122:3344:1::1]:5353 generation = 1 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } uri = http://[fd00:1122:3344:1::1]:5353/config
95872023-07-19T18:50:09.228ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:1::1]:5353 generation = 1 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:1::1)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "e3bab659-d785-4994-aebf-ca90d30ab730", "date": "Wed, 19 Jul 2023 18:50:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
95882023-07-19T18:50:09.228ZINFOnexus (BackgroundTasks): DNS server now at generation 1 background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:1::1]:5353 generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
95892023-07-19T18:50:09.230ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:3::1]:5353 generation = 1 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:3::1)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "bbfc1fcc-fd2a-479c-b53a-1d9d83610294", "date": "Wed, 19 Jul 2023 18:50:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
95902023-07-19T18:50:09.230ZINFOnexus (BackgroundTasks): DNS server now at generation 1 background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:3::1]:5353 generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
95912023-07-19T18:50:09.231ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:2::1]:5353 generation = 1 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:2::1)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "26a7399f-6582-4c0e-a84a-f30704833ce7", "date": "Wed, 19 Jul 2023 18:50:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
95922023-07-19T18:50:09.231ZINFOnexus (BackgroundTasks): DNS server now at generation 1 background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:2::1]:5353 generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
95932023-07-19T18:50:09.233ZINFOnexus (BackgroundTasks): DNS propagation: done background_task = dns_propagation_internal dns_group = internal generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
95942023-07-19T18:50:09.233ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_propagation_internal dns_group = internal elapsed = 180.738639ms iteration = 15
95952023-07-19T18:50:17.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 0f3475ab-bbc3-4d42-8dfc-ecb505ce3921 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
95962023-07-19T18:50:27.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 5ddb2e9f-3e90-4590-ac7e-48124bbdad10 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
95972023-07-19T18:50:37.241ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 7d96e362-868e-4830-a50e-77099885152d response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
95982023-07-19T18:50:47.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = d0b39de6-54ee-4bf6-9786-ee765214a2a4 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
95992023-07-19T18:50:57.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 9c01fb5b-dc6c-4eb1-a80c-8989a535b453 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
96002023-07-19T18:51:07.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 301e851d-5ade-429e-a12b-3d6c62e7b76d response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
96012023-07-19T18:51:09.052ZDEBGnexus (BackgroundTasks): activating background_task = dns_propagation_internal dns_group = internal iteration = 16 reason = Timeout
96022023-07-19T18:51:09.052ZDEBGnexus (BackgroundTasks): activating background_task = dns_config_external dns_group = external iteration = 14 reason = Timeout
96032023-07-19T18:51:09.052ZDEBGnexus (BackgroundTasks): reading DNS version background_task = dns_config_external dns_group = external
96042023-07-19T18:51:09.052ZDEBGnexus (BackgroundTasks): activating background_task = external_endpoints iteration = 14 reason = Timeout
96052023-07-19T18:51:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
96062023-07-19T18:51:09.052ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
96072023-07-19T18:51:09.052ZDEBGnexus (BackgroundTasks): activating background_task = dns_config_internal dns_group = internal iteration = 14 reason = Timeout
96082023-07-19T18:51:09.052ZDEBGnexus (BackgroundTasks): activating background_task = dns_propagation_external dns_group = external iteration = 16 reason = Timeout
96092023-07-19T18:51:09.052ZDEBGnexus (BackgroundTasks): reading DNS version background_task = dns_config_internal dns_group = internal
96102023-07-19T18:51:09.052ZDEBGnexus (BackgroundTasks): activating background_task = dns_servers_internal dns_group = internal iteration = 14 reason = Timeout
96112023-07-19T18:51:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
96122023-07-19T18:51:09.052ZDEBGnexus (BackgroundTasks): activating background_task = dns_servers_external dns_group = external iteration = 14 reason = Timeout
96132023-07-19T18:51:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {} }
96142023-07-19T18:51:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {} }
96152023-07-19T18:51:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
96162023-07-19T18:51:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Database result = Ok(())
96172023-07-19T18:51:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Database result = Ok(())
96182023-07-19T18:51:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
96192023-07-19T18:51:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
96202023-07-19T18:51:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
96212023-07-19T18:51:09.052ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
96222023-07-19T18:51:09.052ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
96232023-07-19T18:51:09.053ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
96242023-07-19T18:51:09.054ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
96252023-07-19T18:51:09.055ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
96262023-07-19T18:51:09.055ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
96272023-07-19T18:51:09.055ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
96282023-07-19T18:51:09.055ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
96292023-07-19T18:51:09.058ZDEBGnexus (BackgroundTasks): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Fleet result = Ok(())
96302023-07-19T18:51:09.058ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
96312023-07-19T18:51:09.058ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
96322023-07-19T18:51:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Fleet result = Ok(())
96332023-07-19T18:51:09.059ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_internal dns_group = internal roles = RoleSet { roles: {} }
96342023-07-19T18:51:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_internal dns_group = internal resource = Database result = Ok(())
96352023-07-19T18:51:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Fleet result = Ok(())
96362023-07-19T18:51:09.059ZDEBGnexus (BackgroundTasks): roles background_task = dns_servers_external dns_group = external roles = RoleSet { roles: {} }
96372023-07-19T18:51:09.059ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_servers_external dns_group = external resource = Database result = Ok(())
96382023-07-19T18:51:09.060ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
96392023-07-19T18:51:09.060ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = DnsConfig result = Ok(())
96402023-07-19T18:51:09.060ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
96412023-07-19T18:51:09.060ZDEBGnexus (BackgroundTasks): found DNS servers (no change) addresses = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } background_task = dns_servers_internal current_servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } dns_group = internal
96422023-07-19T18:51:09.060ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_servers_internal dns_group = internal elapsed = 8.414128ms iteration = 14
96432023-07-19T18:51:09.061ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = DnsConfig result = Ok(())
96442023-07-19T18:51:09.061ZDEBGnexus (BackgroundTasks): found DNS version background_task = dns_config_internal dns_group = internal version = 1
96452023-07-19T18:51:09.061ZDEBGnexus (BackgroundTasks): reading DNS config background_task = dns_config_internal dns_group = internal
96462023-07-19T18:51:09.061ZDEBGnexus (BackgroundTasks): reading DNS zones background_task = dns_config_internal dns_group = internal
96472023-07-19T18:51:09.061ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
96482023-07-19T18:51:09.061ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
96492023-07-19T18:51:09.061ZDEBGnexus (BackgroundTasks): found DNS servers (no change) addresses = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } background_task = dns_servers_external current_servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } dns_group = external
96502023-07-19T18:51:09.061ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_servers_external dns_group = external elapsed = 9.469778ms iteration = 14
96512023-07-19T18:51:09.061ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
96522023-07-19T18:51:09.062ZDEBGnexus (BackgroundTasks): found DNS version background_task = dns_config_external dns_group = external version = 2
96532023-07-19T18:51:09.062ZDEBGnexus (BackgroundTasks): reading DNS config background_task = dns_config_external dns_group = external
96542023-07-19T18:51:09.062ZDEBGnexus (BackgroundTasks): reading DNS zones background_task = dns_config_external dns_group = external
96552023-07-19T18:51:09.062ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
96562023-07-19T18:51:09.062ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
96572023-07-19T18:51:09.062ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
96582023-07-19T18:51:09.063ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
96592023-07-19T18:51:09.066ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = DnsConfig result = Ok(())
96602023-07-19T18:51:09.066ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
96612023-07-19T18:51:09.066ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
96622023-07-19T18:51:09.066ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = DnsConfig result = Ok(())
96632023-07-19T18:51:09.066ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
96642023-07-19T18:51:09.067ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
96652023-07-19T18:51:09.067ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
96662023-07-19T18:51:09.067ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = DnsConfig result = Ok(())
96672023-07-19T18:51:09.067ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
96682023-07-19T18:51:09.067ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
96692023-07-19T18:51:09.067ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
96702023-07-19T18:51:09.068ZDEBGnexus (BackgroundTasks): found zones background_task = dns_config_internal count = 1 dns_group = internal
96712023-07-19T18:51:09.068ZDEBGnexus (BackgroundTasks): listing DNS names for zone background_task = dns_config_internal batch_size = 100 dns_group = internal dns_zone_id = 4f6e4429-6101-4a3f-b6e8-8d5b95ce25ae dns_zone_name = control-plane.oxide.internal found_so_far = 0 version = 1
96722023-07-19T18:51:09.068ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
96732023-07-19T18:51:09.068ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
96742023-07-19T18:51:09.068ZDEBGnexus (BackgroundTasks): found zones background_task = dns_config_external count = 1 dns_group = external
96752023-07-19T18:51:09.068ZDEBGnexus (BackgroundTasks): listing DNS names for zone background_task = dns_config_external batch_size = 100 dns_group = external dns_zone_id = ba9b905d-274e-4fd8-96b9-635f36ba4d80 dns_zone_name = oxide.test found_so_far = 0 version = 2
96762023-07-19T18:51:09.068ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
96772023-07-19T18:51:09.068ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
96782023-07-19T18:51:09.069ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
96792023-07-19T18:51:09.069ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
96802023-07-19T18:51:09.069ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {(Fleet, 001de000-1334-4000-8000-000000000000, "admin")} }
96812023-07-19T18:51:09.073ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = DnsConfig result = Ok(())
96822023-07-19T18:51:09.073ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_internal dns_group = internal roles = RoleSet { roles: {} }
96832023-07-19T18:51:09.073ZDEBGnexus (BackgroundTasks): authorize result action = ListChildren actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Fleet result = Ok(())
96842023-07-19T18:51:09.073ZDEBGnexus (BackgroundTasks): roles background_task = external_endpoints roles = RoleSet { roles: {} }
96852023-07-19T18:51:09.073ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_internal dns_group = internal resource = Database result = Ok(())
96862023-07-19T18:51:09.073ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = external_endpoints resource = Database result = Ok(())
96872023-07-19T18:51:09.074ZDEBGnexus (BackgroundTasks): authorize result action = Read actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = DnsConfig result = Ok(())
96882023-07-19T18:51:09.074ZDEBGnexus (BackgroundTasks): roles background_task = dns_config_external dns_group = external roles = RoleSet { roles: {} }
96892023-07-19T18:51:09.074ZDEBGnexus (BackgroundTasks): authorize result action = Query actor = Some(Actor::UserBuiltin { user_builtin_id: 001de000-05e4-4000-8000-000000000002, .. }) background_task = dns_config_external dns_group = external resource = Database result = Ok(())
96902023-07-19T18:51:09.075ZDEBGnexus (BackgroundTasks): found all DNS names for zone background_task = dns_config_internal dns_group = internal dns_zone_id = 4f6e4429-6101-4a3f-b6e8-8d5b95ce25ae dns_zone_name = control-plane.oxide.internal found_so_far = 40 version = 1
96912023-07-19T18:51:09.075ZDEBGnexus (BackgroundTasks): read DNS config background_task = dns_config_internal dns_group = internal nzones = 1 version = 1
96922023-07-19T18:51:09.075ZDEBGnexus (BackgroundTasks): found latest DNS generation (unchanged) background_task = dns_config_internal current_generation = 1 current_time_created = 2023-07-19 18:40:26.464738 UTC dns_group = internal generation = 1
96932023-07-19T18:51:09.075ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_config_internal dns_group = internal elapsed = 23.277944ms iteration = 14
96942023-07-19T18:51:09.075ZDEBGnexus (BackgroundTasks): found all DNS names for zone background_task = dns_config_external dns_group = external dns_zone_id = ba9b905d-274e-4fd8-96b9-635f36ba4d80 dns_zone_name = oxide.test found_so_far = 1 version = 2
96952023-07-19T18:51:09.075ZDEBGnexus (BackgroundTasks): read DNS config background_task = dns_config_external dns_group = external nzones = 1 version = 2
96962023-07-19T18:51:09.075ZDEBGnexus (BackgroundTasks): found latest DNS generation (unchanged) background_task = dns_config_external current_generation = 2 current_time_created = 2023-07-19 18:40:26.757200 UTC dns_group = external generation = 2
96972023-07-19T18:51:09.075ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_config_external dns_group = external elapsed = 23.521971ms iteration = 14
96982023-07-19T18:51:09.080ZDEBGnexus (BackgroundTasks): found Silo/DNS/TLS config (no change) background_task = external_endpoints config = ExternalEndpoints { by_dns_name: {"default-silo.sys.oxide.test": ExternalEndpoint { silo_id: 001de000-5110-4000-8000-000000000000, db_silo: Silo { identity: SiloIdentity { id: 001de000-5110-4000-8000-000000000000, name: Name(Name("default-silo")), description: "default silo", time_created: 2023-07-19T18:40:09.161047Z, time_modified: 2023-07-19T18:40:09.161047Z, time_deleted: None }, discoverable: false, authentication_mode: Local, user_provision_type: ApiOnly, mapped_fleet_roles: Object {}, rcgen: Generation(Generation(1)) }, tls_certs: [] }, "recovery.sys.oxide.test": ExternalEndpoint { silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, db_silo: Silo { identity: SiloIdentity { id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, name: Name(Name("recovery")), description: "built-in recovery Silo", time_created: 2023-07-19T18:40:26.706295Z, time_modified: 2023-07-19T18:40:26.706295Z, time_deleted: None }, discoverable: false, authentication_mode: Local, user_provision_type: ApiOnly, mapped_fleet_roles: Object {"admin": Array [String("admin")]}, rcgen: Generation(Generation(4)) }, tls_certs: [TlsCertificate { digest: "b80733c61402e25b1340276e5b094c554fc62f43df425c82e42a0cc7e1889e90" }] }}, warnings: [NoSiloCerts { silo_id: 001de000-5110-4000-8000-000000000000, dns_name: "default-silo.sys.oxide.test" }], default_endpoint: Some(ExternalEndpoint { silo_id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, db_silo: Silo { identity: SiloIdentity { id: ba553946-31a7-4fb2-829b-ed054d1ac8cc, name: Name(Name("recovery")), description: "built-in recovery Silo", time_created: 2023-07-19T18:40:26.706295Z, time_modified: 2023-07-19T18:40:26.706295Z, time_deleted: None }, discoverable: false, authentication_mode: Local, user_provision_type: ApiOnly, mapped_fleet_roles: Object {"admin": Array [String("admin")]}, rcgen: Generation(Generation(4)) }, tls_certs: [TlsCertificate { digest: "b80733c61402e25b1340276e5b094c554fc62f43df425c82e42a0cc7e1889e90" }] }) }
96992023-07-19T18:51:09.080ZDEBGnexus (BackgroundTasks): activation complete background_task = external_endpoints elapsed = 28.119976ms iteration = 14
97002023-07-19T18:51:09.221ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_external body = Some(Body) dns_group = external dns_server_url = http://[fd00:1122:3344:101::8]:5353 generation = 2 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } uri = http://[fd00:1122:3344:101::8]:5353/config
97012023-07-19T18:51:09.221ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_internal body = Some(Body) dns_group = internal dns_server_url = http://[fd00:1122:3344:2::1]:5353 generation = 1 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } uri = http://[fd00:1122:3344:2::1]:5353/config
97022023-07-19T18:51:09.370ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_external body = Some(Body) dns_group = external dns_server_url = http://[fd00:1122:3344:101::9]:5353 generation = 2 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] } uri = http://[fd00:1122:3344:101::9]:5353/config
97032023-07-19T18:51:09.370ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::9]:5353 generation = 2 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:101::9)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "5d5bb020-c129-41a4-b389-e4b4b2a4f4a5", "date": "Wed, 19 Jul 2023 18:51:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
97042023-07-19T18:51:09.370ZINFOnexus (BackgroundTasks): DNS server now at generation 2 background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::9]:5353 generation = 2 servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
97052023-07-19T18:51:09.371ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_internal body = Some(Body) dns_group = internal dns_server_url = http://[fd00:1122:3344:3::1]:5353 generation = 1 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } uri = http://[fd00:1122:3344:3::1]:5353/config
97062023-07-19T18:51:09.372ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::8]:5353 generation = 2 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:101::8)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "ef53571c-635c-4b06-b67d-36c21e13f5de", "date": "Wed, 19 Jul 2023 18:51:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
97072023-07-19T18:51:09.372ZINFOnexus (BackgroundTasks): DNS server now at generation 2 background_task = dns_propagation_external dns_group = external dns_server_url = http://[fd00:1122:3344:101::8]:5353 generation = 2 servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
97082023-07-19T18:51:09.373ZINFOnexus (BackgroundTasks): DNS propagation: done background_task = dns_propagation_external dns_group = external generation = 2 servers = DnsServersList { addresses: [[fd00:1122:3344:101::8]:5353, [fd00:1122:3344:101::9]:5353] }
97092023-07-19T18:51:09.373ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_propagation_external dns_group = external elapsed = 321.647838ms iteration = 16
97102023-07-19T18:51:09.402ZDEBGnexus (BackgroundTasks): client request background_task = dns_propagation_internal body = Some(Body) dns_group = internal dns_server_url = http://[fd00:1122:3344:1::1]:5353 generation = 1 method = PUT servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] } uri = http://[fd00:1122:3344:1::1]:5353/config
97112023-07-19T18:51:09.402ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:1::1]:5353 generation = 1 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:1::1)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "837c0900-215e-4002-b678-dc317caceed4", "date": "Wed, 19 Jul 2023 18:51:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
97122023-07-19T18:51:09.402ZINFOnexus (BackgroundTasks): DNS server now at generation 1 background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:1::1]:5353 generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
97132023-07-19T18:51:09.403ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:3::1]:5353 generation = 1 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:3::1)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "28e671b3-c4b9-4589-ba36-330314db6869", "date": "Wed, 19 Jul 2023 18:51:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
97142023-07-19T18:51:09.403ZINFOnexus (BackgroundTasks): DNS server now at generation 1 background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:3::1]:5353 generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
97152023-07-19T18:51:09.405ZDEBGnexus (BackgroundTasks): client response background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:2::1]:5353 generation = 1 result = Ok(Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv6(fd00:1122:3344:2::1)), port: Some(5353), path: "/config", query: None, fragment: None }, status: 204, headers: {"x-request-id": "838924e4-02eb-45a8-a461-5978e9c50c0a", "date": "Wed, 19 Jul 2023 18:51:09 GMT"} }) servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
97162023-07-19T18:51:09.405ZINFOnexus (BackgroundTasks): DNS server now at generation 1 background_task = dns_propagation_internal dns_group = internal dns_server_url = http://[fd00:1122:3344:2::1]:5353 generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
97172023-07-19T18:51:09.407ZINFOnexus (BackgroundTasks): DNS propagation: done background_task = dns_propagation_internal dns_group = internal generation = 1 servers = DnsServersList { addresses: [[fd00:1122:3344:2::1]:5353, [fd00:1122:3344:3::1]:5353, [fd00:1122:3344:1::1]:5353] }
97182023-07-19T18:51:09.407ZDEBGnexus (BackgroundTasks): activation complete background_task = dns_propagation_internal dns_group = internal elapsed = 355.238295ms iteration = 16
97192023-07-19T18:51:17.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = c54dbf22-944f-4cf0-a546-62d7da4fb76c response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
97202023-07-19T18:51:27.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 2b9f5945-f8bc-481e-b423-8c0e16a2cbf4 response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285
97212023-07-19T18:51:37.240ZINFOnexus (dropshot_internal): request completed local_addr = [fd00:1122:3344:101::c]:12221 method = GET remote_addr = [fd00:1122:3344:101::d]:33165 req_id = 3cdbdee9-6eeb-4645-8c3d-2f25fc5211cf response_code = 200 uri = /metrics/collect/4a7ff3a3-9085-43a5-a58b-0ff524515285