You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there currently any way to generate a static app key for an oauthd instance?
What I am experiencing is different app keys being generated when standing an oauthd docker container up on my private dev machine and on my corporate laptop, which hinders its portability.
I have to transform my OAuth.initialize method in my client app to attach to the appropriate app key depending on my current environment...and I'm assuming this is not what you guys intended this to be.
(Assuming this capability does not currently exist, for the sake of argument)
I personally think that having the app key generation process look for a file within the container for its seed information would be the ideal solution. An environment variable to allow specification of the app key when the container stands would be an agreeable alternative.
The text was updated successfully, but these errors were encountered:
Is there currently any way to generate a static app key for an oauthd instance?
What I am experiencing is different app keys being generated when standing an oauthd docker container up on my private dev machine and on my corporate laptop, which hinders its portability.
I have to transform my OAuth.initialize method in my client app to attach to the appropriate app key depending on my current environment...and I'm assuming this is not what you guys intended this to be.
(Assuming this capability does not currently exist, for the sake of argument)
I personally think that having the app key generation process look for a file within the container for its seed information would be the ideal solution. An environment variable to allow specification of the app key when the container stands would be an agreeable alternative.
The text was updated successfully, but these errors were encountered: