https://github.com/savonrb/akami
Building Web Service Security
https://github.com/savonrb/akami
Keywords from Contributors
soap soap-client activerecord rubygems activejob mvc feature-flag static-code-analysis code-formatter rubocop
Last synced: about 17 hours ago
JSON representation
Repository metadata
Building Web Service Security
- Host: GitHub
- URL: https://github.com/savonrb/akami
- Owner: savonrb
- License: mit
- Created: 2011-07-03T20:20:44.000Z (about 15 years ago)
- Default Branch: main
- Last Pushed: 2026-08-04T11:16:45.000Z (12 days ago)
- Last Synced: 2026-08-09T21:22:34.093Z (7 days ago)
- Language: Ruby
- Homepage:
- Size: 136 KB
- Stars: 48
- Watchers: 4
- Forks: 64
- Open Issues: 9
- Releases: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
README.md
Akami
Building Web Service Security.
The XML namespaces used by this gem begin with http://docs.oasis-open.org/wss/2004/01/. That URL has PDF documentation of "Web Services Security UsernameToken Profile 1.0" and "Web Services Security: SOAP Message Security 1.0 (WS-Security 2004)".
To place this in a historical context Wikipedia on WS-Security mentions "wsse" namespace prefix in its History section.
Installation
Akami is available through Rubygems and can be installed via:
$ gem install akami
Getting started
wsse = Akami.wsse
Set the credentials for wsse:UsernameToken basic auth:
wsse.credentials "username", "password"
Set the credentials for wsse:UsernameToken digest auth:
wsse.credentials "username", "password", :digest
Enable wsu:Timestamp headers. wsu:Created is automatically set to Time.now
and wsu:Expires is set to Time.now + 60:
wsse.timestamp = true
Manually specify the values for wsu:Created and wsu:Expires:
wsse.created_at = Time.now
wsse.expires_at = Time.now + 60
Akami is based on an autovivificating Hash. So if you need to add custom tags, you can add them.
wsse["wsse:Security"]["wsse:UsernameToken"] = { "Organization" => "ACME" }
When generating the XML for the request, this Hash will be merged with another Hash containing
all the default tags and values.
This way you might dig into some code, but then you can even overwrite the default values.
wsse.to_xml
Owner metadata
- Name: savonrb
- Login: savonrb
- Email:
- Kind: organization
- Description:
- Website: https://www.savonrb.com/
- Location:
- Twitter: savonrb
- Company:
- Icon url: https://avatars.githubusercontent.com/u/2353495?v=4
- Repositories: 12
- Last ynced at: 2024-03-25T19:56:36.386Z
- Profile URL: https://github.com/savonrb
GitHub Events
Total
- Delete event: 1
- Pull request event: 3
- Fork event: 3
- Watch event: 4
- Issue comment event: 3
- Push event: 2
- Pull request review event: 1
- Create event: 1
Last Year
- Delete event: 1
- Watch event: 2
- Push event: 1
- Create event: 1
Committers metadata
Last synced: 1 day ago
Total Commits: 84
Total Committers: 18
Avg Commits per committer: 4.667
Development Distribution Score (DDS): 0.774
Commits in past year: 17
Committers in past year: 3
Avg Commits per committer in past year: 5.667
Development Distribution Score (DDS) in past year: 0.529
| Name | Commits | |
|---|---|---|
| rubiii | me@r****m | 19 |
| Tim Jarratt | t****t@g****m | 11 |
| Peter Cai | 2****i | 9 |
| Olle Jonsson | o****n@g****m | 9 |
| dependabot[bot] | 4****] | 8 |
| Tim Jarratt | p****t@g****m | 6 |
| Andrey Novikov | e****k@e****e | 5 |
| brainopia | b****a@e****m | 4 |
| Douglas Eichelberger | d****g@g****m | 3 |
| hoverlover | h****r@g****m | 2 |
| Adam Eberlin | ae@a****m | 1 |
| Darren Cheng | d****n@t****m | 1 |
| Dave Byrne | d****2@g****m | 1 |
| Jacob Kjeldahl | j****b@k****t | 1 |
| Jess Bowers | j****2@m****m | 1 |
| Phil Brockwell | p****l@h****v | 1 |
| Oren Forer | o****n@c****m | 1 |
| Tonči Damjanić | t****c@g****m | 1 |
Committer domains:
- chloeandisabel.com: 1
- honeycomb.tv: 1
- me.com: 1
- kjeldahl.it: 1
- thanx.com: 1
- adameberlin.com: 1
- evilmartians.com: 1
- envek.name: 1
- rubiii.com: 1
Issue and Pull Request metadata
Last synced: 1 day ago
Total issues: 14
Total pull requests: 47
Average time to close issues: almost 3 years
Average time to close pull requests: over 1 year
Total issue authors: 11
Total pull request authors: 24
Average comments per issue: 2.14
Average comments per pull request: 1.55
Merged pull request: 28
Bot issues: 0
Bot pull requests: 5
Past year issues: 0
Past year pull requests: 8
Past year average time to close issues: N/A
Past year average time to close pull requests: 40 minutes
Past year issue authors: 0
Past year pull request authors: 4
Past year average comments per issue: 0
Past year average comments per pull request: 0.0
Past year merged pull request: 7
Past year bot issues: 0
Past year bot pull requests: 5
Top Issue Authors
- rderoldan1 (3)
- jim0020 (2)
- olleolleolle (1)
- waynerobinson (1)
- allquixotic (1)
- toncid (1)
- owst (1)
- carlost (1)
- alebian (1)
- martinthurn (1)
- duanemaxwell (1)
Top Pull Request Authors
- olleolleolle (7)
- dependabot[bot] (5)
- kjeldahl (4)
- phil-l-brockwell (3)
- drn (3)
- Envek (3)
- fauresebast (2)
- dduugg (2)
- aeberlin (2)
- kenhys (2)
- vkoivula (1)
- wallace (1)
- toncid (1)
- rubiii (1)
- federicolucca (1)
Top Issue Labels
Top Pull Request Labels
- github_actions (5)
- dependencies (5)
Package metadata
- Total packages: 2
-
Total downloads:
- rubygems: 202,262,372 total
- Total docker downloads: 14,451,552
- Total dependent packages: 18 (may contain duplicates)
- Total dependent repositories: 3,979 (may contain duplicates)
- Total versions: 18
- Total maintainers: 4
gem.coop: akami
Building Web Service Security
- Homepage: https://github.com/savonrb/akami
- Documentation: http://www.rubydoc.info/gems/akami/
- Licenses: MIT
- Latest release: 1.3.3 (published over 2 years ago)
- Last Synced: 2026-08-14T23:00:17.312Z (1 day ago)
- Versions: 9
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 101,131,186 Total
- Docker Downloads: 7,225,776
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 0.101%
- Downloads: 0.304%
- Maintainers (4)
rubygems.org: akami
Building Web Service Security
- Homepage: https://github.com/savonrb/akami
- Documentation: http://www.rubydoc.info/gems/akami/
- Licenses: MIT
- Latest release: 1.3.3 (published over 2 years ago)
- Last Synced: 2026-08-14T23:00:17.342Z (1 day ago)
- Versions: 9
- Dependent Packages: 18
- Dependent Repositories: 3,979
- Downloads: 101,131,186 Total
- Docker Downloads: 7,225,776
-
Rankings:
- Downloads: 0.265%
- Dependent repos count: 0.497%
- Dependent packages count: 1.133%
- Docker downloads count: 1.743%
- Average: 2.669%
- Forks count: 3.361%
- Stargazers count: 9.011%
- Maintainers (4)
Dependencies
- json >= 0
- racc >= 0
- rubinius-coverage >= 0
- rubysl >= 0
- rake ~> 10.0 development
- rspec ~> 2.14 development
- timecop ~> 0.5 development
- gyoku >= 0.4.0
- nokogiri >= 0
- actions/checkout v4 composite
- ruby/setup-ruby v1 composite
- actions/checkout 3d3c42e5aac5ba805825da76410c181273ba90b1 composite
- ruby/setup-ruby 95ef2b042f9d7a56d8268cba8559e2842e2ad01b composite
- rubygems/release-gem 052cc82692552de3ef2b81fd670e41d13cba8092 composite
Score: 26.12753036374568