-
Notifications
You must be signed in to change notification settings - Fork 27
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
Strange behaviour of dsameuser SSO token management when using ssoadm #141
Comments
There are more issues related to admin tokens... The latest issue was solved in #63, although my comment contained incorrect observation that admin tokens should not belong to CTS (storing admin tokens in CTS was a planned change for AM 14). There are few points that needs to be addressed:
|
pavelhoral
added a commit
to orchitech/wrenam
that referenced
this issue
Jul 25, 2023
karelmaxa
added a commit
to orchitech/wrenam
that referenced
this issue
Jul 25, 2023
karelmaxa
pushed a commit
to orchitech/wrenam
that referenced
this issue
Jul 25, 2023
pavelhoral
added a commit
to orchitech/wrenam
that referenced
this issue
Jul 25, 2023
karelmaxa
added a commit
that referenced
this issue
Jul 26, 2023
…ement Fix non expiring session management (#141)
harrdou
pushed a commit
to harrdou/wrenam
that referenced
this issue
Oct 13, 2023
harrdou
pushed a commit
to harrdou/wrenam
that referenced
this issue
Oct 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, every
ssoadm
operation performed by theamAdmin
account creates two SSO tokens (amAdmin
,dsameuser
). The token foramAdmin
is destroyed when the operation is finished CommandManager.java#L215, but thedsameuser
token is not. These tokens are created as non-expiring, so the AM extends their validity until the shutdown, even though they are useless. In my opinion, these tokens should also be destroyed (or not created) because there is no use case for reusing them.The text was updated successfully, but these errors were encountered: