This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "Version": "2012-10-17", | |
| "Statement": [ | |
| { | |
| "Sid": "", | |
| "Effect": "Allow", | |
| "Principal": { | |
| "AWS": "arn:aws:iam::976280145156:root" | |
| }, | |
| "Action": "sts:AssumeRole", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "AWSTemplateFormatVersion":"2010-09-09", | |
| "Outputs":{ | |
| "OrcaRoleArn":{ | |
| "Value":{ | |
| "Fn::GetAtt":[ | |
| "OrcaSecurityRole", | |
| "Arn" | |
| ] | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://schema.management.azure.com/schemas/2018-05-01/subscriptionDeploymentTemplate.json#", | |
| "contentVersion": "1.0.0.0", | |
| "parameters": { | |
| "subscriptionsToOnboard": { | |
| "type": "array", | |
| "defaultValue": [ | |
| "5a7e9c2f-cc2f-4c79-a44f-79add00ec7d4" | |
| ], | |
| "metadata": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "dataRows": [ | |
| { | |
| "id": "1", | |
| "l7Protocol": "HTTPS", | |
| "request": { | |
| "startTime": 1649638271180, | |
| "connectionId": "0x6C488E5F161A65DA92706", | |
| "domain": "entitlement.diagnostics.office.com.", | |
| "uri": "/v1/supporteligibility", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Get-WmiObject -Class Win32_Product | Select-String "xxxx" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # install eksctl. | |
| $ brew install eksctl | |
| # Create a cluster. | |
| $ eksctl create cluster --name hisashiyamaguchi --fargate --region us-east-2 -p janrain | |
| Assume Role MFA token code: | |
| # Get clusters. | |
| $ eksctl get cluster --region us-east-2 -p janrain | |
| Assume Role MFA token code: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| sudo yum -y update | |
| sudo yum -y install firewalld | |
| sudo yum -y install kernel-devel-$(uname -r) | |
| sudo yum -y localinstall http://packetfence.org/downloads/PacketFence/RHEL8/packetfence-release-11.1.el8.noarch.rpm | |
| sudo yum -y install --enablerepo=packetfence packetfence |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| setspn -A HTTP/hisashiakamai.login.go.akamai-access.com@MINAMINA.LOCAL hisashiyamaguchi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ktpass /out hisashiyamaguchi.keytab /princ HTTP/hisashiakamai.login.go.akamai-access.com@MINAMINA.LOCAL /mapuser minamina@MINAMINA.LOCAL /pass "xxxx!" /crypto All /ptype KRB5_NT_PRINCIPAL |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "device_posture_signals": "https://signal.dps.akamai-access.com/", | |
| "token_endpoint_auth_methods_supported": [ | |
| "client_secret_post", | |
| "client_secret_basic", | |
| "client_secret_jwt" | |
| ], | |
| "code_challenge_methods_supported": [ | |
| "plain", | |
| "S256" |