This commit is contained in:
Tamara Vitorino 2021-11-09 03:12:43 -08:00 committed by GitHub
commit 5ad21907c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 100042 additions and 2 deletions

File diff suppressed because it is too large Load Diff

2
aws.conf Normal file
View File

@ -0,0 +1,2 @@
aws_access_key_id: 'ABCdddANCk9pap'
aws_secret_access_key: "PP109JjkLMnBc+oOpKJ27VDbMEDkELAlk99A7EFF"

9
config.ini Normal file
View File

@ -0,0 +1,9 @@
[System A]
url = "http://example.com"
login = 'smith1'
password = 'gre#p'
[System B]
url = "https://contoso.com"
login = "Admin"
password = 'SuperSecretPassword'

View File

@ -1,3 +1,14 @@
<h1>Hello World!</h1>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Git Testes Tamara</title>
</head>
<body>
</html><h1>Hello World!</h1>
<p>This is a simple static website being served from Nginx running inside a Docker container!</p>
</body>

14
my.json Normal file
View File

@ -0,0 +1,14 @@
{
"info": {
"_postman_id": "99b761e4-ce42-479a-bf93-939568f884d7",
"name": "Managed Operations API",
"description": "# some really nice description",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"user": "John Doe",
"password" : "From1to6",
"token": "12qw23we34er45rt56ty67yu78ui89io90op",
"slack": "http://admin@SUPERTOKEM:slack.com
}
}
}

4
test.nomad Normal file
View File

@ -0,0 +1,4 @@
stats_service_aws_region: "us-east-44"
stats_service_aws_access_key_id: "1QAZ2WSX3EDC4RFV"
stats_service_aws_secret_access_key: "PKLmMaPc99+a1JK+PLKLPLbMEDkELM1q2w3e4r5t"
stats_service_sts_role_arn: "arn:aws:iam::0005056144333:role/stats-service-role"