PowerShell / JEA

Just Enough Administration
http://aka.ms/JEAdocs
MIT License
257 stars 60 forks source link

Implement a RoleCapabilities DSC resource #41

Open jnury opened 6 years ago

jnury commented 6 years ago

To be able to deploy role capabilities, a DSC resource has to be created.

This resource would take same parameters as New-PSRoleCapabilityFile

These parameters exist in New-PSRoleCapabilityFile but, in my opinion, should not be visible in the DSC resource:

ChrisLGardner commented 6 years ago

@jnury did you make much progress on this?

michaeltlombardi commented 6 years ago

This would be awesome.

jnury commented 6 years ago

I have to admit that I lost faith in this resource initiative due to its long inactivity and stopped further development... But, as it seems that there is some interest, I can start again ;-)

ChrisLGardner commented 6 years ago

I've got most of the work done on my fork and just need further testing of it. I'll try to get that done in the next week or two and get it PR'd.

Till then it'll be in the gallery anyway under the JeaDsc module.


From: Julien Nury notifications@github.com Sent: Tuesday, October 16, 2018 7:44:10 PM To: PowerShell/JEA Cc: Chris Gardner; Comment Subject: Re: [PowerShell/JEA] Implement a RoleCapabilities DSC resource (#41)

I have to admit that I lost faith in this resource initiative due to its long inactivity and stopped further development... But, as it seems that there is some interest, I can start again ;-)

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/PowerShell/JEA/issues/41#issuecomment-430330920, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AQDqFiR_mmpO6DeufWigDfgeY3o4URVIks5ulhrqgaJpZM4STRx7.

jnury commented 6 years ago

@ChrisLGardner : very nice work ! I'll contribute directly to your repo ;-)