Alejandro R. Sedeño

Results 13 comments of Alejandro R. Sedeño

Rebased so we can get all the test coverage stuff running on the branch. As mentioned in the previous iteration of this PR, it breaks tests. I believe those tests...

GNU `getopt` is great for this, but BSD `getopt` doesn't do long options, and we want this to be portable. Bash's `getopts` builtin also doesn't seem to do long options...

That's reasonable. I don't think this PR will age badly in the mean time. :-)

So, it looks like all we need to do to resolve this is have daphne handle the `Daphne-Root-Path` header in ws_protocol.py, putting it into the scope as `root_path`, and falling...

@carltongibson the implementation as mentioned is in the PRs that are referencing this bug. PTAL when you have a chance.

@carltongibson I interpreted "targeting new releases for the new year period" as needing to get things in before then, and expect that to take some time, feedback, and iteration. As...

Any more thoughts on this?

So there are two different aspects of cross-realm that need to be taken into consideration: 1. Supporting principals from multiple realms using webathena to access resources in their own realm....

Broad strokes, ask our kdc for a `krbtgt/OTHER-REALM@MY-REALM` and use that to get `service/ticket@OTHER-REALM` from the other kdc. It might be worthwhile getting #6 done in the process.