-
Notifications
You must be signed in to change notification settings - Fork 2
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
NRL-759 switch to using new app ID header #660
NRL-759 switch to using new app ID header #660
Conversation
… fails, fix tests and use test event header param
🚀 PR environment successfully deployed. |
🚀 PR environment successfully deployed. |
🚀 PR environment successfully deployed. |
🚀 PR environment successfully deployed. |
🚀 PR environment successfully deployed. |
🚀 PR environment successfully deployed. |
🚀 PR environment successfully deployed. |
🚀 PR environment successfully deployed. |
🚀 PR environment successfully deployed. |
🚀 PR environment successfully deployed. |
…com:NHSDigital/NRLF into feature/eema1-NRL-759-removeAppIDDependency
🚀 PR environment successfully deployed. |
tests/features/consumer/searchDocumentReference-failure.feature
Outdated
Show resolved
Hide resolved
tests/features/consumer/searchPostDocumentReference-failure.feature
Outdated
Show resolved
Hide resolved
raise ValueError("No permissions table provided") | ||
|
||
pointer_types = [f"{system}|{value}" for system, value in context.table] | ||
bucket = f"nhsd-nrlf--{context.env}--authorization-store" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This bucket name will need changing to f"nhsd-nrlf--{context.env}-authorization-store"
due to my changes. This is almost like a note to self. It might be a bit more complicated than that as we want to use dev
instead of dev-0
Quality Gate passedIssues Measures |
🚀 PR environment successfully deployed. |
No description provided.