Skip to content

Commit

Permalink
Merge pull request #3972 from zowe/apiml/test_jwt_default
Browse files Browse the repository at this point in the history
update jwtAutoconfiguration with jwt as default
  • Loading branch information
MarkAckert authored Sep 5, 2024
2 parents db32f49 + 782651f commit eec9862
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example-zowe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ components:
auth:
provider: zosmf
zosmf:
jwtAutoconfiguration: auto
jwtAutoconfiguration: jwt
serviceId: ibmzosmf
authorization:
endpoint:
Expand Down
4 changes: 2 additions & 2 deletions files/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ components:
auth:
provider: zosmf
zosmf:
jwtAutoconfiguration: auto
serviceId: zosmf
jwtAutoconfiguration: jwt
serviceId: ibmzosmf
authorization:
endpoint:
enabled: false
Expand Down

0 comments on commit eec9862

Please sign in to comment.