Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
6f9ffe19
Commit
6f9ffe19
authored
2 years ago
by
saiakhil46
Browse files
Options
Download
Patches
Plain Diff
updated certificatesign helm_chart
parent
2a6ebf80
upstream/release-5.1.0-vdn
login-changes
loginRegisterBtn
prasath-release-5.1.0
release-5.1.0
release-5.1.0-api
release-5.1.0-apiuat
release-5.1.0-bulk-enrol-unenrol
release-5.1.0-uat
release-5.1.0-uatLatest
release-5.1.0-uatapi
release-5.1.0-upsmf-prod
release-uat-nginx
revert-5-login-changes
release-5.1.0_RC3
release-5.1.0_RC2
release-5.1.0_RC1
1 merge request
!16
Release 5.1.0 api
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
kubernetes/helm_charts/sunbird-RC/certificatesign/configs/config.json
+2
-2
...elm_charts/sunbird-RC/certificatesign/configs/config.json
kubernetes/helm_charts/sunbird-RC/certificatesign/values.j2
+2
-3
kubernetes/helm_charts/sunbird-RC/certificatesign/values.j2
with
4 additions
and
5 deletions
+4
-5
kubernetes/helm_charts/sunbird-RC/certificatesign/configs/config.json
+
2
−
2
View file @
6f9ffe19
{
{
"issuers"
:
{
"issuers"
:
{
"default"
:
{
"default"
:
{
"publicKey"
:
{{
CERTIFICATE_PUBLIC_KEY
|
default(
""
)
}},
"publicKey"
:
"
{{ CERTIFICATE
SIGN
_PUBLIC_KEY | default(
''
) }}
"
,
"privateKey"
:
{{
CERTIFICATE_PRIVATE_KEY
|
default(
""
)
}},
"privateKey"
:
"
{{ CERTIFICATE
SIGN
_PRIVATE_KEY | default(
''
) }}
"
,
"signatureType"
:
"RSA"
,
"signatureType"
:
"RSA"
,
"verificationMethod"
:
"did:india"
,
"verificationMethod"
:
"did:india"
,
"$comment"
:
"The above are test keys and it needs to be replaced before going to production"
"$comment"
:
"The above are test keys and it needs to be replaced before going to production"
...
...
This diff is collapsed.
Click to expand it.
kubernetes/helm_charts/sunbird-RC/certificatesign/values.j2
+
2
−
3
View file @
6f9ffe19
...
@@ -31,8 +31,7 @@ certificatesignenv:
...
@@ -31,8 +31,7 @@ certificatesignenv:
PORT: "8079"
PORT: "8079"
QR_TYPE: {{ QR_TYPE|default('URL') }}
QR_TYPE: {{ QR_TYPE|default('URL') }}
CERTIFICATE_DOMAIN_URL: "https://{{domain_name}}"
CERTIFICATE_DOMAIN_URL: "https://{{domain_name}}"
CERTIFICATE_PUBLIC_KEY: {{CERTIFICATE_PUBLIC_KEY | default("''")}}
CERTIFICATE_PUBLIC_KEY: "{{ CERTIFICATESIGN_PUBLIC_KEY | default('') }}"
CERTIFICATE_PRIVATE_KEY: |-
CERTIFICATE_PRIVATE_KEY: "{{ CERTIFICATESIGN_PRIVATE_KEY | default('') }}"
{{ CERTIFICATE_PRIVATE_KEY | default("''") | indent(width=4) }}
SIGNING_KEY_TYPE: "{{ SIGNING_KEY_TYPE|default('RSA')}}"
SIGNING_KEY_TYPE: "{{ SIGNING_KEY_TYPE|default('RSA')}}"
CACHE_CONTEXT_URLS: "{{ cache_context_urls | default(upstream_url + '/schema/v1_context.json,' + upstream_url + '/schema/sunbird_context.json,' + upstream_url + '/schema/credential_template.json') }}"
CACHE_CONTEXT_URLS: "{{ cache_context_urls | default(upstream_url + '/schema/v1_context.json,' + upstream_url + '/schema/sunbird_context.json,' + upstream_url + '/schema/credential_template.json') }}"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets