-
Notifications
You must be signed in to change notification settings - Fork 763
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
Create resource to set repository allow list for organisation secret #882
Create resource to set repository allow list for organisation secret #882
Conversation
@jcudit this should be a straightforward feature add, let us know if this aligns. |
Thanks for getting 1b9e53c published. We'd like to ship that separate from this PR and aim to do so in one of our upcoming releases. As for 8989cf7, we'd need the following additions to ship:
Happy to run through testing once the above obstacles are cleared. 👍🏾 for getting this feature shipped when ready! |
Thanks @jcudit - will let you know once I get those additional changes sorted out. |
417c670
to
e028503
Compare
PR updated - replacing original commits with two new commits. For 1b9e53c, it accidentally includes the addition of new resource in For 8989cf7, two new things are added in new commit e028503:
|
We've added the |
* Only applicable when secret access is "selected" * Create/update the resource will override secret's existing repository allowlist * Destroy the resource will clear secret's existing repository allowlist * Can be used when secret value is set externally
e028503
to
f05ae3f
Compare
Thanks @jcudit , I've resolved the conflicts and limit the changes on this PR to only adding the new resource. |
…ntegrations#882) * Only applicable when secret access is "selected" * Create/update the resource will override secret's existing repository allowlist * Destroy the resource will clear secret's existing repository allowlist * Can be used when secret value is set externally
Create resource to set repository allow list for organisation secret
github_actions_organization_secret
resource on the same secretAPI changes includes: