Merge pull request #2 from jvitorinoj/tamara

Teste githubactions secrets
This commit is contained in:
jvitorinoj 2021-07-22 18:07:30 -03:00 committed by GitHub
commit 4b27003921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 100029 additions and 0 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'

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"