Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@sassoftware/registerclient
Advanced tools
Manage registration of applications(clientid) in SAS Viya
Application to manange clientids. The application runs as a cli. It can be run in interactive mode or in batch mode. The user of this app must have admin rights.
The simplest way to use this cli is as follows:
npx @sassoftware/registerclient --host <your viya server url>
On the prompt enter, enter logon command.
This will put you into an interactive session where you can issue commands. Use the exit command to end the session.
This mode is useful when you want to run these commands as part of some process. I use them to setup all my clientids when I am configuring a new server
Create a version of the .env file with two additional keys - USER and PASSWORD
VIYA_SERVER=http://<your viyaserver>
AUTHTYPE=password
CLIENTID=sas.ec or a valid clientid( appears that sas.ec is shipped as a default clientid)
CLIENTSECRET=
USER=<username>
PASSWORD=<password>
Run the following command
npx @sassoftware/registerclient --env your-envfile --file yourcmdfile
The cmd file is a list of the commands(see below). They are executed in order.
list
add app1 -t implicit -r http://localhost:5000/app1
add app2 -t authorization_code -s mysecret -r http://localhost:5000/callback
list
The current configuration for all clientids is shown below:
scope: ['openid', '*'],
resource_ids: 'none',
autoapprove: true,
access_token_validity: 86400,
'use-session': true
FAQs
Manage registration of applications(clientid) in SAS Viya
The npm package @sassoftware/registerclient receives a total of 3 weekly downloads. As such, @sassoftware/registerclient popularity was classified as not popular.
We found that @sassoftware/registerclient demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 14 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.