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

X5U urls are sent as inaccessible file:// URLs in development #350

Open
mythmon opened this issue Oct 2, 2019 · 7 comments
Open

X5U urls are sent as inaccessible file:// URLs in development #350

mythmon opened this issue Oct 2, 2019 · 7 comments

Comments

@mythmon
Copy link
Contributor

mythmon commented Oct 2, 2019

STR

  1. Run Autograph from docker: docker run mozilla/autograph
  2. Request a signature using the Normandy development credentials: curl -XPOST -d '{...}' https://localhost:8765/sign/data
  3. Query the returned x5u to validate the key.

Expected results

The x5u URL is accessible without additional, undocumented configuration.

Actual results

The x5u URL is a file:// URL that is inaccessible in the documented configuration.

This makes it impossible to use Normandy and Autograph in development, making Normandy development significantly harder to get right.

@g-k
Copy link
Contributor

g-k commented Oct 2, 2019

@mythmon where does the normandy dev autograph config live?

@g-k
Copy link
Contributor

g-k commented Oct 2, 2019

OK so the planned fix is:

@mythmon
Copy link
Contributor Author

mythmon commented Oct 2, 2019

@mythmon where does the normandy dev autograph config live?

The default autograph config includes the Normandy development config.

@leplatrem
Copy link
Contributor

I missed the conversation on Slack, but I share this need :)

This is what devs have to do when setting up a local Remote Settings server: https://remote-settings.readthedocs.io/en/latest/tutorial-local-server.html#configure-multi-signoff

@jvehent
Copy link
Contributor

jvehent commented Mar 26, 2020

Where are we on this? I remember the conversation but not the resolution. Is that still blocking normandy and kinto?

@leplatrem
Copy link
Contributor

It makes local development setup quite tedious, it would be nice to fix. But it's not blocking per-se

@leplatrem
Copy link
Contributor

I'd say that #917 solved this

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

4 participants