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

fix: use paginator to fetch all ACL entries #758

Merged
merged 3 commits into from
Sep 18, 2023

Conversation

md384
Copy link
Contributor

@md384 md384 commented Sep 16, 2023

Fixes #757

I think this should fix the issue above. I'm a Go newbie so happy to get any early feedback.

The acceptance tests still need to be run against this PR.

Copy link
Collaborator

@Integralist Integralist left a comment

Choose a reason for hiding this comment

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

👋🏻 Thank you so much for opening this PR (it's very much appreciated).

Just one minor test issue to fix and this will be good to go.

Don't worry about the CI job "validate-interface" failing. It's because forks do not get access to GitHub Action secrets (i.e. the API token required by that job). I've run that particular job locally and it's passing.

fastly/resource_fastly_service_acl_entries_test.go Outdated Show resolved Hide resolved
Co-authored-by: Mark McDonnell <Integralist@users.noreply.github.com>
@Integralist Integralist merged commit f6f05e2 into fastly:main Sep 18, 2023
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fastly_service_acl_entries only save 100 entries in statefile
2 participants