-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into remove-subscriptions
- Loading branch information
Showing
21 changed files
with
198 additions
and
39 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,6 @@ on: | |
|
||
jobs: | ||
call-changelog-check-workflow: | ||
uses: ASFHyP3/actions/.github/workflows/[email protected].1 | ||
uses: ASFHyP3/actions/.github/workflows/[email protected].2 | ||
secrets: | ||
USER_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ on: | |
|
||
jobs: | ||
call-create-jira-issue-workflow: | ||
uses: ASFHyP3/actions/.github/workflows/[email protected].1 | ||
uses: ASFHyP3/actions/.github/workflows/[email protected].2 | ||
secrets: | ||
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }} | ||
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }} | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
expanded_max_vcpus: 3000 | ||
required_surplus: 3000 | ||
security_environment: EDC | ||
ami_id: image_id_ecs_amz2 | ||
ami_id: image_id_s1_ecs_amz2 | ||
distribution_url: 'https://d3gm2hf49xd6jj.cloudfront.net' | ||
|
||
- environment: hyp3-edc-uat | ||
|
@@ -52,17 +52,17 @@ jobs: | |
expanded_max_vcpus: 3000 | ||
required_surplus: 3000 | ||
security_environment: EDC | ||
ami_id: image_id_ecs_amz2 | ||
ami_id: image_id_s1_ecs_amz2 | ||
distribution_url: 'https://d1riv60tezqha9.cloudfront.net' | ||
|
||
environment: | ||
name: ${{ matrix.environment }} | ||
url: https://${{ matrix.domain }} | ||
|
||
steps: | ||
- uses: actions/checkout@v3.5.3 | ||
- uses: actions/checkout@v3.6.0 | ||
|
||
- uses: aws-actions/configure-aws-credentials@v2 | ||
- uses: aws-actions/configure-aws-credentials@v3 | ||
with: | ||
aws-access-key-id: ${{ secrets.V2_AWS_ACCESS_KEY_ID }} | ||
aws-secret-access-key: ${{ secrets.V2_AWS_SECRET_ACCESS_KEY }} | ||
|
@@ -98,10 +98,11 @@ jobs: | |
AMI_ID: ${{ matrix.ami_id }} | ||
INSTANCE_TYPES: ${{ matrix.instance_types }} | ||
DISTRIBUTION_URL: ${{ matrix.distribution_url }} | ||
AUTH_PUBLIC_KEY: ${{ secrets.AUTH_PUBLIC_KEY }} | ||
|
||
call-bump-version-workflow: | ||
if: github.ref == 'refs/heads/main' | ||
needs: deploy | ||
uses: ASFHyP3/actions/.github/workflows/[email protected].1 | ||
uses: ASFHyP3/actions/.github/workflows/[email protected].2 | ||
secrets: | ||
USER_TOKEN: ${{ secrets.TOOLS_BOT_PAK }} |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,4 @@ on: | |
|
||
jobs: | ||
call-labeled-pr-check-workflow: | ||
uses: ASFHyP3/actions/.github/workflows/[email protected].1 | ||
uses: ASFHyP3/actions/.github/workflows/[email protected].2 |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ on: | |
|
||
jobs: | ||
call-release-workflow: | ||
uses: ASFHyP3/actions/.github/workflows/[email protected].1 | ||
uses: ASFHyP3/actions/.github/workflows/[email protected].2 | ||
with: | ||
release_prefix: HyP3 | ||
secrets: | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ jobs: | |
flake8: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3.5.3 | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/setup-python@v4 | ||
with: | ||
python-version: 3.9 | ||
|
@@ -23,7 +23,7 @@ jobs: | |
matrix: | ||
security_environment: [ASF, EDC, JPL, JPL-public] | ||
steps: | ||
- uses: actions/checkout@v3.5.3 | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/setup-python@v4 | ||
with: | ||
python-version: 3.9 | ||
|
@@ -37,7 +37,7 @@ jobs: | |
openapi-spec-validator: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3.5.3 | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/setup-python@v4 | ||
with: | ||
python-version: 3.9 | ||
|
@@ -50,7 +50,7 @@ jobs: | |
statelint: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3.5.3 | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: ruby/setup-ruby@v1 | ||
with: | ||
ruby-version: 2.7 | ||
|
@@ -70,7 +70,7 @@ jobs: | |
snyk: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3.5.3 | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: snyk/actions/[email protected] | ||
- uses: actions/setup-python@v4 | ||
with: | ||
|
@@ -87,4 +87,4 @@ jobs: | |
snyk iac test --severity-threshold=high | ||
call-secrets-analysis-workflow: | ||
uses: ASFHyP3/actions/.github/workflows/[email protected].1 | ||
uses: ASFHyP3/actions/.github/workflows/[email protected].2 |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,9 +23,8 @@ Parameters: | |
Default: 14 | ||
|
||
AuthPublicKey: | ||
Description: Public key for jwt auth provider, if using https://auth.asf.alaska.edu then keep default. | ||
Description: Public key for jwt auth provider | ||
Type: String | ||
Default: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCnUEi9E+KNwH2hq0OXR4YyuVPQoNy6CtxQZv3VNXE+TRkmlo7nZbZXQp3JVQAvVaq+ixwNeSvCDI979UGA+SlUpryWy+XFJNAMDlIz9kBVYkTQdT8uFA8IN/fjN1jioOfgpbDJnSaKbb1/NsiTp9cesQQB0qiW5iUsGUfi3Y2x6r446KFt9oJqDzpR2MumKwmHX8tSe1AFUQG+5P4ncoZKS/2EPwfgTuiLW5f/9Duz4vt3peA/wJzBUWd5k9pOz44e2vAbwwLym2APpa7m740Ftyo2lXAZZkejg5MUUza1das5PjN7srt7jJwkBVqd27e1eKHAM4kzAMxcny3SBW2FC6pg6q04NZmPWN6A7y7GzLYJCBuqBwu4OWEzcc4KVkFyTVV+HGUlLX9n2iM4O5RML6+qx+DuK4Ml1kvEBObJ5ce7s4XaNFcg9XmymYiRpZUQmawD1/E5D1l1JNoXNNv8VlJ21c4QYWfmHIhKUF8/dwaRxl6GYd5CrdseEMZtjss88ncmml2cm+7tcpHHJi9Q/wsvAfV7RjFV5JW1PR2UPrATUpJxL+M9dFiGd0KROpqVQ4r6OLAnQQiOrWUquw/38a6JRPW4Y8MH3+JNJMm6MdhB8lFjEKzPic5qBzLJ4yQkOo8K/k0h0K88kT39tRIKVl4Upxvw3iPoVTDGWbkK1w== [email protected]\n | ||
|
||
AuthAlgorithm: | ||
Description: Algorithm for jwt auth provider, if using https://auth.asf.alaska.edu then keep default. | ||
|
Oops, something went wrong.