Skip to content

Commit

Permalink
Merge pull request #110 from nationalarchives/fix/marklogic-use-https…
Browse files Browse the repository at this point in the history
…-value

Can now specify using HTTPS in MarkLogic
  • Loading branch information
jacksonj04 authored Oct 17, 2023
2 parents dc0a326 + d1fe7a0 commit 88998ce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
MarklogicHost=${{ secrets.MARKLOGIC_HOST }}
MarklogicPassword=${{ secrets.MARKLOGIC_PASSWORD }}
MarklogicUser=${{ secrets.MARKLOGIC_USER }}
MarklogicUseHttps=${{ vars.MARKLOGIC_USE_HTTPS }}
MaxRetries=${{ vars.MAX_RETRIES }}
NotifyApiKey=${{ secrets.NOTIFY_API_KEY }}
NotifyEditorialAddress=${{ vars.NOTIFY_EDITORIAL_ADDRESS }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
MarklogicHost=${{ secrets.MARKLOGIC_HOST }}
MarklogicPassword=${{ secrets.MARKLOGIC_PASSWORD }}
MarklogicUser=${{ secrets.MARKLOGIC_USER }}
MarklogicUseHttps=${{ vars.MARKLOGIC_USE_HTTPS }}
MaxRetries=${{ vars.MAX_RETRIES }}
NotifyApiKey=${{ secrets.NOTIFY_API_KEY }}
NotifyEditorialAddress=${{ vars.NOTIFY_EDITORIAL_ADDRESS }}
Expand Down
4 changes: 4 additions & 0 deletions template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ Parameters:
MarklogicUser:
Description: "MARKLOGIC_USER"
Type: "String"
MarklogicUseHttps:
Description: "MARKLOGIC_USE_HTTPS"
Type: "String"
MaxRetries:
Description: "MAX_RETRIES"
Type: "String"
Expand Down Expand Up @@ -71,6 +74,7 @@ Resources:
MARKLOGIC_HOST: !Ref MarklogicHost
MARKLOGIC_PASSWORD: !Ref MarklogicPassword
MARKLOGIC_USER: !Ref MarklogicUser
MARKLOGIC_USE_HTTPS: !Ref MarklogicUseHttps
MAX_RETRIES: !Ref MaxRetries
NOTIFY_API_KEY: !Ref NotifyApiKey
NOTIFY_EDITORIAL_ADDRESS: !Ref NotifyEditorialAddress
Expand Down

0 comments on commit 88998ce

Please sign in to comment.