Skip to content

Commit

Permalink
fix: flex-linux-setup set jansTrustedClnt: true in casa client
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed Feb 24, 2022
1 parent 589f8a8 commit 78999c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion flex-linux-setup/flex_linux_setup/flex_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
parser.add_argument('--setup-branch', help="Jannsen setup github branch", default='main')
parser.add_argument('--flex-branch', help="Jannsen flex setup github branch", default='main')
parser.add_argument('--jans-branch', help="Jannsen github branch", default='main')
parser.add_argument('-casa-integration', help="Install Casa Integration", action='store_true')
parser.add_argument('--install-args', help="Arguments for Jannsen installatin application")
parser.add_argument('--setup-args', help="Arguments for Jannsen setup")

argsp = parser.parse_args()

Expand Down
3 changes: 2 additions & 1 deletion flex-linux-setup/flex_linux_setup/templates/casa_client.ldif
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ jansScope: inum=341A,ou=scopes,o=jans
jansSignedRespAlg: RS256
jansSubjectTyp: pairwise
jansTknEndpointAuthMethod: client_secret_basic
jansTrustedClnt: false
jansTrustedClnt: true

0 comments on commit 78999c0

Please sign in to comment.