Skip to content

Commit

Permalink
OCM-6535 | feat: changes to support sts arbitrary policies
Browse files Browse the repository at this point in the history
  • Loading branch information
davidleerh committed Apr 23, 2024
1 parent 7d2bcd1 commit 7b998d8
Show file tree
Hide file tree
Showing 28 changed files with 27,078 additions and 26,826 deletions.
8 changes: 8 additions & 0 deletions clustersmgmt/v1/aws_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,11 @@ func (c *AWSClient) PrivateLinkConfiguration() *PrivateLinkConfigurationClient {
path.Join(c.path, "private_link_configuration"),
)
}

// RolePolicyBindings returns the target 'role_policy_bindings' resource.
func (c *AWSClient) RolePolicyBindings() *RolePolicyBindingsClient {
return NewRolePolicyBindingsClient(
c.transport,
path.Join(c.path, "role_policy_bindings"),
)
}
103 changes: 0 additions & 103 deletions clustersmgmt/v1/azure_builder.go

This file was deleted.

262 changes: 0 additions & 262 deletions clustersmgmt/v1/azure_type.go

This file was deleted.

Loading

0 comments on commit 7b998d8

Please sign in to comment.