Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
server
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
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
m-team
oidc
mytoken
server
Commits
8df1e8b4
Commit
8df1e8b4
authored
3 years ago
by
Gabriel Zachmann
Browse files
Options
Downloads
Patches
Plain Diff
update CHANGELOG.md
parent
cc6c37ca
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+34
-0
34 additions, 0 deletions
CHANGELOG.md
internal/model/version/version.go
+1
-1
1 addition, 1 deletion
internal/model/version/version.go
with
35 additions
and
1 deletion
CHANGELOG.md
+
34
−
0
View file @
8df1e8b4
...
...
@@ -17,10 +17,34 @@
### Features
-
Smart Logging: Only log up to a certain log level on default, but on error log everything
-
Added User Settings endpoint
-
Added possibility for user grants: grants that are not enabled on default, but can be enabled / disabled by a user
and (might) require additional setup
-
Added
`ssh`
user grant:
-
Can be enabled / disabled at the grants endpoint
-
SSH keys can be added, removed, listed at ssh grant endpoint
-
Added ssh keys can be used to obtain ATs, MTs, and other information (e.g. tokeninfo) through the ssh protocol at
port
`2222`
-
Extended capabilities:
-
Some capabilities now have a "path" and "sub"-capabilities, e.g. (
`tokeninfo`
includes
`tokeninfo:introspect`
and more).
-
Some capabilities have a read only version, e.g.
`read@settings`
-
Some capabilities have been renamed, e.g. (
`tokeninfo_introspect`
->
`tokeninfo:introspect`
)
### API
-
Changed default redirect type in auth code grant to
`native`
### Mytoken
-
Added
`auth_time`
to mytoken
### Enhancements
-
Added request ids to response header and logging
-
Refactored database; now using stored procedures which should ease database migration
-
Moved automatic cleanup of expired database entries to the database
-
Support symlinks when reading files
### Security Fixes
...
...
@@ -30,6 +54,16 @@
### Bugfixes
-
Fixed a bug where restrictions did not behave correctly when multiple subnets were used
-
Fixed response type on oidc errors on redirect in the authorization code flow
-
Fixed
`404`
on api paths returning
`html`
instead of
`json`
### Dependencies
-
Updated various dependencies to the newest version
### Other
-
Dropped the
`mytoken-dbgc`
tool, now moved to the database
## mytoken 0.3.3
...
...
This diff is collapsed.
Click to expand it.
internal/model/version/version.go
+
1
−
1
View file @
8df1e8b4
...
...
@@ -9,7 +9,7 @@ const (
MAJOR
=
0
MINOR
=
4
FIX
=
0
DEV
=
tru
e
DEV
=
fals
e
)
var
version
=
fmt
.
Sprintf
(
"%d.%d.%d"
,
MAJOR
,
MINOR
,
FIX
)
...
...
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