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
The current OKS implementation tries to guess what the auth-id should be. In retrospect this was a bad idea. In reality we've been executing ceremonies as a few pre-canned oks commands in a script named ceremony. This allows us to make all choices w/r/t the auth-id used by each command. This makes the guesses we do in OKS largely useless and generally bad for the code (complexity). This should all be stripped out and replaced with a simple default.
The text was updated successfully, but these errors were encountered:
The current OKS implementation tries to guess what the auth-id should be. In retrospect this was a bad idea. In reality we've been executing ceremonies as a few pre-canned
oks
commands in a script namedceremony
. This allows us to make all choices w/r/t theauth-id
used by each command. This makes the guesses we do in OKS largely useless and generally bad for the code (complexity). This should all be stripped out and replaced with a simple default.The text was updated successfully, but these errors were encountered: