This website requires JavaScript.
Explore
Help
Sign In
luxolus
/
open-vault
Watch
2
Star
0
Fork
You've already forked open-vault
0
Code
Issues
1
Pull requests
Releases
Activity
cf511a895b
open-vault
/
vendor
/
github.com
/
kelseyhightower
/
envconfig
/
env_syscall.go
8 lines
97 B
Go
Raw
Normal View
History
Unescape
Escape
Upgrade to newer okta lib for pagination, fetch all groups using it (#9580)
2020-07-24 13:05:08 +00:00
// +build !appengine,!go1.5
Upgrade okta sdk lib (#8143) Upgrade to new official Okta sdk lib. Since it requires an API token, use old unofficial okta lib for no-apitoken case. Update test to use newer field names. Remove obsolete test invalidated by #4798. Properly handle case where an error was expected and didn't occur.
2020-02-03 17:51:10 +00:00
package
envconfig
import
"syscall"
var
lookupEnv
=
syscall
.
Getenv
Reference in a new issue
Copy permalink