Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Commit d80889b

Browse files
committed
fixes #79 update private keystore path to relative in jwt.yml
1 parent 12b839d commit d80889b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

db/mysql/config/oauth2-code/jwt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Signature private key that used to sign JWT tokens.
55
key:
66
kid: '100' # kid that used to sign the JWT tokens. It will be shown up in the token header.
7-
filename: "/config/oauth/primary.jks" # private key that is used to sign JWT tokens.
7+
filename: "oauth/primary.jks" # private key that is used to sign JWT tokens.
88
password: password # password for the private key. It should be set during deployment time along with pk
99
keyName: selfsigned # key name that is used to identify the right key in keystore.
1010
issuer: urn:com:networknt:oauth2:v1 # default issuer of the JWT token

db/mysql/config/oauth2-token/jwt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Signature private key that used to sign JWT tokens.
55
key:
66
kid: '100' # kid that used to sign the JWT tokens. It will be shown up in the token header.
7-
filename: "/config/oauth/primary.jks" # private key that is used to sign JWT tokens.
7+
filename: "oauth/primary.jks" # private key that is used to sign JWT tokens.
88
password: password # password for the private key. It should be set during deployment time along with pk
99
keyName: selfsigned # key name that is used to identify the right key in keystore.
1010
issuer: urn:com:networknt:oauth2:v1 # default issuer of the JWT token

db/oracle/config/oauth2-code/jwt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Signature private key that used to sign JWT tokens.
55
key:
66
kid: '100' # kid that used to sign the JWT tokens. It will be shown up in the token header.
7-
filename: "/config/oauth/primary.jks" # private key that is used to sign JWT tokens.
7+
filename: "oauth/primary.jks" # private key that is used to sign JWT tokens.
88
password: password # password for the private key. It should be set during deployment time along with pk
99
keyName: selfsigned # key name that is used to identify the right key in keystore.
1010
issuer: urn:com:networknt:oauth2:v1 # default issuer of the JWT token

db/oracle/config/oauth2-token/jwt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Signature private key that used to sign JWT tokens.
55
key:
66
kid: '100' # kid that used to sign the JWT tokens. It will be shown up in the token header.
7-
filename: "/config/oauth/primary.jks" # private key that is used to sign JWT tokens.
7+
filename: "oauth/primary.jks" # private key that is used to sign JWT tokens.
88
password: password # password for the private key. It should be set during deployment time along with pk
99
keyName: selfsigned # key name that is used to identify the right key in keystore.
1010
issuer: urn:com:networknt:oauth2:v1 # default issuer of the JWT token

db/postgres/config/oauth2-code/jwt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Signature private key that used to sign JWT tokens.
55
key:
66
kid: '100' # kid that used to sign the JWT tokens. It will be shown up in the token header.
7-
filename: "/config/oauth/primary.jks" # private key that is used to sign JWT tokens.
7+
filename: "oauth/primary.jks" # private key that is used to sign JWT tokens.
88
password: password # password for the private key. It should be set during deployment time along with pk
99
keyName: selfsigned # key name that is used to identify the right key in keystore.
1010
issuer: urn:com:networknt:oauth2:v1 # default issuer of the JWT token

db/postgres/config/oauth2-token/jwt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Signature private key that used to sign JWT tokens.
55
key:
66
kid: '100' # kid that used to sign the JWT tokens. It will be shown up in the token header.
7-
filename: "/config/oauth/primary.jks" # private key that is used to sign JWT tokens.
7+
filename: "oauth/primary.jks" # private key that is used to sign JWT tokens.
88
password: password # password for the private key. It should be set during deployment time along with pk
99
keyName: selfsigned # key name that is used to identify the right key in keystore.
1010
issuer: urn:com:networknt:oauth2:v1 # default issuer of the JWT token

0 commit comments

Comments
 (0)