Skip to content

Add AAL3 usage to protocols report#11119

Merged
vrajmohan merged 1 commit intomainfrom
add-aal3-to-protocols-report
Aug 20, 2024
Merged

Add AAL3 usage to protocols report#11119
vrajmohan merged 1 commit intomainfrom
add-aal3-to-protocols-report

Conversation

@vrajmohan
Copy link
Contributor

We would like to know who is using the deprecated AAL3 ACR parameter.

See
https://gitlab.login.gov/lg-people/lg-people-appdev/Melba/backlog-fy24/-/issues/10

changelog: Internal, Reporting, Add AAL3 usage to protocols report

@vrajmohan vrajmohan marked this pull request as ready for review August 20, 2024 20:02
@vrajmohan vrajmohan requested a review from lmgeorge August 20, 2024 20:20
Comment on lines 298 to 306
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need for begin...end syntax

Suggested change
@aal3_issuers_data ||= begin
cloudwatch_client.fetch(
query: aal3_issuers_query,
from: time_range.begin,
to: time_range.end,
).
map { |slice| slice['issuer'] }.
uniq
end
@aal3_issuers_data ||= cloudwatch_client.fetch(
query: aal3_issuers_query,
from: time_range.begin,
to: time_range.end,
).
map { |slice| slice['issuer'] }.
uniq

Copy link
Contributor

@zachmargolis zachmargolis Aug 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this report usable with all these issues in the same cell like that? they're very long values

IMO if I were making a report like this, I'd have separate tables per attribute, and the table would be like

Friendly Name Issuer
Foobar.gov foo:bar:baz
Agency.gov foo:bar:agency

etc

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had suggested something similar when the original story was discussed, but it was turned down.

@vrajmohan vrajmohan force-pushed the add-aal3-to-protocols-report branch 2 times, most recently from e528042 to 2e1faf5 Compare August 20, 2024 20:50
We would like to know who is using the deprecated AAL3 ACR parameter.

See
https://gitlab.login.gov/lg-people/lg-people-appdev/Melba/backlog-fy24/-/issues/10

changelog: Internal, Reporting, Add AAL3 usage to protocols report
@vrajmohan vrajmohan force-pushed the add-aal3-to-protocols-report branch from 2e1faf5 to adecfb4 Compare August 20, 2024 21:08
@vrajmohan vrajmohan merged commit ed0cd6c into main Aug 20, 2024
@vrajmohan vrajmohan deleted the add-aal3-to-protocols-report branch August 20, 2024 21:20
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

Successfully merging this pull request may close these issues.

2 participants