-
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
[Feature Request] Organization Secrets #468
Comments
@ejhayes this looks to require a version upgrade of go-github in terraform-provider-github once Organization Secrets is made available in go-github. I tagged this issue in the Pull Request in go-github where I'm proposing the changes. google/go-github#1532 Once merged and available, I'll take a pass at the implementation in terraform-provider-github to address this issue! |
They just merged it, so, the library now support organization secrets. |
Rather than setting a I'm planning on testing the theory out on |
Yes please! |
Any update? |
PR for bumping the go-github version is still pending via https://github.com/terraform-providers/terraform-provider-github/pull/475 I have a local branch where I had built on top of that, but until that is merged in, we'll be in a holding pattern here! |
Referencing a POC PR to add RSA public key encryption as an option to |
Checking in to see if there's any eta on when https://github.com/terraform-providers/terraform-provider-github/pull/475. Would be great to see this functionality available! |
https://github.com/terraform-providers/terraform-provider-github/pull/475 has taken in the latest @cj-taylor hopefully this will unblock you on the functional side of this feature |
@cj-taylor looks like #475 is approved and just needs to be merged in. Think you’ll be able to add your changes in? |
@jcudit Any ETA on when this will get released? |
@nikolay Thanks for the ping. Early next week is likely. |
The required |
@jcudit I am a newbie in this space, but if there's nobody else to volunteer, I can give it a try. |
Thank you @jacobfoard!!! |
Thank you! At last! I hope this gets released ASAP! |
Thanks for rolling out support for secrets in #362. It looks like secrets are now supported at the organization level but this does not yet look to be supported by terraform:
https://github.blog/changelog/2020-05-14-organization-secrets/
API documentation:
https://developer.github.com/v3/actions/secrets/#get-an-organization-public-key
Adding support for this would be greatly appreciated!
The text was updated successfully, but these errors were encountered: