Skip to content

Commit

Permalink
chore: publish CGW images (#3099)
Browse files Browse the repository at this point in the history
* chore: move babel to dev, modify webpack config, spring security

Signed-off-by: achmelo <[email protected]>

* publish zowe CGW image

Signed-off-by: achmelo <[email protected]>

* increase short ttl for token to 10s

Signed-off-by: achmelo <[email protected]>

---------

Signed-off-by: achmelo <[email protected]>
  • Loading branch information
achmelo authored Sep 25, 2023
1 parent 41c4597 commit c5fecb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-conformant-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
create-image-all-services-amd64:
strategy:
matrix:
service: [ gateway-service, discovery-service, api-catalog-services, caching-service, metrics-service ]
service: [ gateway-service, discovery-service, api-catalog-services, caching-service, metrics-service, cloud-gateway-service ]
os: [ ubuntu, ubi ]
include:
- os: ubuntu
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
strategy:
max-parallel: 1
matrix:
service: [ gateway-service, discovery-service, api-catalog-services, caching-service, metrics-service ]
service: [ gateway-service, discovery-service, api-catalog-services, caching-service, metrics-service, cloud-gateway-service ]
os: [ ubuntu, ubi ]
include:
- os: ubuntu
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
- create-image-all-services-s390x
strategy:
matrix:
service: [ gateway-service, discovery-service, api-catalog-services, caching-service, metrics-service ]
service: [ gateway-service, discovery-service, api-catalog-services, caching-service, metrics-service, cloud-gateway-service ]
os: [ ubuntu, ubi ]
runs-on: ubuntu-latest
if: ${{ inputs.service == 'all' }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public static class TokenProperties {
private int expirationInSeconds = 8 * 60 * 60;
private String issuer = "APIML";
private String shortTtlUsername = "expire";
private long shortTtlExpirationInSeconds = 1;
private long shortTtlExpirationInSeconds = 50;
}

//Cookie properties
Expand Down

0 comments on commit c5fecb5

Please sign in to comment.