-
Notifications
You must be signed in to change notification settings - Fork 161
ampassword is unusable #306
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
Comments
Workaround:
|
I get this error when I execute this command: ./ampassword --encrypt keypass.cleartext ERROR: created internalAppSSOToken:UERlb0NMQ3dkTU5mSVNzY0N2TFMxQT09MTYxMjc4MTYyOTU3Mw==, authInitialized: false, SystemProperties.isServerMode(): false, SystemProperties.get(AMADMIN_MODE): true Did you have this issue? |
I came across the same bad substitution error and had to fix it in my project. I opened a pull request with the changes |
On a side note:
Reason being probably that the configuration store password is saved inside the keystore since the switch to JCEKS. With encrypted References: |
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Unable to execute ampassword from ssoadmintools. As a result, its not possible to perform the following:
To Reproduce
Steps to reproduce the behavior:
$ ./ampassword
./ampassword: 36: ./ampassword: Bad substitution
$ echo "${unix.setup.classpath}"
bash: ${unix.setup.classpath}: bad substitution
Expected behavior
ampassword should execute as usual
Screenshots
If applicable, add screenshots to help explain your problem.
Server :
The text was updated successfully, but these errors were encountered: