Skip to content

Commit

Permalink
Merge pull request #3729 from atlanhq/dg1908
Browse files Browse the repository at this point in the history
Added secure in ATLASSESSIONID Cookie.
  • Loading branch information
hr2904 authored Nov 13, 2024
2 parents a2c9133 + f227a68 commit 57eff30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
- beta
- development
- master
- lineageondemand
- dg1908

jobs:
build:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Build with Maven
run: |
branch_name=${{ steps.get_branch.outputs.branch }}
if [[ $branch_name == 'main' || $branch_name == 'master' || $branch_name == 'lineageondemand' ]]
if [[ $branch_name == 'main' || $branch_name == 'master' || $branch_name == 'dg1908' ]]
then
echo "build without dashboard"
chmod +x ./build.sh && ./build.sh build_without_dashboard
Expand Down
1 change: 1 addition & 0 deletions webapp/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
<cookie-config>
<name>ATLASSESSIONID</name>
<http-only>true</http-only>
<secure>true</secure>
</cookie-config>
</session-config>

Expand Down

0 comments on commit 57eff30

Please sign in to comment.