FAQ
| This is a
LIVE
service |
Changelog
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Identity Lib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container 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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Information Services
DevOps
Identity and Access Management
Identity Lib
Commits
e123aaa9
Commit
e123aaa9
authored
3 years ago
by
Monty Dawson
Browse files
Options
Downloads
Patches
Plain Diff
Fixup legacy cardholder id and upversion
parent
d0a7d5ab
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1
Abstract identifiers code into identity lib
Pipeline
#100471
waiting for manual action
Stage: deploy
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
identitylib/identifiers.py
+1
-1
1 addition, 1 deletion
identitylib/identifiers.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
2 additions
and
2 deletions
identitylib/identifiers.py
+
1
−
1
View file @
e123aaa9
...
...
@@ -76,7 +76,7 @@ class IdentifierSchemes:
'
person.v1.legacy-card.university.identifiers.cam.ac.uk
'
,
'
Legacy cardholder Identifier
'
,
{
'
deprecated
'
:
'
person.
bgs
.identifiers.admin.cam.ac.uk
'
,
'
deprecated
'
:
'
person.
legacy_card
.identifiers.admin.cam.ac.uk
'
,
}
)
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
e123aaa9
...
...
@@ -8,7 +8,7 @@ PACKAGE_DESCRIPTION = (
"
A module containing helpers and shared code related to identity systems within UIS,
"
"
University of Cambridge.
"
)
PACKAGE_VERSION
=
"
0.0.
2
"
PACKAGE_VERSION
=
"
0.0.
3
"
PACKAGE_URL
=
"
https://gitlab.developers.cam.ac.uk/uis/devops/iam/identity-lib
"
...
...
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