Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
token-checker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OZG-Cloud
app
token-checker
Commits
0fc14d60
Commit
0fc14d60
authored
5 months ago
by
Evgeny Bardin
Browse files
Options
Downloads
Patches
Plain Diff
OZG-7092 adjust tokencheck.model.proto
parent
208e7e9f
No related branches found
No related tags found
1 merge request
!1
OZG-7092 Anpassung TokenChecker
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+2
-2
2 additions, 2 deletions
README.md
token-checker-interface/src/main/protobuf/tokencheck.model.proto
+6
-2
6 additions, 2 deletions
...hecker-interface/src/main/protobuf/tokencheck.model.proto
with
8 additions
and
4 deletions
README.md
+
2
−
2
View file @
0fc14d60
...
@@ -20,4 +20,4 @@ Zentraler Dienst um (Saml-)Token auf Gültigkeit zu prüfen. Unterstützt werden
...
@@ -20,4 +20,4 @@ Zentraler Dienst um (Saml-)Token auf Gültigkeit zu prüfen. Unterstützt werden
*
name: String
*
name: String
*
value: String
*
value: String
*
checkError
*
checkError
*
message: String
*
checkErrors: GrpcError
\ No newline at end of file
This diff is collapsed.
Click to expand it.
token-checker-interface/src/main/protobuf/tokencheck.model.proto
+
6
−
2
View file @
0fc14d60
...
@@ -14,7 +14,7 @@ message GrpcCheckTokenResponse {
...
@@ -14,7 +14,7 @@ message GrpcCheckTokenResponse {
bool
tokenValid
=
1
;
bool
tokenValid
=
1
;
oneof
checkTokenResult
{
oneof
checkTokenResult
{
GrpcTokenAttributes
tokenAttributes
=
2
;
GrpcTokenAttributes
tokenAttributes
=
2
;
GrpcCheckError
checkError
=
3
;
GrpcCheckError
s
checkError
=
3
;
}
}
}
}
...
@@ -29,6 +29,10 @@ message GrpcOtherField {
...
@@ -29,6 +29,10 @@ message GrpcOtherField {
string
value
=
2
;
string
value
=
2
;
}
}
message
GrpcCheckErrors
{
repeated
GrpcCheckError
message
=
1
;
}
message
GrpcCheckError
{
message
GrpcCheckError
{
string
message
=
1
;
string
message
=
1
;
}
}
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