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
Add Okta server selection, choose server by selecting Okta region.
Remove Okta password from storage. This may be paranoid but only store
the session token and other details in the keychain. When the session
expires the user will have to re-authenticate.
Update the README and Makefile for FiveAI releases.
Signed-off-by: Sean Jones <[email protected]>
`aws-okta` includes some usage analytics code which Segment uses internally for tracking usage of internal tools. This analytics code is turned off by default, and can only be enabled via a linker flag at build time, which we do not set for public github releases.
return sts.Credentials{}, "", errors.New("Failed to authenticate with okta. Please check that your credentials have been set correctly with `aws-okta add`")
111
127
}
112
128
@@ -355,7 +371,7 @@ func (o *OktaClient) Get(method string, path string, data []byte, recv interface
0 commit comments