Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: ED-1175 Standalone helm chart for Learner service #1159

Merged
merged 21 commits into from
Feb 22, 2023

Conversation

beepdot
Copy link
Contributor

@beepdot beepdot commented Feb 19, 2023

This PR introduces a standalone helm chart for learner service and learner opa policies. There is no dependency on ansible with this chart. If an adopter wants to use only this microservice for their use case, they can take the helm/learner/learner_sample_values.yaml values file into their private repo and change as per their need. If an adopter wants to take the entire Lern BB, then their would be a separate lern_bb_values_sample.yaml file which would be a superset of all the values belonging to the Lern BB.

This PR includes the following -

  • Includes learner service and learner opa policies standalone charts
  • Adds the learner opa policy chart as a dependency to avoid tight coupling
  • Adds the common opa policy chart as a dependency which comes from an external helm repository
  • Adds the user access keys chart as a dependency (via common opa policy dependency)
  • Adds the common templates chart as a dependency (via common opa policy dependency)

Templating command:

helm template helm/learner -f helm/learner/learner_sample_values.yaml

Note:

  • The index.yaml is pointing to the fork url. This needs to be changed to the official helm repository url after creation of the repository and these packages (*.tgz) should be moved to the official helm repository.
  • The .github/workflows/static.yml file also needs to be updated as per the helm repository location or can be removed if not required

Common charts which are a dependency are published here - https://github.com/Sunbird-Ed/sunbird-helmchart-templates
Reference PR for common charts - Sunbird-Ed/sunbird-helmchart-common#1

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>
Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>
Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>
Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>
Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>
Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>
Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>
Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>
Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>
Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>
Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>
Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>
Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>
Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>
Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>
Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>
Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>
Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>
Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>
Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>
Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>
@sonarcloud
Copy link

