Skip to content

Commit e1ce93a

Browse files
author
Elliott Spira
committed
wip - preview resource self-service
1 parent 13ac63e commit e1ce93a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/solutions/03-resource-self-service/01-create-golden-paths.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ Secret leakage remains a huge issue in the industry. The fact that developers ha
9494
The best protection against secret leakage is the design of a secure workflow, in which secrets are securely handled and developers are unlikely to make an error.
9595

9696
- [Create GitHub Secret](../../guides/all/create-github-secret/)
97+
9798
<iframe
9899
width="560"
99100
height="315"
@@ -103,3 +104,16 @@ The best protection against secret leakage is the design of a secure workflow, i
103104
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
104105
allowfullscreen
105106
></iframe>
107+
108+
## Real-world benefits
109+
110+
Golden paths provide a standardized, secure, and efficient way for developers to provision resources and services. By implementing golden paths in Port, organizations can achieve:
111+
112+
- **Reduced cognitive load**: Developers don't need to understand complex infrastructure details or remember specific commands
113+
- **Faster provisioning**: Self-service actions eliminate back-and-forth with platform teams for common requests
114+
- **Consistent standards**: Every resource follows organizational best practices and security policies
115+
- **Better governance**: All resource creation is tracked, auditable, and follows approved patterns
116+
- **Reduced errors**: Predefined templates and validation prevent common mistakes and misconfigurations
117+
- **Improved developer experience**: Teams can focus on building features rather than managing infrastructure complexity
118+
119+
Golden paths transform your platform engineering team from a bottleneck into an enabler, allowing developers to move faster while maintaining the security and compliance standards your organization requires.

0 commit comments

Comments
 (0)