Skip to content
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

GUACAMOLE-2030: Fix KSM static token mapping for per-user config. #1058

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

eugen-keeper
Copy link
Contributor

@eugen-keeper eugen-keeper commented Feb 10, 2025

Fixes the issue plus changes log messages for this case:
16:52:41.850 [http-nio-8080-exec-10] WARN o.a.g.vault.ksm.secret.KsmClient - "keeper://XXX/field/login" could not be resolved: Record 'XXX' not found
16:52:42.442 [http-nio-8080-exec-10] WARN o.a.g.vault.ksm.secret.KsmClient - "keeper://XXX/field/password" could not be resolved: Record 'XXX' not found

@eugen-keeper eugen-keeper force-pushed the fix-static-tokens-per-user-ksm branch 3 times, most recently from 4d19817 to f772c84 Compare February 10, 2025 17:00
Comment on lines 677 to 678
+ "the documentation at {} for valid formatting.",
notation, KEEPER_NOTATION_DOC_URL);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor style nitpick, but I think these two lines should be further indented to match up with the indentation of the logger.warn() line above?

Copy link
Contributor Author

@eugen-keeper eugen-keeper Feb 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

@eugen-keeper eugen-keeper force-pushed the fix-static-tokens-per-user-ksm branch from f772c84 to 14dc180 Compare February 11, 2025 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants