Skip to content
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

Okta base_url deprecated - problematic for European Okta customers #3313

Closed
hrzbrg opened this issue Sep 11, 2017 · 3 comments
Closed

Okta base_url deprecated - problematic for European Okta customers #3313

hrzbrg opened this issue Sep 11, 2017 · 3 comments
Milestone

Comments

@hrzbrg
Copy link

hrzbrg commented Sep 11, 2017

Hi, we are experiencing problems with Vault as a European Okta customer. Our base_url is okta-emea.com and not okta.com. I believe in the past it was possible to configure the base_url, but that config seems to be ignored now.

Environment:

  • Vault Version: 0.8.2
  • Operating System/Architecture: macOS 10.12.6

Expected Behavior:

vault write auth/okta/config base_url="okta-emea.com" org_name="acmecorp" api_token="xxxxx"`
vault auth -method=okta username=a.non
#
#
#
Successful Login...

Actual Behavior:

* Okta auth failed: Post https://acmecorp.okta.com/api/v1/authn: x509: certificate is valid for *.okta.com, okta.com, not acmecorp.okta-emea.com.okta.com

Steps to Reproduce:

See steps in Expected Behavior

@chrishoffman
Copy link
Contributor

Do you happen to know what base URL you use for testing? Is it a oktapreview.com URL?

@hrzbrg
Copy link
Author

hrzbrg commented Sep 11, 2017

No, we don't have one of these.

@jefferai
Copy link
Member

Hi @hrzbrg -- We'll have a fix for this in 0.8.3, which will be next week. In the meantime, if you want, you can build against the linked PR or, once it's merged, master.

@jefferai jefferai added this to the 0.8.3 milestone Sep 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants