Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sprachschulsystem
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Pokorný
Sprachschulsystem
Commits
12bc0d34
There was an error fetching the commit references. Please try again later.
Commit
12bc0d34
authored
1 year ago
by
Martin Gargalovič
Browse files
Options
Downloads
Patches
Plain Diff
fixed ConfidentialClientApplication
parent
5e7948e9
No related branches found
No related tags found
1 merge request
!48
fixed ConfidentialClientApplication
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+12
-4
12 additions, 4 deletions
README.md
with
12 additions
and
4 deletions
README.md
+
12
−
4
View file @
12bc0d34
...
...
@@ -28,11 +28,18 @@
-
**Running just the modules using docker**
:
~~~
console
sudo docker run -d -p 5001:5001 xpokorn8/sprachschulsystem:certificate &&
sudo docker run -d -p 5002:5002 xpokorn8/sprachschulsystem:exercise &&
sudo docker run -d -p 5000:5000 xpokorn8/sprachschulsystem:language-school &&
sudo docker run -d -p 5003:5003 xpokorn8/sprachschulsystem:mail
sudo docker run -d -p 8082:8082 xpokorn8/sprachschulsystem:confidentialClient &&
sudo docker run -d -p 8082:8082 xpokorn8/sprachschulsystem:certificate &&
sudo docker run -d -p 8083:8083 xpokorn8/sprachschulsystem:exercise &&
sudo docker run -d -p 8081:8081 xpokorn8/sprachschulsystem:language-school &&
sudo docker run -d -p 8084:8084 xpokorn8/sprachschulsystem:mail
~~~
**Using app**
-
use confidentialClient
[
authentication
](
https://localhost:8080/token
)
and login through MUNI Login
-
select the scopes required: test_1 = admin, test_2 = lecturer, no test scopes = student
-
upon successful authentication user is automaticaly registered in the system
-
Copy the bearer token that is displayed
-
paste the token into Swagger authentication option (green lock button) or use the token in auth options of Postman
# Metrics and Monitoring Dashboards
Our application uses Prometheus and Grafana to collect metrics and display them.
...
...
@@ -71,6 +78,7 @@ System has three authorization roles - **Lecturer**, **Student** and **Admin**.
## Module services
-
**confidentialClient**
-
**module-language-school**
-
**module-certificate**
-
**module-exercice**
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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