sonarcloud bot commented Feb 19, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@reshmi-nair reshmi-nair merged commit 19ebd10 into Sunbird-Lern:release-5.2.0 Feb 22, 2023
reshmi-nair added a commit that referenced this pull request Apr 17, 2023
* feat: ED-1175 Standalone helm chart for Learner service (#1159)

* Issue #LR-101 feat: Moved cassandra.cql to sunbird-utils repo as V1.0_cassandra.cql in cassandra-migration module. And removing sunbirdplugin references. (#1161)

* LR-329 - Test Automation for CSP (#1160)
---------

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>
Co-authored-by: Keshav Prasad <keshavprasadms@gmail.com>
Co-authored-by: Anil Gupta <ani2824@gmail.com>
Co-authored-by: Bharathwaj <32808916+BharathwajShankar@users.noreply.github.com>
reshmi-nair added a commit that referenced this pull request Apr 18, 2023
* feat: ED-1175 Standalone helm chart for Learner service (#1159)

* feat: adding learner subchart

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* feat: adding new templates and vars

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: updated message

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: ignore vscode files

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: adding few templates

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: updated confimap

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: adding other manifests

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: adding sample file

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: added code for polices and keys

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: updated opa policy files

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: modified charts

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: moved templates to template repo

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: added dependencies

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: intrim commit

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* feat: adding package and updated dependencies

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* feat: updated dependencies

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* feat: removed package

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: removed unnecessary packages

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: added static build file

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: updated checks for vars

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* feat: adding learner package

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

---------

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* Issue #LR-101 feat: Moved cassandra.cql to sunbird-utils repo as V1.0_cassandra.cql in cassandra-migration module. And removing sunbirdplugin references. (#1161)

* LR-329 - Test Automation for CSP (#1160)

* LR-306 - Test Automation for CSP

---------

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>
Co-authored-by: Keshav Prasad <keshavprasadms@gmail.com>
Co-authored-by: Anil Gupta <ani2824@gmail.com>
Co-authored-by: Bharathwaj <32808916+BharathwajShankar@users.noreply.github.com>
reshmi-nair pushed a commit that referenced this pull request Apr 25, 2023
* feat: ED-1175 Standalone helm chart for Learner service (#1159)

* feat: adding learner subchart

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* feat: adding new templates and vars

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: updated message

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: ignore vscode files

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: adding few templates

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: updated confimap

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: adding other manifests

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: adding sample file

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: added code for polices and keys

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: updated opa policy files

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: modified charts

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: moved templates to template repo

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: added dependencies

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: intrim commit

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* feat: adding package and updated dependencies

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* feat: updated dependencies

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* feat: removed package

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: removed unnecessary packages

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: added static build file

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: updated checks for vars

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* feat: adding learner package

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

---------

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* Issue #LR-101 feat: Moved cassandra.cql to sunbird-utils repo as V1.0_cassandra.cql in cassandra-migration module. And removing sunbirdplugin references. (#1161)

* LR-329 - Test Automation for CSP (#1160)

* LR-306 - Test Automation for CSP

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

---------

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>
Co-authored-by: Keshav Prasad <keshavprasadms@gmail.com>
Co-authored-by: Anil Gupta <ani2824@gmail.com>
Co-authored-by: Bharathwaj <32808916+BharathwajShankar@users.noreply.github.com>
Co-authored-by: Jayaprakash8887 <Jayaprakash.narayanaswamy@tarento.com>
AmiableAnil added a commit that referenced this pull request Aug 7, 2023
* Issue #LR-456 feat:updating the readme.md file with lms service setup

* Issue #LR-443 feat:updating the readme.md file with lms service setup

* Issue #LR-422 feat: Pointed the channel create and update to content-… (#1172)

* Issue #LR-422 feat: Pointed the channel create and update to content-service instead on learning-service.

* Issue #LR-422 feat: Removed unused variables

* Issue #LR-422 feat: Removed the authorization header as it is calling the pod directly.

* Issue #LR-443 feat:updating the readme.md file with lms service setup

* Issue #LR-443 feat:updating the readme.md file with lms service setup

* Issue #LR-443 feat:updating the readme.md file with lms service setup

* Issue #LR-443 feat:updating the readme.md file with lms service setup

* Issue #LR-443 feat:updating the readme.md file with lms service setup

* Issue #LR-443 feat:updating the readme.md file with lms service setup

* Issue #LR-443 feat:updating the readme.md file with lms service setup

* Issue #LR-517 feat: new API to upload public encryption key (#1173)

* feat: ED-1175 Standalone helm chart for Learner service (#1159)

* feat: adding learner subchart

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* feat: adding new templates and vars

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: updated message

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: ignore vscode files

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: adding few templates

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: updated confimap

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: adding other manifests

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: adding sample file

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: added code for polices and keys

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: updated opa policy files

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: modified charts

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: moved templates to template repo

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: added dependencies

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: intrim commit

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* feat: adding package and updated dependencies

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* feat: updated dependencies

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* feat: removed package

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: removed unnecessary packages

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: added static build file

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: updated checks for vars

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* feat: adding learner package

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

---------

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* Issue #LR-101 feat: Moved cassandra.cql to sunbird-utils repo as V1.0_cassandra.cql in cassandra-migration module. And removing sunbirdplugin references. (#1161)

* LR-329 - Test Automation for CSP (#1160)

* LR-306 - Test Automation for CSP

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

---------

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>
Co-authored-by: Keshav Prasad <keshavprasadms@gmail.com>
Co-authored-by: Anil Gupta <ani2824@gmail.com>
Co-authored-by: Bharathwaj <32808916+BharathwajShankar@users.noreply.github.com>
Co-authored-by: Jayaprakash8887 <Jayaprakash.narayanaswamy@tarento.com>

* Lr 443 local setup of user org ubuntu mac GitHub and microsite update (#1176)

* Issue #LR-443 feat:updating the readme.md file with lms service setup

* Issue #LR-517 feat: new API to upload public encryption key (#1175)

* Issue #LR-517 feat: new API to upload public encryption key

---------

Co-authored-by: Jayaprakash8887 <Jayaprakash.narayanaswamy@tarento.com>

* Update README.md (#1180)

Added Mac M1 commends

* Issue #LR-517 feat: Tenant Preference settings update (#1181)

* Issue #LR-517 feat: new API to upload public encryption key
---------

Co-authored-by: Jayaprakash8887 <Jayaprakash.narayanaswamy@tarento.com>

* Update README.md (#1182)

Updated the Mac m1 pre-requests

* updated telemetry version (#1183)

* Issue #LR-566 merge: Local sunbird keycloak setup (#1185)

* Issue #LR-566 feat: Local sunbird keycloak setup (#1186)

* Issue #LR-566 merge: Local sunbird keycloak setup (#1187)

* Issue #LR-566 merge: Local sunbird keycloak setup (#1188)

* Issue #LR-566 feat: Local sunbird keycloak setup (#1189)

* Issue #LR-566 merge: Local sunbird keycloak setup (#1192)

* Issue #LR-566 merge: Local sunbird keycloak setup (#1193)

* Issue #LR-566 merge: Local sunbird keycloak setup (#1194)

* Issue #LR-560 feat: Local sunbird keycloak setup (#1195)

* Issue #LR-566 feat: Local sunbird keycloak setup

---------

Co-authored-by: Jayaprakash8887 <Jayaprakash.narayanaswamy@tarento.com>

* Issue #LR-560 merge: Local sunbird keycloak setup (#1198)

* Delete userorg-config.sh

* Issue #LR-560 merge: Local sunbird keycloak integration with local user-org setup (#1199)

* Issue #Issue LR-625 merge: key not uploading when same old name is used (#1205)

* Issue #LR-627 merge: OCI CSP changes from release-5.0.2 to release-5.3.0 (#1210)

* Issue #LR-627 feat: Removed the dead code from the repo to make it cl… (#1211)

* LR-627-userorg csp changes merging to release-5.4.0-1

* Update .gitignore

* LR-627-userorg csp changes merging to release-5.4.0-2

* LR-627-userorg csp changes merging to release-5.4.0-3

* LR-627-userorg csp changes merging to release-5.4.0-4

* LR-627-userorg csp changes merging to release-5.4.0-4

* LR-627-userorg csp changes merging to release-5.4.0-5

---------

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>
Co-authored-by: BharathwajShankar <saialumnibharathwaj@gmail.com>
Co-authored-by: Anil Gupta <ani2824@gmail.com>
Co-authored-by: Jayaprakash8887 <jayaprakash.n@tarento.com>
Co-authored-by: Keshav Prasad <keshavprasadms@gmail.com>
Co-authored-by: Bharathwaj <32808916+BharathwajShankar@users.noreply.github.com>
Co-authored-by: Jayaprakash8887 <Jayaprakash.narayanaswamy@tarento.com>
Co-authored-by: Paluru Abhign Sai <sai@ekstep.org>
Co-authored-by: Reshmi V Nair <54312456+reshmi-nair@users.noreply.github.com>
AmiableAnil added a commit that referenced this pull request Nov 29, 2023
* Issue #LR-583 merge: From release-5.3.0 to master (#1202) (#1203)

* Issue #LR-102 feat:Ability for Lern to connect to shared instances (#1204)

* Issue #LR-102 feat:Ability for Lern to connect to shared instances

* Issue #LR-625 merge:  key not uploading when same old name is used (#1206)

* LR-627-userorg csp changes merging to release-5.4.0 (#1213)

* Issue #LR-456 feat:updating the readme.md file with lms service setup

* Issue #LR-443 feat:updating the readme.md file with lms service setup

* Issue #LR-422 feat: Pointed the channel create and update to content-… (#1172)

* Issue #LR-422 feat: Pointed the channel create and update to content-service instead on learning-service.

* Issue #LR-422 feat: Removed unused variables

* Issue #LR-422 feat: Removed the authorization header as it is calling the pod directly.

* Issue #LR-443 feat:updating the readme.md file with lms service setup

* Issue #LR-443 feat:updating the readme.md file with lms service setup

* Issue #LR-443 feat:updating the readme.md file with lms service setup

* Issue #LR-443 feat:updating the readme.md file with lms service setup

* Issue #LR-443 feat:updating the readme.md file with lms service setup

* Issue #LR-443 feat:updating the readme.md file with lms service setup

* Issue #LR-443 feat:updating the readme.md file with lms service setup

* Issue #LR-517 feat: new API to upload public encryption key (#1173)

* feat: ED-1175 Standalone helm chart for Learner service (#1159)

* feat: adding learner subchart

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* feat: adding new templates and vars

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: updated message

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: ignore vscode files

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: adding few templates

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: updated confimap

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: adding other manifests

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: adding sample file

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: added code for polices and keys

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: updated opa policy files

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: modified charts

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: moved templates to template repo

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: added dependencies

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: intrim commit

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* feat: adding package and updated dependencies

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* feat: updated dependencies

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* feat: removed package

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: removed unnecessary packages

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: added static build file

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* fix: updated checks for vars

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* feat: adding learner package

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

---------

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>

* Issue #LR-101 feat: Moved cassandra.cql to sunbird-utils repo as V1.0_cassandra.cql in cassandra-migration module. And removing sunbirdplugin references. (#1161)

* LR-329 - Test Automation for CSP (#1160)

* LR-306 - Test Automation for CSP

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

* Issue #LR-517 feat: new API to upload public encryption key

---------

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>
Co-authored-by: Keshav Prasad <keshavprasadms@gmail.com>
Co-authored-by: Anil Gupta <ani2824@gmail.com>
Co-authored-by: Bharathwaj <32808916+BharathwajShankar@users.noreply.github.com>
Co-authored-by: Jayaprakash8887 <Jayaprakash.narayanaswamy@tarento.com>

* Lr 443 local setup of user org ubuntu mac GitHub and microsite update (#1176)

* Issue #LR-443 feat:updating the readme.md file with lms service setup

* Issue #LR-517 feat: new API to upload public encryption key (#1175)

* Issue #LR-517 feat: new API to upload public encryption key

---------

Co-authored-by: Jayaprakash8887 <Jayaprakash.narayanaswamy@tarento.com>

* Update README.md (#1180)

Added Mac M1 commends

* Issue #LR-517 feat: Tenant Preference settings update (#1181)

* Issue #LR-517 feat: new API to upload public encryption key
---------

Co-authored-by: Jayaprakash8887 <Jayaprakash.narayanaswamy@tarento.com>

* Update README.md (#1182)

Updated the Mac m1 pre-requests

* updated telemetry version (#1183)

* Issue #LR-566 merge: Local sunbird keycloak setup (#1185)

* Issue #LR-566 feat: Local sunbird keycloak setup (#1186)

* Issue #LR-566 merge: Local sunbird keycloak setup (#1187)

* Issue #LR-566 merge: Local sunbird keycloak setup (#1188)

* Issue #LR-566 feat: Local sunbird keycloak setup (#1189)

* Issue #LR-566 merge: Local sunbird keycloak setup (#1192)

* Issue #LR-566 merge: Local sunbird keycloak setup (#1193)

* Issue #LR-566 merge: Local sunbird keycloak setup (#1194)

* Issue #LR-560 feat: Local sunbird keycloak setup (#1195)

* Issue #LR-566 feat: Local sunbird keycloak setup

---------

Co-authored-by: Jayaprakash8887 <Jayaprakash.narayanaswamy@tarento.com>

* Issue #LR-560 merge: Local sunbird keycloak setup (#1198)

* Delete userorg-config.sh

* Issue #LR-560 merge: Local sunbird keycloak integration with local user-org setup (#1199)

* Issue #Issue LR-625 merge: key not uploading when same old name is used (#1205)

* Issue #LR-627 merge: OCI CSP changes from release-5.0.2 to release-5.3.0 (#1210)

* Issue #LR-627 feat: Removed the dead code from the repo to make it cl… (#1211)

* LR-627-userorg csp changes merging to release-5.4.0-1

* Update .gitignore

* LR-627-userorg csp changes merging to release-5.4.0-2

* LR-627-userorg csp changes merging to release-5.4.0-3

* LR-627-userorg csp changes merging to release-5.4.0-4

* LR-627-userorg csp changes merging to release-5.4.0-4

* LR-627-userorg csp changes merging to release-5.4.0-5

---------

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>
Co-authored-by: BharathwajShankar <saialumnibharathwaj@gmail.com>
Co-authored-by: Anil Gupta <ani2824@gmail.com>
Co-authored-by: Jayaprakash8887 <jayaprakash.n@tarento.com>
Co-authored-by: Keshav Prasad <keshavprasadms@gmail.com>
Co-authored-by: Bharathwaj <32808916+BharathwajShankar@users.noreply.github.com>
Co-authored-by: Jayaprakash8887 <Jayaprakash.narayanaswamy@tarento.com>
Co-authored-by: Paluru Abhign Sai <sai@ekstep.org>
Co-authored-by: Reshmi V Nair <54312456+reshmi-nair@users.noreply.github.com>

* Issue #LR-203 debug: Keycloak Service debug (#1216)

* Issue #LR-203 debug: Keycloak Service debug

* Issue #LR-203 debug: Keycloak Service debug

---------

Co-authored-by: Jayaprakash8887 <Jayaprakash.narayanaswamy@tarento.com>

* Issue #LR-203 debug: Keycloak Service debug (#1217)

* Issue #LR-203 debug: Keycloak Service debug

* Issue #LR-203 debug: Keycloak Service debug

* Issue #LR-203 debug: Keycloak Service debug

* Issue #LR-203 debug: Keycloak Service debug

---------

Co-authored-by: Jayaprakash8887 <Jayaprakash.narayanaswamy@tarento.com>

* Issue #LR-203 debug: Keycloak Service debug (#1218)

* Issue #LR-647 merge: bug keycloak connection issue (#1219)

* Issue #LR-627 merge: From release-5.3.1 to 5.4.0 (#1224)

* LR-704 | BMGS removal for Userorg service

---------

Signed-off-by: Keshav Prasad <keshavprasadms@gmail.com>
Co-authored-by: Anil Gupta <ani2824@gmail.com>
Co-authored-by: Bharathwaj <32808916+BharathwajShankar@users.noreply.github.com>
Co-authored-by: Hari-stackroute <40484996+Hari-stackroute@users.noreply.github.com>
Co-authored-by: BharathwajShankar <saialumnibharathwaj@gmail.com>
Co-authored-by: Jayaprakash8887 <jayaprakash.n@tarento.com>
Co-authored-by: Keshav Prasad <keshavprasadms@gmail.com>
Co-authored-by: Jayaprakash8887 <Jayaprakash.narayanaswamy@tarento.com>
Co-authored-by: Paluru Abhign Sai <sai@ekstep.org>
Co-authored-by: Reshmi V Nair <54312456+reshmi-nair@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants