Skip to content

Commit

Permalink
Automated repo sync 20211119
Browse files Browse the repository at this point in the history
Rotate IKS_PIPELINE_IAM_APIKEY (#2217)
  • Loading branch information
iksrochpub committed Nov 19, 2021
1 parent ae5aeda commit 2b32eb4
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repos:
# You are encouraged to use static refs such as tags, instead of branch name
#
# Running "pre-commit autoupdate" would automatically updates rev to latest tag
rev: 0.13.1+ibm.38.dss
rev: 0.13.1+ibm.46.dss
hooks:
- id: detect-secrets # pragma: whitelist secret
# Add options for detect-secrets-hook binary. You can run `detect-secrets-hook --help` to list out all possible options.
Expand Down
22 changes: 17 additions & 5 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@
"files": "go.sum|^.secrets.baseline$",
"lines": null
},
"generated_at": "2021-06-24T17:28:14Z",
"generated_at": "2021-11-18T16:57:11Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
},
{
"name": "ArtifactoryDetector"
},
{
"name": "AzureStorageKeyDetector"
},
{
"base64_limit": 4.5,
"name": "Base64HighEntropyString"
Expand All @@ -28,6 +31,9 @@
"ghe_instance": "github.ibm.com",
"name": "GheDetector"
},
{
"name": "GitHubTokenDetector"
},
{
"hex_limit": 3,
"name": "HexHighEntropyString"
Expand All @@ -48,6 +54,9 @@
{
"name": "MailchimpDetector"
},
{
"name": "NpmDetector"
},
{
"name": "PrivateKeyDetector"
},
Expand All @@ -57,6 +66,9 @@
{
"name": "SoftlayerDetector"
},
{
"name": "SquareOAuthDetector"
},
{
"name": "StripeDetector"
},
Expand All @@ -67,7 +79,7 @@
"results": {
"addons/calicoctl.yml": [
{
"hashed_secret": "029ca3fcc6d777d5529be8318f4334f164833599",
"hashed_secret": "8749bc355bd9eb8b177f44f42edc3252de0bf56e",
"is_secret": false,
"is_verified": false,
"line_number": 21,
Expand All @@ -77,7 +89,7 @@
],
"addons/vpcctl.yml": [
{
"hashed_secret": "75ce1416342ff111e02b7c6896c2646989444527",
"hashed_secret": "ab59b350d1a2492403076363c08d0058afab60bd",
"is_secret": false,
"is_verified": false,
"line_number": 20,
Expand Down Expand Up @@ -125,7 +137,7 @@
"verified_result": null
}
],
"travis-secret-metadata/ALL_GLOBAL_UPDATE_IKS_PIPELINE_IAM_APIKEY_20201116.yaml": [
"travis-secret-metadata/ALL_GLOBAL_UPDATE_IKS_PIPELINE_IAM_APIKEY_20211116.yaml": [
{
"hashed_secret": "3eb416223e9e69e6bb8ee19793911ad1ad2027d8",
"is_secret": false,
Expand All @@ -146,7 +158,7 @@
}
]
},
"version": "0.13.1+ibm.38.dss",
"version": "0.13.1+ibm.46.dss",
"word_list": {
"file": null,
"hash": null
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dist: bionic

env:
global:
- IKS_PIPELINE_IAM_APIKEY="${ALL_GLOBAL_UPDATE_IKS_PIPELINE_IAM_APIKEY_20201116}"
- IKS_PIPELINE_IAM_APIKEY="${ALL_GLOBAL_UPDATE_IKS_PIPELINE_IAM_APIKEY_20211116}"
- registry_iam_api_key="${PROD_GLOBAL_UPDATE_ARMADA_UPDATE_BUILD_REGISTRY_API_KEY_20210423}"
- GHE_TOKEN="${ALL_GLOBAL_UPDATE_IKSROCH1_GHE_TOKEN_20210520}"
- TRAVIS_HOSTNAME="travis.ibm.com"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# ******************************************************************************
teamName: ibm
teamLeadEmail: [email protected]
secretName: ALL_GLOBAL_UPDATE_IKS_PIPELINE_IAM_APIKEY_20201116
secretName: ALL_GLOBAL_UPDATE_IKS_PIPELINE_IAM_APIKEY_20211116
purposeOfSecret: |
IAM APIKey used by build-tools to generate ARTIFACTORY_API_KEY
emailOfPersonThatGenerated: [email protected]

0 comments on commit 2b32eb4

Please sign in to comment.